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/cat_options.php

    r12922 r16925  
    139139// TabSheet
    140140$tabsheet = new tabsheet();
     141$tabsheet->set_id('cat_options');
    141142// TabSheet initialization
    142143$opt_link = $link_start.'cat_options&section=';
Note: See TracChangeset for help on using the changeset viewer.