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 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'app/view/templates/editleftbar.php') 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 @@ + + +
-- cgit v1.2.3