From d9816ef4affa3d7096a2189e9b171d9d130a727e Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Fri, 10 Jan 2020 15:28:56 +0100 Subject: new feature : multi edit base working --- app/view/templates/home.php | 4 ++-- app/view/templates/homemenu.php | 51 ++++++++++++++++++++++++++++------------- 2 files changed, 37 insertions(+), 18 deletions(-) (limited to 'app/view/templates') diff --git a/app/view/templates/home.php b/app/view/templates/home.php index 01bc0e4..63706d0 100644 --- a/app/view/templates/home.php +++ b/app/view/templates/home.php @@ -16,7 +16,7 @@ insert('homemenu', ['user' => $user, 'opt' => $opt, 'optlist' => $optlist]); + $this->insert('homemenu', ['user' => $user, 'opt' => $opt, 'optlist' => $optlist, 'pagelist' => $pagelist]); ?> @@ -85,7 +85,7 @@ - + diff --git a/app/view/templates/homemenu.php b/app/view/templates/homemenu.php index 838ca81..fc16340 100644 --- a/app/view/templates/homemenu.php +++ b/app/view/templates/homemenu.php @@ -44,30 +44,32 @@

Edit Meta infos

-
+ Tag
- + +
- +
Date
- + +
- +
- +
Privacy
- + @@ -76,21 +78,38 @@
Templates
- + + ' . $page . ''; + } + ?>
- +
- +
+ + + +
-- cgit v1.2.3