diff options
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> |