Ignore:
Timestamp:
Mar 8, 2007, 11:14:14 PM (17 years ago)
Author:
rub
Message:

Add tabsheet on administration pages.

Step 3: Tabsheet for configuration & history

Change css tabsheet to do like p0w0 for all themes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/history.php

    r1844 r1881  
    4949
    5050include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
     51include_once(PHPWG_ROOT_PATH.'admin/include/functions_history.inc.php');
    5152
    5253if (isset($_GET['start']) and is_numeric($_GET['start']))
     
    129130// +-----------------------------------------------------------------------+
    130131
    131 $template->set_filenames(array('history'=>'admin/history.tpl'));
     132$template->set_filename('history', 'admin/history.tpl');
     133
     134// TabSheet initialization
     135history_tabsheet();
    132136
    133137$base_url = PHPWG_ROOT_PATH.'admin.php?page=history';
Note: See TracChangeset for help on using the changeset viewer.