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

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
  • trunk/admin/include/functions_history.inc.php

    r16925 r16928  
    3131  $tabsheet = new tabsheet();
    3232  $tabsheet->set_id('history');
    33   // TabSheet initialization
    34   $tabsheet->add('stats', l10n('Statistics'), $link_start.'stats');
    35   $tabsheet->add('history', l10n('Search'), $link_start.'history');
    36   // TabSheet selection
    3733  $tabsheet->select($page['page']);
    38   // Assign tabsheet to template
    3934  $tabsheet->assign();
    4035}
Note: See TracChangeset for help on using the changeset viewer.