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:
parent
39e9a1cdbd
commit
7ffddb84ee
1 changed files with 0 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue