From 3d362a235f0564dce11c1597e1ea7569db36365b Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 22 Aug 2014 08:56:51 +0000 Subject: feature 2810: for duplicates filter, add "date & time" (checked by default) and "width & height" as options. Change algorithm for a single SQL query with GROUP_CONCAT instead of 2 queries. git-svn-id: http://piwigo.org/svn/trunk@29244 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/batch_manager_global.tpl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'admin/themes/default/template/batch_manager_global.tpl') diff --git a/admin/themes/default/template/batch_manager_global.tpl b/admin/themes/default/template/batch_manager_global.tpl index 6ee116408..575929674 100644 --- a/admin/themes/default/template/batch_manager_global.tpl +++ b/admin/themes/default/template/batch_manager_global.tpl @@ -392,6 +392,7 @@ $(document).ready(function() { jQuery("select[name=filter_prefilter]").change(function() { jQuery("#empty_caddie").toggle(jQuery(this).val() == "caddie"); + jQuery("#duplicates_options").toggle(jQuery(this).val() == "duplicates"); }); }); @@ -418,6 +419,13 @@ $(document).ready(function() { {/foreach} {'Empty caddie'|translate} + + + {'based on'|translate} + {'file name'|translate} + + +
  • -- cgit v1.2.3