diff options
author | plegall <plg@piwigo.org> | 2004-12-20 23:54:59 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2004-12-20 23:54:59 +0000 |
commit | 6409647e1c9e9d13913c9d4b3d882511dc51f52d (patch) | |
tree | 9dbc8276db16c6ed8f0415a380f4ddafa20a8e6a /template/default/admin/configuration.tpl | |
parent | 82cb16095cd271ba780345cd3a17af7f91e9f45d (diff) |
- new feature : lock temporary your gallery for maintenance
- $user keys for guest user are initialized with default values of $conf
git-svn-id: http://piwigo.org/svn/trunk@653 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/admin/configuration.tpl')
-rw-r--r-- | template/default/admin/configuration.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/default/admin/configuration.tpl b/template/default/admin/configuration.tpl index 0585d70a9..a0b1a436a 100644 --- a/template/default/admin/configuration.tpl +++ b/template/default/admin/configuration.tpl @@ -37,6 +37,11 @@ <td class="row1"><input type="radio" class="radio" name="mail_notification" value="true" {general.NOTIFICATION_YES} />{L_YES} <input type="radio" class="radio" name="mail_notification" value="false" {general.NOTIFICATION_NO} />{L_NO}</td> </tr> + <tr> + <td><strong>{general.L_CONF_GALLERY_LOCKED} :</strong><br /><span class="small">{general.L_CONF_GALLERY_LOCKED_INFO}</span></td> + <td class="row1"><input type="radio" class="radio" name="gallery_locked" value="true" {general.GALLERY_LOCKED_YES} />{L_YES} + <input type="radio" class="radio" name="gallery_locked" value="false" {general.GALLERY_LOCKED_NO} />{L_NO}</td> + </tr> <!-- END general --> <!-- BEGIN comments --> <tr class="admin"> |