- have the thumbnail and results (88/88 3.61 1.51 318) at top of the line

merge -c2970 from branch 2.0 to trunk




git-svn-id: http://piwigo.org/svn/trunk@2971 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital
2008-12-14 07:48:21 +00:00
parent b467991916
commit cd142d2d95

View File

@@ -46,7 +46,7 @@
<td></td>
</tr>
{foreach from=$images item=image name=image}
<tr valign="bottom" class="{if $smarty.foreach.image.index is odd}row1{else}row2{/if}">
<tr valign="top" class="{if $smarty.foreach.image.index is odd}row1{else}row2{/if}">
<td rowspan="{$image.NB_RATES_TOTAL+1}"><a href="{$image.U_URL}"><img src="{$image.U_THUMB}" alt="{$image.FILE}" title="{$image.FILE}"></a></td>
<td rowspan="{$image.NB_RATES_TOTAL+1}"><strong>{$image.NB_RATES}/{$image.NB_RATES_TOTAL}</strong></td>
<td rowspan="{$image.NB_RATES_TOTAL+1}"><strong>{$image.AVG_RATE}</strong></td>