From 40ef00fee7286a186673ff3fb26b6802421b2bc4 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Thu, 30 Jan 2020 01:54:50 +0100 Subject: work on thumbnail admin --- app/view/templates/admin.php | 12 ++++++++++++ app/view/templates/editleftbar.php | 33 ++++++++++++++++++++++++--------- 2 files changed, 36 insertions(+), 9 deletions(-) (limited to 'app/view') diff --git a/app/view/templates/admin.php b/app/view/templates/admin.php index 7186f26..ab71957 100644 --- a/app/view/templates/admin.php +++ b/app/view/templates/admin.php @@ -229,6 +229,18 @@ ?> + + +

Databases

diff --git a/app/view/templates/editleftbar.php b/app/view/templates/editleftbar.php index 8302090..a7a8be6 100644 --- a/app/view/templates/editleftbar.php +++ b/app/view/templates/editleftbar.php @@ -43,11 +43,26 @@ ?> -
- - - no-thumbnail -
+ + + + + @@ -98,10 +113,6 @@
- templateoptions()) ? 'checked' : '' ?>> - -
-
templateoptions()) ? 'checked' : '' ?>>
@@ -109,6 +120,10 @@ templateoptions()) ? 'checked' : '' ?>> +
+ templateoptions()) ? 'checked' : '' ?>> + +
templateoptions() as $option) { -- cgit v1.2.3