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/language/en_UK/admin.lang.php

    r13004 r13013  
    844844$lang['registered users'] = 'registered users';
    845845$lang['administrators'] = 'administrators';
     846$lang['This album contains %d photos, added on %s.'] = 'This album contains %d photos, added on %s.';
     847$lang['This album contains %d photos, added between %s and %s.'] = 'This album contains %d photos, added between %s and %s.';
     848$lang['This album contains no photo.'] = 'This album contains no photo.';
    846849?>
Note: See TracChangeset for help on using the changeset viewer.