diff options
author | rub <rub@piwigo.org> | 2007-03-09 22:52:22 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-03-09 22:52:22 +0000 |
commit | 3495d30775a3d9c104fc46ea24f5fd6ee7d69600 (patch) | |
tree | 55d82154ea9da424ed02f98ef146da7187e28253 /template/yoga/admin/configuration.tpl | |
parent | b0478ef330b8f729554aec55baa81d9e3d02a063 (diff) |
Add DateTime on administration introduction page (Useful to help user on the forum, ...)
Move history configuration in a other tab.
Use translation on picture hint (Kb).
Show hint oh the menu text (not only on counter)
git-svn-id: http://piwigo.org/svn/trunk@1884 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin/configuration.tpl')
-rw-r--r-- | template/yoga/admin/configuration.tpl | 34 |
1 files changed, 16 insertions, 18 deletions
diff --git a/template/yoga/admin/configuration.tpl b/template/yoga/admin/configuration.tpl index 0cf53dcd3..dc6a5c3d3 100644 --- a/template/yoga/admin/configuration.tpl +++ b/template/yoga/admin/configuration.tpl @@ -64,29 +64,27 @@ <input type="checkbox" name="allow_user_registration" id="allow_user_registration" {general.ALLOW_USER_REGISTRATION} /> </label> </li> + </ul> +</fieldset> +<!-- END general --> - <br/> - <li> - <fieldset> - <legend>{lang:History}</legend> - <ul> - <li> - <label><span class="property">{lang:Users}</span><input type="checkbox" name="log" {general.LOG} /></label> - </li> +<!-- BEGIN history --> +<fieldset id="historyConf"> + <ul> + <li> + <label><span class="property">{lang:Users}</span><input type="checkbox" name="log" {history.LOG} /></label> + </li> - <li> - <label><span class="property">{lang:user_status_admin}</span><input type="checkbox" name="history_admin" {general.HISTORY_ADMIN} /></label> - </li> + <li> + <label><span class="property">{lang:user_status_admin}</span><input type="checkbox" name="history_admin" {history.HISTORY_ADMIN} /></label> + </li> - <li> - <label><span class="property">{lang:Guests}</span><input type="checkbox" name="history_guest" {general.HISTORY_GUEST} /></label> - </li> - </ul> - </fieldset> - </li> + <li> + <label><span class="property">{lang:Guests}</span><input type="checkbox" name="history_guest" {history.HISTORY_GUEST} /></label> + </li> </ul> </fieldset> -<!-- END general --> +<!-- END history --> <!-- BEGIN comments --> <fieldset id="commentsConf"> |