mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
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:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user