aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/configuration.tpl
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2010-03-24 23:24:01 +0000
committerpatdenice <patdenice@piwigo.org>2010-03-24 23:24:01 +0000
commitf9b339cf796e1b78e2a3416f594897c0b808c156 (patch)
tree8db694d7e84410212fd72a63d3312baad0e286dc /admin/themes/default/template/configuration.tpl
parent7682ed5e13e88d01cc0e05b083d49b6d8552a2b3 (diff)
Feature 1533: admincan activate/deactivate user customization.
git-svn-id: http://piwigo.org/svn/trunk@5328 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/configuration.tpl')
-rw-r--r--admin/themes/default/template/configuration.tpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/admin/themes/default/template/configuration.tpl b/admin/themes/default/template/configuration.tpl
index c31374148..d0cb9b4bd 100644
--- a/admin/themes/default/template/configuration.tpl
+++ b/admin/themes/default/template/configuration.tpl
@@ -69,6 +69,13 @@
<li>
<label>
+ <span class="property">{'Allow user customization'|@translate}</span>
+ <input type="checkbox" name="allow_user_customization" {if ($main.allow_user_customization)}checked="checked"{/if}>
+ </label>
+ </li>
+
+ <li>
+ <label>
<span class="property">{'Mail address is obligatory for all users'|@translate}</span>
<input type="checkbox" name="obligatory_user_mail_address" {if ($main.obligatory_user_mail_address)}checked="checked"{/if}>
</label>