From 753f58d6a966a1051dcd62a3eeab8fc18798bcac Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 27 Dec 2011 05:26:44 +0000 Subject: feature 2541 multisize - core implementation + usage on most public/admin pages - still to do: sync process, upload, gui/persistence for size parameters, migration script, center of interest ... git-svn-id: http://piwigo.org/svn/trunk@12796 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/rating_user.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'admin/themes/default/template') diff --git a/admin/themes/default/template/rating_user.tpl b/admin/themes/default/template/rating_user.tpl index 72d6a26ce..7cc36c4fb 100644 --- a/admin/themes/default/template/rating_user.tpl +++ b/admin/themes/default/template/rating_user.tpl @@ -59,7 +59,7 @@ function del(elt,uid,aid) {if !empty($rates)} {capture assign=rate_over}{foreach from=$rates item=rate_arr}thumb-{$rate_arr.id} {/foreach}{/capture} - {$rates|@count} + {$rates|@count} {/if} {/foreach} [{'Delete'|@translate}] @@ -71,7 +71,7 @@ function del(elt,uid,aid) {footer_script require='jquery.cluetip'} jQuery(document).ready(function(){ldelim} jQuery('.cluetip').cluetip({ldelim} - width: {$TN_WIDTH}, splitTitle: '|' + width: {$TN_WIDTH}, showTitle:false, splitTitle: '|' }); }) {/footer_script} \ No newline at end of file -- cgit v1.2.3