Ignore:
Timestamp:
Jul 23, 2012, 1:52:18 PM (12 years ago)
Author:
mistic100
Message:

Merged revision(s) 16928 from trunk:
feature 2703: make it easy for plugins to add tabs in admin screens
centralize all core tabs in one file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/admin/album.php

    r16926 r16929  
    6464$tabsheet = new tabsheet();
    6565$tabsheet->set_id('album');
    66 $tabsheet->add('properties', l10n('Properties'), $admin_album_base_url.'-properties');
    67 $tabsheet->add('sort_order', l10n('Manage photo ranks'), $admin_album_base_url.'-sort_order');
    68 $tabsheet->add('permissions', l10n('Permissions'), $admin_album_base_url.'-permissions');
    69 $tabsheet->add('notification', l10n('Notification'), $admin_album_base_url.'-notification');
    7066$tabsheet->select($page['tab']);
    7167$tabsheet->assign();
Note: See TracChangeset for help on using the changeset viewer.