diff options
author | plegall <plg@piwigo.org> | 2012-01-31 00:33:01 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-01-31 00:33:01 +0000 |
commit | 7c322f6d9c241c9282bc9c8362e702b49814fbad (patch) | |
tree | 82a8b6a2eb7bd7fda8ea2882f586c3ef9ddcd269 /admin/themes/default/template/configuration.tpl | |
parent | 907c8e2104ac7f96327b16a3daee78947c21432f (diff) |
bug 2558 fixed: instead of locking the gallery with a simple checkbox among
configuration options, "lock gallery" becomes a maintenance action, with a
confirmation on popup.
git-svn-id: http://piwigo.org/svn/trunk@13001 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/configuration.tpl')
-rw-r--r-- | admin/themes/default/template/configuration.tpl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/admin/themes/default/template/configuration.tpl b/admin/themes/default/template/configuration.tpl index 232b00356..ea4e32fab 100644 --- a/admin/themes/default/template/configuration.tpl +++ b/admin/themes/default/template/configuration.tpl @@ -34,13 +34,6 @@ <ul> <li> <label> - <span class="property">{'Lock gallery'|@translate}</span> - <input type="checkbox" name="gallery_locked" {if ($main.gallery_locked)}checked="checked"{/if}> - </label> - </li> - - <li> - <label> <span class="property">{'Allow rating'|@translate}</span> <input type="checkbox" name="rate" {if ($main.rate)}checked="checked"{/if}> </label> |