diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-01-17 19:14:36 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-01-17 19:14:36 +0100 |
commit | 8e10d770c74acdbb5795e8fc73fd220b900d75aa (patch) | |
tree | ad2be14770a02a9507da11c7e0b174329ee37d34 /app/view/templates/homemenu.php | |
parent | 19b603a228a63ae91d45a16dc104f795ea0cd244 (diff) | |
download | wcms-8e10d770c74acdbb5795e8fc73fd220b900d75aa.tar.gz wcms-8e10d770c74acdbb5795e8fc73fd220b900d75aa.zip |
new feature : sleep time per page
Diffstat (limited to 'app/view/templates/homemenu.php')
-rw-r--r-- | app/view/templates/homemenu.php | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ ?> </select> <label for="templatejavascript">Javascript</label> </br> + <strong>Advanced</strong> + </br> + <input type="number" name="datas[sleep]" id="sleep" min="0" max="180"> + <label for="sleep">Sleep time (seconds)</label> + </br> <strong>Author</strong> </br> <select name="addauthor" id="addauthor"> |