aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2007-06-10 22:01:18 +0000
committerrub <rub@piwigo.org>2007-06-10 22:01:18 +0000
commite8c396c06b6f8352bc2119038b89a4a4b80c67f6 (patch)
tree6346671affcb8e276fd8501aa934aa240ff951f0 /template
parent3fbc92f61e1cf362982d3e9697bf5261868cbb2c (diff)
Resolved issue 0000489: Mail address obligatory
git-svn-id: http://piwigo.org/svn/trunk@2032 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/admin/configuration.tpl20
1 files changed, 13 insertions, 7 deletions
diff --git a/template/yoga/admin/configuration.tpl b/template/yoga/admin/configuration.tpl
index 2df05e936..a2a435342 100644
--- a/template/yoga/admin/configuration.tpl
+++ b/template/yoga/admin/configuration.tpl
@@ -43,6 +43,19 @@
<fieldset id="mainConfCheck">
<ul>
+ <li>
+ <label for="allow_user_registration">
+ <span class="property">{lang:Allow user registration}</span>
+ <input type="checkbox" name="allow_user_registration" id="allow_user_registration" {main.ALLOW_USER_REGISTRATION} />
+ </label>
+ </li>
+
+ <li>
+ <label for="obligatory_user_mail_address">
+ <span class="property">{lang:obligatory_user_mail_address}</span>
+ <input type="checkbox" name="obligatory_user_mail_address" id="obligatory_user_mail_address" {main.OBLIGATORY_USER_MAIL_ADDRESS} />
+ </label>
+ </li>
<li>
<span class="property">{lang:Rating}</span>
@@ -55,13 +68,6 @@
</li>
<li>
- <label for="allow_user_registration">
- <span class="property">{lang:Allow user registration}</span>
- <input type="checkbox" name="allow_user_registration" id="allow_user_registration" {main.ALLOW_USER_REGISTRATION} />
- </label>
- </li>
-
- <li>
<label>
<span class="property">{lang:Email administrators when a new user registers}</span>
<input type="checkbox" name="email_admin_on_new_user" {main.EMAIL_ADMIN_ON_NEW_USER} />