diff options
author | plegall <plg@piwigo.org> | 2012-02-09 11:01:08 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-02-09 11:01:08 +0000 |
commit | afb04c02937046f22b2e71974c785c6ee70ae10f (patch) | |
tree | 3a68f7446d2b4cdb7b054ad8c1c674d57c37e375 /admin/themes/default/template | |
parent | 065debcad40ffcc7676339f519588be15ee8b0c1 (diff) |
feature 2471: improve visibility of the new "Zoom - Edit" links on each
thumbnails of the Batch Manager.
git-svn-id: http://piwigo.org/svn/trunk@13066 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template')
-rw-r--r-- | admin/themes/default/template/batch_manager_global.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/default/template/batch_manager_global.tpl b/admin/themes/default/template/batch_manager_global.tpl index 562704661..d368591c2 100644 --- a/admin/themes/default/template/batch_manager_global.tpl +++ b/admin/themes/default/template/batch_manager_global.tpl @@ -505,7 +505,7 @@ jQuery(window).load(function() { $(".thumbnails img").each(function () { max_dim = Math.max(max_dim, $(this).height(), $(this).width() ); }); - max_dim += 20; + max_dim += 35; $("ul.thumbnails span, ul.thumbnails label").css('width', max_dim+'px').css('height', max_dim+'px'); $('ul.thumbnails').enableShiftClick(); }); @@ -614,7 +614,7 @@ jQuery(window).load(function() { <span class="wrap1"> <label> <span class="wrap2{if $isSelected} thumbSelected{/if}"> - <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> + <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> {if $thumbnail.LEVEL > 0} <em class="levelIndicatorB">{$pwg->l10n($pwg->sprintf('Level %d',$thumbnail.LEVEL))}</em> <em class="levelIndicatorF" title="{'Who can see these photos?'|@translate} : ">{$pwg->l10n($pwg->sprintf('Level %d',$thumbnail.LEVEL))}</em> |