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/intro.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/intro.tpl')
-rw-r--r-- | template/yoga/admin/intro.tpl | 10 |
1 files changed, 8 insertions, 2 deletions
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> |