aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/editleftbar.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/view/templates/editleftbar.php')
-rw-r--r--app/view/templates/editleftbar.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/view/templates/editleftbar.php b/app/view/templates/editleftbar.php
index 812c30d..0c77337 100644
--- a/app/view/templates/editleftbar.php
+++ b/app/view/templates/editleftbar.php
@@ -192,6 +192,9 @@
<label for="refresh" title="Time before redirection (in seconds)">Refresh time</label>
<input type="number" name="refresh" value="<?= $page->refresh() ?>" id="refresh" min="0" max="180">
+ <label for="password" title="specific page password protection">Password</label>
+ <input type="text" name="password" value="<?= $page->password() ?>" id="password" min="0" max="64">
+
</fieldset>
</details>