diff options
Diffstat (limited to 'template/yoga/admin/stats.tpl')
-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> |