From 41696e7554139fd8946c1c537703d45679b29136 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 30 Dec 2010 14:36:02 +0000 Subject: 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 --- admin.php | 1 + 1 file changed, 1 insertion(+) (limited to 'admin.php') 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&cat=caddie', 'U_RECENT_SET'=> $link_start.'element_set&cat=recent', + 'U_BATCH'=> $link_start.'batch_manager', 'U_TAGS'=> $link_start.'tags', 'U_THUMBNAILS'=> $link_start.'thumbnail', 'U_USERS'=> $link_start.'user_list', -- cgit v1.2.3