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 | |
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')
-rw-r--r-- | template/yoga/admin/configuration.tpl | 34 | ||||
-rw-r--r-- | template/yoga/admin/intro.tpl | 10 |
2 files changed, 24 insertions, 20 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"> diff --git a/template/yoga/admin/intro.tpl b/template/yoga/admin/intro.tpl index 9d35a6bc4..319f172e4 100644 --- a/template/yoga/admin/intro.tpl +++ b/template/yoga/admin/intro.tpl @@ -24,8 +24,8 @@ <dd> <ul> <li>{lang:Operating system}: {OS}</li> - <li>PHP: {PHP_VERSION} (<a href="{U_PHPINFO}">{lang:Show info}</a>)</li> - <li>MySQL: {MYSQL_VERSION}</li> + <li>PHP: {PHP_VERSION} (<a href="{U_PHPINFO}">{lang:Show info}</a>) [{PHP_DATATIME}]</li> + <li>MySQL: {MYSQL_VERSION} [{DB_DATATIME}]</li> </ul> </dd> @@ -55,4 +55,10 @@ </ul> </dd> + <dt>{lang:Clock}</dt> + <dd> + <ul> + </ul> + </dd> + </dl> |