From 39e9a1cdbd1d5d1f93d63216b6b888fed9b34e05 Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 23 Mar 2012 10:27:54 +0000 Subject: feature 2594: remove the Permissions link on the list of albums, because it is a tab on the Edit Album screen git-svn-id: http://piwigo.org/svn/trunk@13666 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/cat_list.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'admin/cat_list.php') diff --git a/admin/cat_list.php b/admin/cat_list.php index f1d57390b..c5e0214a0 100644 --- a/admin/cat_list.php +++ b/admin/cat_list.php @@ -325,10 +325,6 @@ foreach ($categories as $category) $base_url.'batch_manager&cat='.$category['id']; } - if ('private' == $category['status']) - { - $tpl_cat['U_MANAGE_PERMISSIONS'] = $base_url.'album-'.$category['id'].'-permissions'; - } $template->append('categories', $tpl_cat); } -- cgit v1.2.3