diff options
Diffstat (limited to 'admin/template/goto')
-rw-r--r-- | admin/template/goto/rating.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/template/goto/rating.tpl b/admin/template/goto/rating.tpl index 34faf5cac..c50a26602 100644 --- a/admin/template/goto/rating.tpl +++ b/admin/template/goto/rating.tpl @@ -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> |