diff options
author | plegall <plg@piwigo.org> | 2010-12-31 12:34:01 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-12-31 12:34:01 +0000 |
commit | a9445d297540abff2125393b520509b0f2387132 (patch) | |
tree | 56f85ff39878a54618f6d4a4535e2a10c4311aaa /admin/themes/default | |
parent | aa30ee72d24a4eeca69e46be72baf055bf869889 (diff) |
feature 2089: add the "duplicates" feature to the new Batch Manager and
simplify the algorithm. The duplicates do not rely on physical albums, just
on duplicate filenames.
git-svn-id: http://piwigo.org/svn/trunk@8404 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default')
-rw-r--r-- | admin/themes/default/template/batch_manager_global.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/batch_manager_global.tpl b/admin/themes/default/template/batch_manager_global.tpl index a663089d4..ea88b9a9a 100644 --- a/admin/themes/default/template/batch_manager_global.tpl +++ b/admin/themes/default/template/batch_manager_global.tpl @@ -356,8 +356,8 @@ a.removeFilter:hover {background: url(admin/themes/default/icon/remove_filter_ho {if $ENABLE_SYNCHRONIZATION} <option value="with no virtual album" {if $filter.prefilter eq 'with no virtual album'}selected="selected"{/if}>with no virtual album</option> {/if} + <option value="duplicates" {if $filter.prefilter eq 'duplicates'}selected="selected"{/if}>duplicates</option> <!-- <option value="with no album">with no album</option> --> -<!-- <option value="with no virtual album">with no virtual album</option> --> <!-- <option value="with no tag">with no tag</option> --> </select> </li> |