diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-06-27 22:50:36 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-06-27 22:50:36 +0000 |
commit | 009970bb9250bd72936beb000d1a578897287153 (patch) | |
tree | ca55b30727d0eccc63124b93259dd63df3c8b369 /template/yoga/admin/configuration.tpl | |
parent | 9decd4b30f53487462820846b9da5ee126102d41 (diff) |
- when gallery is locked, the status header is set to 503 (Service unavailable)
- small improvement in admin template (text near checkboxes goes inside <label> element)
git-svn-id: http://piwigo.org/svn/trunk@2046 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin/configuration.tpl')
-rw-r--r-- | template/yoga/admin/configuration.tpl | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/template/yoga/admin/configuration.tpl b/template/yoga/admin/configuration.tpl index a2a435342..3feafc51d 100644 --- a/template/yoga/admin/configuration.tpl +++ b/template/yoga/admin/configuration.tpl @@ -44,27 +44,31 @@ <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> + <span class="property">{lang:Rating}</span> + <input type="checkbox" name="rate" {main.RATE} /> </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> + <span class="property">{lang:Rating by guests}</span> + <input type="checkbox" name="rate_anonymous" {main.RATE_ANONYMOUS} /> </label> </li> <li> - <span class="property">{lang:Rating}</span> - <input type="checkbox" name="rate" {main.RATE} /> + <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> - <span class="property">{lang:Rating by guests}</span> - <input type="checkbox" name="rate_anonymous" {main.RATE_ANONYMOUS} /> + <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> |