aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-12-14 07:48:21 +0000
committervdigital <vdigital@piwigo.org>2008-12-14 07:48:21 +0000
commitcd142d2d951935377bc276f0a46678fbe4d367ac (patch)
treec87265d63c6ab0ae7ab0ff1f18b18c6f7bb24991 /admin
parentb4679919163c484fccf660632b9331a801afcb0d (diff)
- 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
Diffstat (limited to 'admin')
-rw-r--r--admin/template/goto/rating.tpl2
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>