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

    r12922 r16925  
    2626include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
    2727$tabsheet = new tabsheet();
     28$tabsheet->set_id('rating');
    2829$tabsheet->add('rating', l10n('Photos'), get_root_url().'admin.php?page=rating');
    2930$tabsheet->add('rating_user', l10n('Users'), get_root_url().'admin.php?page=rating_user');
Note: See TracChangeset for help on using the changeset viewer.