From b9bdbb8b5c75cc230bd4974c81ca429df8eb4271 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Mon, 17 Oct 2011 19:01:14 +0000 Subject: Merged r12474 from trunk: feature:2471 [Batch Manager] "zoom" and "edit" links over each thumbnail git-svn-id: http://piwigo.org/svn/branches/2.3@12475 68402e56-0260-453c-a942-63ccdbb3a9ee --- .../default/template/batch_manager_global.tpl | 30 +++++++++++++--------- 1 file changed, 18 insertions(+), 12 deletions(-) (limited to 'admin/themes/default/template') diff --git a/admin/themes/default/template/batch_manager_global.tpl b/admin/themes/default/template/batch_manager_global.tpl index 41173eddc..83e9d6935 100644 --- a/admin/themes/default/template/batch_manager_global.tpl +++ b/admin/themes/default/template/batch_manager_global.tpl @@ -1,5 +1,6 @@ {include file='include/tag_selection.inc.tpl'} {include file='include/datepicker.inc.tpl'} +{include file='include/colorbox.inc.tpl'} {footer_script}{literal} pwg_initialization_datepicker("#date_creation_day", "#date_creation_month", "#date_creation_year", "#date_creation_linked_date", "#date_creation_action_set"); @@ -11,6 +12,8 @@ {footer_script require='jquery.tokeninput'} jQuery(document).ready(function() {ldelim} + jQuery("a.preview-box").colorbox(); + var tag_src = [{foreach from=$tags item=tag name=tags}{ldelim}name:"{$tag.name|@escape:'javascript'}",id:"{$tag.id}"{rdelim}{if !$smarty.foreach.tags.last},{/if}{/foreach}]; jQuery("#tags").tokenInput( tag_src, @@ -548,22 +551,25 @@ jQuery(window).load(function() { {assign var='isSelected' value=false} {/if} -
  • +
  • + - +
  • {/foreach} -- cgit v1.2.3