Changeset 13668 for trunk/admin


Ignore:
Timestamp:
Mar 23, 2012, 12:17:15 PM (12 years ago)
Author:
plg
Message:

feature 2561: notification on album was moved to a dedicated tab on the "Edit album" screen.

Location:
trunk/admin
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/album.php

    r13580 r13668  
    6666$tabsheet->add('sort_order', l10n('Manage photo ranks'), $admin_album_base_url.'-sort_order');
    6767$tabsheet->add('permissions', l10n('Permissions'), $admin_album_base_url.'-permissions');
     68$tabsheet->add('notification', l10n('Notification'), $admin_album_base_url.'-notification');
    6869$tabsheet->select($page['tab']);
    6970$tabsheet->assign();
Note: See TracChangeset for help on using the changeset viewer.