Changeset 13013 for trunk/admin/include


Ignore:
Timestamp:
Feb 2, 2012, 12:03:35 AM (13 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
Location:
trunk/admin/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions.php

    r12930 r13013  
    19921992      return 0;
    19931993
     1994    case 'album':
    19941995    case 'cat_list':
    19951996    case 'cat_modify':
  • trunk/admin/include/photos_add_direct_process.inc.php

    r12922 r13013  
    253253;';
    254254    list($count) = pwg_db_fetch_row(pwg_query($query));
    255     $category_name = get_cat_display_name_from_id($category_id, 'admin.php?page=cat_modify&cat_id=');
     255    $category_name = get_cat_display_name_from_id($category_id, 'admin.php?page=album-');
    256256   
    257257    // information
Note: See TracChangeset for help on using the changeset viewer.