mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
bug:2808
add "Your Favorites" to the filters of the Batch Manager git-svn-id: http://piwigo.org/svn/trunk@23746 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -432,6 +432,7 @@ $base_url = get_root_url().'admin.php';
|
||||
|
||||
$prefilters = array(
|
||||
array('ID' => 'caddie', 'NAME' => l10n('Caddie')),
|
||||
array('ID' => 'favorites', 'NAME' => l10n('Your favorites')),
|
||||
array('ID' => 'last import', 'NAME' => l10n('Last import')),
|
||||
array('ID' => 'with no album', 'NAME' => l10n('With no album')),
|
||||
array('ID' => 'with no tag', 'NAME' => l10n('With no tag')),
|
||||
|
||||
Reference in New Issue
Block a user