Changeset 17574


Ignore:
Timestamp:
Aug 15, 2012, 1:48:10 PM (12 years ago)
Author:
plg
Message:

merge r17573 from branch 2.4 to trunk

bug 2724 fixed: tooltip on thumbnails is back on photos sort order manager

File:
1 edited

Legend:

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

    r14205 r17574  
    3030});
    3131jQuery(document).ready(function() {
    32 jQuery('.clipwrapper').tipTip({
     32jQuery('.thumbnail').tipTip({
    3333'delay' : 0,
    3434'fadeIn' : 200,
     
    5252      {foreach from=$thumbnails item=thumbnail}
    5353      <li class="rank-of-image">
    54         <img src="{$thumbnail.TN_SRC}" class="thumbnail" alt="{$thumbnail.NAME|@replace:'"':' '}" style="width:{$thumbnail.SIZE[0]}px; height:{$thumbnail.SIZE[1]}px; ">
     54        <img src="{$thumbnail.TN_SRC}" class="thumbnail" alt="{$thumbnail.NAME|@replace:'"':' '}" title="{$thumbnail.NAME|@replace:'"':' '}" style="width:{$thumbnail.SIZE[0]}px; height:{$thumbnail.SIZE[1]}px; ">
    5555        <input type="text" name="rank_of_image[{$thumbnail.ID}]" value="{$thumbnail.RANK}" style="display:none">
    5656      </li>
Note: See TracChangeset for help on using the changeset viewer.