diff options
author | volcom <volcom@piwigo.org> | 2005-10-30 20:35:39 +0000 |
---|---|---|
committer | volcom <volcom@piwigo.org> | 2005-10-30 20:35:39 +0000 |
commit | 7b9d91a8e680763af8b18052d3acf0431965811e (patch) | |
tree | 0099039dfca51038ea3092ba446f5e9682461704 /template/yoga/admin/stats.tpl | |
parent | 4caa3f6c84522ac6285cb74f75217ea40000682f (diff) |
2005-10-30 volcom
* bug 190 fixed: issue in stats.tpl display
* bug fixed: labels of monthly, daily graph fixed
git-svn-id: http://piwigo.org/svn/trunk@918 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin/stats.tpl | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/template/yoga/admin/stats.tpl b/template/yoga/admin/stats.tpl index cd9530ee8..d09759643 100644 --- a/template/yoga/admin/stats.tpl +++ b/template/yoga/admin/stats.tpl @@ -20,17 +20,18 @@ <td>{statrow.IMAGES}</td> </tr> <!-- END statrow --> +</table> +<h3>{L_DATE_TITLE}</h3> <table class="table2" width="98%"> <tr class="throw"> <th>{L_STAT_HOUR}</th> - <th>{L_STAT_LOGIN}</th> + <th>{L_STAT_LOGIN}</th> <th>{L_STAT_ADDR}</th> <th>{L_STAT_CATEGORY}</th> <th>{L_STAT_FILE}</th> <th>{L_STAT_PICTURE}</th> </tr> -<h3>{L_DATE_TITLE}</h3> <!-- BEGIN detail --> <tr class="{detail.T_CLASS}"> <td nowrap>{detail.HOUR}</td> @@ -41,13 +42,11 @@ <td>{detail.PICTURE}</td> </tr> <!-- END detail --> - </table> -<br /> + + <!-- BEGIN navigation --> -<div class="admin"> +<div class="admin"> {navigation.NAV_BAR} </div> -<!-- END navigation --> -<br /> -</table> +<!-- END navigation -->
\ No newline at end of file |