From 8e10d770c74acdbb5795e8fc73fd220b900d75aa Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Fri, 17 Jan 2020 19:14:36 +0100 Subject: new feature : sleep time per page --- app/view/templates/editleftbar.php | 9 ++++++++- app/view/templates/homemenu.php | 5 +++++ 2 files changed, 13 insertions(+), 1 deletion(-) (limited to 'app/view/templates') diff --git a/app/view/templates/editleftbar.php b/app/view/templates/editleftbar.php index c901c14..8302090 100644 --- a/app/view/templates/editleftbar.php +++ b/app/view/templates/editleftbar.php @@ -152,7 +152,11 @@ -
externalcss()) || !empty($page->customhead()) ? 'open' : '' ?>> + + + + +
externalcss()) || !empty($page->customhead()) || !empty($page->sleep()) ? 'open' : '' ?>> Advanced @@ -176,6 +180,9 @@ + + +
diff --git a/app/view/templates/homemenu.php b/app/view/templates/homemenu.php index 21f9af8..8431e50 100644 --- a/app/view/templates/homemenu.php +++ b/app/view/templates/homemenu.php @@ -124,6 +124,11 @@ ?>
+ Advanced +
+ + +
Author