diff options
author | plegall <plg@piwigo.org> | 2010-12-31 11:58:14 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-12-31 11:58:14 +0000 |
commit | aa30ee72d24a4eeca69e46be72baf055bf869889 (patch) | |
tree | c99fbdce8a694ef41fbc25bf4bbcc0f604ac22b9 /admin/themes/default | |
parent | ff36bf3b70b58a117b7ccfe72d0f3faf58d97f34 (diff) |
feature 2089: add the "not_linked" feature as "with no virtual album" in the
new Batch Manager.
git-svn-id: http://piwigo.org/svn/trunk@8403 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default')
-rw-r--r-- | admin/themes/default/template/batch_manager_global.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/themes/default/template/batch_manager_global.tpl b/admin/themes/default/template/batch_manager_global.tpl index f9bb4b651..a663089d4 100644 --- a/admin/themes/default/template/batch_manager_global.tpl +++ b/admin/themes/default/template/batch_manager_global.tpl @@ -353,6 +353,9 @@ a.removeFilter:hover {background: url(admin/themes/default/icon/remove_filter_ho <select name="filter_prefilter"> <option value="caddie" {if $filter.prefilter eq 'caddie'}selected="selected"{/if}>caddie</option> <option value="last import" {if $filter.prefilter eq 'last import'}selected="selected"{/if}>last import</option> +{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="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> --> |