From 4bebfa04cf759d77c511541bdf30747c76a3b2e1 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 2 Feb 2025 10:54:23 +0200 Subject: feat(views/list): Fully implement list updating --- views/list/update/index.php | 46 +++++++++++++++++++++++++++++++++++++++++++++ views/list/update/meta.php | 4 ++++ 2 files changed, 50 insertions(+) create mode 100644 views/list/update/index.php create mode 100644 views/list/update/meta.php (limited to 'views/list/update') diff --git a/views/list/update/index.php b/views/list/update/index.php new file mode 100644 index 0000000..9374aef --- /dev/null +++ b/views/list/update/index.php @@ -0,0 +1,46 @@ +AuthorUID); + $user = Database\Cookie::fromDB($TOKEN); + } + catch(Exception $e) {} +?> + +UID === $author->UID): ?> + +

Update list

+ +
+ + + +

+ Error: +

+ + + + + + + + + +
+ + +

No list with identifier exists!

+ + +

You're not the owner of "Name ?>", you have no permission to edit it!

+ + diff --git a/views/list/update/meta.php b/views/list/update/meta.php new file mode 100644 index 0000000..c3a9f3c --- /dev/null +++ b/views/list/update/meta.php @@ -0,0 +1,4 @@ +