Ignore:
Timestamp:
Jul 23, 2012, 12:06:27 PM (12 years ago)
Author:
mistic100
Message:

Merged revision(s) 16925 from trunk:
feature 2703: make it easy for plugins to add tabs in admin screens
add a trigger a give an id to each core tabsheets

File:
1 edited

Legend:

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

    r13668 r16926  
    6363
    6464$tabsheet = new tabsheet();
     65$tabsheet->set_id('album');
    6566$tabsheet->add('properties', l10n('Properties'), $admin_album_base_url.'-properties');
    6667$tabsheet->add('sort_order', l10n('Manage photo ranks'), $admin_album_base_url.'-sort_order');
Note: See TracChangeset for help on using the changeset viewer.