diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-03-14 23:50:21 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-03-14 23:50:21 +0000 |
commit | b654fdac5699b0ad3722444a69c027f5c9f01a1b (patch) | |
tree | d3cce6b738193a83a403d038dd20d812580fe7bd /template | |
parent | 04b6fc193dcc756a5f21dafb55814499c6676af7 (diff) |
minimal changes (lang, small tpl change and quick search on tag url names in addition to name - handy with accentuated letters)
git-svn-id: http://piwigo.org/svn/trunk@1906 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin/configuration.tpl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/template/yoga/admin/configuration.tpl b/template/yoga/admin/configuration.tpl index 33da00a98..bf82c5d22 100644 --- a/template/yoga/admin/configuration.tpl +++ b/template/yoga/admin/configuration.tpl @@ -52,16 +52,16 @@ </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} /> + <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="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> + <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} /> </label> </li> |