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

    r10511 r16925  
    3535
    3636$tabsheet = new tabsheet();
     37$tabsheet->set_id('updates');
    3738$tabsheet->add('pwg', l10n('Piwigo Update'), $my_base_url);
    3839$tabsheet->add('ext', l10n('Extensions Update'), $my_base_url.'&tab=ext');
Note: See TracChangeset for help on using the changeset viewer.