aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2012-03-23 11:15:25 +0000
committerplegall <plg@piwigo.org>2012-03-23 11:15:25 +0000
commit7ffddb84ee1a28d0409a56c67a39ce0392af517f (patch)
tree659b5cea05ea47b253039be71549ed1353416b37 /admin
parent39e9a1cdbd1d5d1f93d63216b6b888fed9b34e05 (diff)
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@13667 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/themes/default/template/cat_list.tpl3
1 files changed, 0 insertions, 3 deletions
diff --git a/admin/themes/default/template/cat_list.tpl b/admin/themes/default/template/cat_list.tpl
index 47c32ff75..1e73df09d 100644
--- a/admin/themes/default/template/cat_list.tpl
+++ b/admin/themes/default/template/cat_list.tpl
@@ -128,9 +128,6 @@ jQuery(document).ready(function(){
| <a href="{$category.U_MANAGE_ELEMENTS}">{'manage album photos'|@translate}</a>
{/if}
| <a href="{$category.U_CHILDREN}">{'manage sub-albums'|@translate}</a>
- {if isset($category.U_MANAGE_PERMISSIONS) }
- | <a href="{$category.U_MANAGE_PERMISSIONS}">{'Permissions'|@translate}</a>
- {/if}
{if isset($category.U_SYNC) }
| <a href="{$category.U_SYNC}">{'Synchronize'|@translate}</a>
{/if}