Ignore:
Timestamp:
Feb 2, 2012, 12:03:35 AM (12 years ago)
Author:
plg
Message:

feature 2561: redesign on album administration screen.

  • only one form on the screen and several tabs
  • simpler URL pattern : page=album-123-properties / page=album-123-sort_order / page=album-123-permissions
  • action to associate all photos of an album to another (new) virtual album was removed. This can be easily done with the new Batch Manager
  • notification by email on an album still has to be moved on a new dedicated tab
  • action icons (jump to album, manage photos, manage sub-albums, delete album...) replaced by plain text links
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_perm.php

    r12922 r13013  
    167167      get_cat_display_name_from_id(
    168168        $page['cat'],
    169         'admin.php?page=cat_modify&cat_id='
     169        'admin.php?page=album-'
    170170        ),
    171171    'U_HELP' => get_root_url().'admin/popuphelp.php?page=cat_perm',
    172     'F_ACTION' => get_root_url().'admin.php?page=cat_perm&cat='.$page['cat']
     172    'F_ACTION' => $admin_album_base_url.'-permissions',
    173173    )
    174174  );
Note: See TracChangeset for help on using the changeset viewer.