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

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
  • trunk/admin/include/albums_tab.inc.php

    r13282 r16925  
    2727
    2828$tabsheet = new tabsheet();
     29$tabsheet->set_id('cat_list');
    2930$tabsheet->add('list', l10n('List'), $my_base_url.'cat_list');
    3031$tabsheet->add('move', l10n('Move'), $my_base_url.'cat_move');
Note: See TracChangeset for help on using the changeset viewer.