diff options
author | rub <rub@piwigo.org> | 2007-03-08 22:14:14 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-03-08 22:14:14 +0000 |
commit | f266c3b4cb4dd517eb4ccf7aa4e5a46936e5ccff (patch) | |
tree | 5e6cc9e8cb6c71fedccd7ef0877065373f4bbffc /template/yoga/admin/stats.tpl | |
parent | eab3d5e20e3c823b32aa320f6816f3edb6993d95 (diff) |
Add tabsheet on administration pages.
Step 3: Tabsheet for configuration & history
Change css tabsheet to do like p0w0 for all themes
git-svn-id: http://piwigo.org/svn/trunk@1881 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin/stats.tpl | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/template/yoga/admin/stats.tpl b/template/yoga/admin/stats.tpl index 3f1b90fe8..64bff0fa9 100644 --- a/template/yoga/admin/stats.tpl +++ b/template/yoga/admin/stats.tpl @@ -1,5 +1,19 @@ <!-- $Id$ --> -<h2>{lang:title_history}</h2> +<div class="titrePage"> + <ul class="categoryActions"> + <li> + <a + href="{U_HELP}" + onclick="popuphelp(this.href); return false;" + title="{lang:Help}" + > + <img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"> + </a> + </li> + </ul> + <h2>{lang:History} {TABSHEET_TITLE}</h2> + {TABSHEET} +</div> <h3>{L_STAT_TITLE}</h3> |