Ignore:
Timestamp:
Feb 9, 2012, 12:01:08 PM (12 years ago)
Author:
plg
Message:

feature 2471: improve visibility of the new "Zoom - Edit" links on each
thumbnails of the Batch Manager.

File:
1 edited

Legend:

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

    r13065 r13066  
    506506    max_dim = Math.max(max_dim, $(this).height(), $(this).width() );
    507507  });
    508   max_dim += 20;
     508  max_dim += 35;
    509509  $("ul.thumbnails span, ul.thumbnails label").css('width', max_dim+'px').css('height', max_dim+'px');
    510510  $('ul.thumbnails').enableShiftClick();
     
    615615          <label>
    616616            <span class="wrap2{if $isSelected} thumbSelected{/if}">
    617             <div class="actions"><a href="{$thumbnail.FILE_SRC}" class="preview-box">{'Zoom'|@translate}</a> | <a href="{$thumbnail.U_EDIT}" target="_blank">{'Edit'|@translate}</a></div>
     617            <div class="actions"><a href="{$thumbnail.FILE_SRC}" class="preview-box">{'Zoom'|@translate}</a> &middot; <a href="{$thumbnail.U_EDIT}" target="_blank">{'Edit'|@translate}</a></div>
    618618              {if $thumbnail.LEVEL > 0}
    619619              <em class="levelIndicatorB">{$pwg->l10n($pwg->sprintf('Level %d',$thumbnail.LEVEL))}</em>
Note: See TracChangeset for help on using the changeset viewer.