Ignore:
Timestamp:
Jul 23, 2012, 1:52:18 PM (12 years ago)
Author:
mistic100
Message:

Merged revision(s) 16928 from trunk:
feature 2703: make it easy for plugins to add tabs in admin screens
centralize all core tabs in one file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/admin/rating.php

    r16926 r16929  
    3838$tabsheet = new tabsheet();
    3939$tabsheet->set_id('rating');
    40 $tabsheet->add('rating', l10n('Photos'), get_root_url().'admin.php?page=rating');
    41 $tabsheet->add('rating_user', l10n('Users'), get_root_url().'admin.php?page=rating_user');
    4240$tabsheet->select('rating');
    4341$tabsheet->assign();
Note: See TracChangeset for help on using the changeset viewer.