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_list.php

    r12922 r13013  
    298298
    299299      'U_CHILDREN' => $cat_list_url.'&parent_id='.$category['id'],
    300       'U_EDIT'     => $base_url.'cat_modify&cat_id='.$category['id'],
     300      'U_EDIT'     => $base_url.'album-'.$category['id'],
    301301
    302302      'IS_VIRTUAL' => empty($category['dir'])
Note: See TracChangeset for help on using the changeset viewer.