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
This commit is contained in:
plegall 2012-03-23 11:15:25 +00:00
parent 39e9a1cdbd
commit 7ffddb84ee

View file

@ -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}