comit for the bug 782 and 783

git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2179 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
ddtddt
2007-12-12 20:19:24 +00:00
parent 1117ff9ed2
commit 99c692d369
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -441,6 +441,7 @@ SELECT
if (isset($label_of_image[$line['image_id']]))
{
$image_string.= ' '.$label_of_image[$line['image_id']];
$image_string.= '</a>';
}
else
{
+1 -1
View File
@@ -27,7 +27,7 @@
<tr>
<td style="white-space: nowrap">{statrow.VALUE}</td>
<td class="number">{statrow.PAGES}</td>
<td><div class="statBar" style="width:{statrow.WIDTH}px" /></td>
<td><div class="statBar" style="width:{statrow.WIDTH}px"></div></td>
</tr>
<!-- END statrow -->
</table>