Changeset 13025 for trunk/admin


Ignore:
Timestamp:
Feb 3, 2012, 10:33:47 PM (12 years ago)
Author:
plg
Message:

feature 2561: fix links on album administration screens

Location:
trunk/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_list.php

    r13013 r13025  
    324324  if ('private' == $category['status'])
    325325  {
    326     $tpl_cat['U_MANAGE_PERMISSIONS']=
    327       $base_url.'cat_perm&cat='.$category['id'];
     326    $tpl_cat['U_MANAGE_PERMISSIONS'] = $base_url.'album-'.$category['id'].'-permissions';
    328327  }
    329328  $template->append('categories', $tpl_cat);
  • trunk/admin/include/functions.php

    r13021 r13025  
    19971997    case 'album':
    19981998    case 'cat_list':
    1999     case 'cat_modify':
    20001999    case 'cat_move':
    20012000    case 'cat_options':
    2002     case 'cat_perm':
    20032001    case 'permalinks':
    20042002      return 1;
Note: See TracChangeset for help on using the changeset viewer.