aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-12-14 07:45:21 +0000
committervdigital <vdigital@piwigo.org>2008-12-14 07:45:21 +0000
commit40b93cfe493ed5e9e46b7d9b3ac836c58d5363bc (patch)
tree1afbb5ffa98ab15d8a7dd9582e4b326a1299d9f1 /admin
parentbb1a28462f0b917945fa3294aa290fdb43ede3dc (diff)
- have the thumbnail and results (88/88 3.61 1.51 318) at top of the line
git-svn-id: http://piwigo.org/svn/branches/2.0@2970 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>