From a6f29034d18d5a5ce48d879845cce3544b0f8a3c Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 2 Feb 2025 09:46:44 +0200 Subject: feat: Create require_login helper function and improve list update page --- views/list/new/index.php | 8 +------ views/list/update/index.php | 56 ++++++++++++++++++++++++++++----------------- 2 files changed, 36 insertions(+), 28 deletions(-) (limited to 'views/list') diff --git a/views/list/new/index.php b/views/list/new/index.php index 7f1aaf5..cc680b5 100644 --- a/views/list/new/index.php +++ b/views/list/new/index.php @@ -1,12 +1,6 @@ -

Create a new list

diff --git a/views/list/update/index.php b/views/list/update/index.php index b3737f0..5366110 100644 --- a/views/list/update/index.php +++ b/views/list/update/index.php @@ -1,30 +1,44 @@ - - - archiveLists(); $webpage = Database\Webpage::fromDBwid($_GET['wid']); } catch (Exception $e) {} ?> - - - -

To which list do you want to add "URL ?>"?

- -
- - - - - -
+ +

+ To which list do you want to add
+ URL ?>
+ from
+ Date ?>? +

+ +
+ + + + + +
+ + +

No page with identifier exists!

+ + +

You have no lists!

+ +
+ +
+ + -- cgit v1.2.3