diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-05-25 19:48:15 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-05-25 19:48:15 +0200 |
commit | 19d16efebc3fb5c0b2aede29aa91d31000ffd124 (patch) | |
tree | 48e55d1dc335efe5ce306c0a984300de9d4998b4 /app/view/templates/editleftbar.php | |
parent | 55fc826f9827dd86427534c11594c0d9c4f0b8d1 (diff) | |
download | wcms-19d16efebc3fb5c0b2aede29aa91d31000ffd124.tar.gz wcms-19d16efebc3fb5c0b2aede29aa91d31000ffd124.zip |
add page specific password protection close #118
Diffstat (limited to 'app/view/templates/editleftbar.php')
-rw-r--r-- | app/view/templates/editleftbar.php | 3 |
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> |