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

    r12922 r16925  
    3737
    3838$tabsheet = new tabsheet();
     39$tabsheet->set_id('plugins');
    3940$tabsheet->add('installed', l10n('Plugin list'), $my_base_url.'&tab=installed');
    4041$tabsheet->add('update', l10n('Check for updates'), $my_base_url.'&tab=update');
Note: See TracChangeset for help on using the changeset viewer.