From 9a15f40a8554bcb2695007eb1af60ae2e2706d4c Mon Sep 17 00:00:00 2001 From: mistic100 Date: Wed, 27 Apr 2011 21:59:46 +0000 Subject: feature:2269 merge r10648&r10649 from trunk git-svn-id: http://piwigo.org/svn/branches/2.2@10650 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/batch_manager_unit.tpl | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'admin/themes/default/template/batch_manager_unit.tpl') diff --git a/admin/themes/default/template/batch_manager_unit.tpl b/admin/themes/default/template/batch_manager_unit.tpl index e8b50a85c..9a1dde834 100644 --- a/admin/themes/default/template/batch_manager_unit.tpl +++ b/admin/themes/default/template/batch_manager_unit.tpl @@ -1,6 +1,6 @@ - {include file='include/autosize.inc.tpl'} {include file='include/datepicker.inc.tpl'} +{include file='include/colorbox.inc.tpl'} {combine_script id='jquery.fcbkcomplete' load='async' require='jquery' path='themes/default/js/plugins/jquery.fcbkcomplete.js'} {footer_script require='jquery.fcbkcomplete'} @@ -25,6 +25,8 @@ jQuery(document).ready(function() { maxitems: 100, newel: true }); + + $("a.preview-box").colorbox(); }); {/literal}{/footer_script} @@ -50,7 +52,11 @@ jQuery(document).ready(function() {
{$element.LEGEND} - + + +
+ {'Informations'|@translate} +
-- cgit v1.2.3