From ae6a63bee0d834888c3b30b5bcc4df2216173c75 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 1 Feb 2012 23:03:35 +0000 Subject: feature 2561: redesign on album administration screen. * only one form on the screen and several tabs * simpler URL pattern : page=album-123-properties / page=album-123-sort_order / page=album-123-permissions * action to associate all photos of an album to another (new) virtual album was removed. This can be easily done with the new Batch Manager * notification by email on an album still has to be moved on a new dedicated tab * action icons (jump to album, manage photos, manage sub-albums, delete album...) replaced by plain text links git-svn-id: http://piwigo.org/svn/trunk@13013 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/cat_perm.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'admin/cat_perm.php') diff --git a/admin/cat_perm.php b/admin/cat_perm.php index 6440e7e99..3dc9c1e21 100644 --- a/admin/cat_perm.php +++ b/admin/cat_perm.php @@ -166,10 +166,10 @@ $template->assign( 'CATEGORIES_NAV' => get_cat_display_name_from_id( $page['cat'], - 'admin.php?page=cat_modify&cat_id=' + 'admin.php?page=album-' ), 'U_HELP' => get_root_url().'admin/popuphelp.php?page=cat_perm', - 'F_ACTION' => get_root_url().'admin.php?page=cat_perm&cat='.$page['cat'] + 'F_ACTION' => $admin_album_base_url.'-permissions', ) ); -- cgit v1.2.3