aboutsummaryrefslogtreecommitdiffstats
path: root/admin.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-12-30 14:36:02 +0000
committerplegall <plg@piwigo.org>2010-12-30 14:36:02 +0000
commit41696e7554139fd8946c1c537703d45679b29136 (patch)
tree2f09f1f97d39592a5e9c15a027d158f28465f965 /admin.php
parent15159f98bbb5434100ea3719fd84b30a3c66dbf5 (diff)
feature 2089: implement the "Bulk Manager" plugin as the new "Batch Manager".
The new "Batch Manager" offers as many features as the old "Bulk Manager" and more to come. The old Batch Manager (Caddie/Recent Pictures) is not removed yet and changes that occured since last summer are not reported yet in the Batch Manager: category/album, photo order for a given album, deletion of synchronized photos. git-svn-id: http://piwigo.org/svn/trunk@8394 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin.php')
-rw-r--r--admin.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin.php b/admin.php
index 3b508fe4d..7ee60a1b1 100644
--- a/admin.php
+++ b/admin.php
@@ -129,6 +129,7 @@ $template->assign(
'U_RATING'=> $link_start.'rating',
'U_CADDIE'=> $link_start.'element_set&amp;cat=caddie',
'U_RECENT_SET'=> $link_start.'element_set&amp;cat=recent',
+ 'U_BATCH'=> $link_start.'batch_manager',
'U_TAGS'=> $link_start.'tags',
'U_THUMBNAILS'=> $link_start.'thumbnail',
'U_USERS'=> $link_start.'user_list',