mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 09:52:29 +02:00
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
This commit is contained in:
@@ -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> -->
|
||||
|
||||
Reference in New Issue
Block a user