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
This commit is contained in:
volcom
2005-10-30 20:35:39 +00:00
parent 4caa3f6c84
commit 7b9d91a8e6
7 changed files with 137 additions and 12 deletions
+7 -8
View File
@@ -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 -->