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

Merged revision(s) 16925 from trunk:
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
  • branches/2.4/admin/rating.php

    r13077 r16926  
    3737include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
    3838$tabsheet = new tabsheet();
     39$tabsheet->set_id('rating');
    3940$tabsheet->add('rating', l10n('Photos'), get_root_url().'admin.php?page=rating');
    4041$tabsheet->add('rating_user', l10n('Users'), get_root_url().'admin.php?page=rating_user');
Note: See TracChangeset for help on using the changeset viewer.