Ignore:
Timestamp:
Dec 27, 2011, 6:26:44 AM (12 years ago)
Author:
rvelices
Message:

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 ...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/rating_user.tpl

    r12650 r12796  
    6060                {capture assign=rate_over}{foreach from=$rates item=rate_arr}<img src="{$image_urls[$rate_arr.id].tn}" alt="thumb-{$rate_arr.id}" title="{$rate_arr.date}"></img>
    6161                {/foreach}{/capture}
    62                 <a class="cluetip" title="{$rate_over|@htmlspecialchars}">{$rates|@count}</a>
     62                <a class="cluetip" title="|{$rate_over|@htmlspecialchars}">{$rates|@count}</a>
    6363                {/if}</td>
    6464        {/foreach}
     
    7272jQuery(document).ready(function(){ldelim}
    7373        jQuery('.cluetip').cluetip({ldelim}
    74                 width: {$TN_WIDTH}, splitTitle: '|'
     74                width: {$TN_WIDTH}, showTitle:false, splitTitle: '|'
    7575        });
    7676})
Note: See TracChangeset for help on using the changeset viewer.