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/picture_modify.php

    r12922 r13013  
    361361    get_cat_display_name_cache(
    362362      $row['uppercats'],
    363       get_root_url().'admin.php?page=cat_modify&cat_id=',
     363      get_root_url().'admin.php?page=album-',
    364364      false
    365365      );
Note: See TracChangeset for help on using the changeset viewer.