Changeset 13666 for trunk/admin


Ignore:
Timestamp:
Mar 23, 2012, 11:27:54 AM (12 years ago)
Author:
plg
Message:

feature 2594: remove the Permissions link on the list of albums, because it is a tab on the Edit Album screen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_list.php

    r13282 r13666  
    326326  }
    327327
    328   if ('private' == $category['status'])
    329   {
    330     $tpl_cat['U_MANAGE_PERMISSIONS'] = $base_url.'album-'.$category['id'].'-permissions';
    331   }
    332328  $template->append('categories', $tpl_cat);
    333329}
Note: See TracChangeset for help on using the changeset viewer.