aboutsummaryrefslogtreecommitdiffstats
path: root/admin/batch_manager_global.php
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2013-07-02 19:59:34 +0000
committerflop25 <flop25@piwigo.org>2013-07-02 19:59:34 +0000
commit46040738d8a4b09c3d45f99047a34a09a89d9233 (patch)
treee1673af87aad61ff42e6e780737d0f5814a81f2d /admin/batch_manager_global.php
parent251bbd5704ba25a0147b287103eb67f5e90e1734 (diff)
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
Diffstat (limited to 'admin/batch_manager_global.php')
-rw-r--r--admin/batch_manager_global.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/batch_manager_global.php b/admin/batch_manager_global.php
index e74a6dd9d..dfaca2cf8 100644
--- a/admin/batch_manager_global.php
+++ b/admin/batch_manager_global.php
@@ -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')),