using tabs of equal height

This commit is contained in:
Ralf Becker
2011-04-19 18:52:25 +00:00
parent 40c4477b23
commit e01df197ae
3 changed files with 37 additions and 39 deletions

View File

@ -44,14 +44,14 @@ class timesheet_hooks
'menuaction' => TIMESHEET_APP.'.timesheet_ui.view',
),
'view_id' => 'ts_id',
'view_popup' => '600x400',
'view_popup' => '600x425',
'view_list' => 'timesheet.timesheet_ui.index',
'add' => array(
'menuaction' => TIMESHEET_APP.'.timesheet_ui.edit',
),
'add_app' => 'link_app',
'add_id' => 'link_id',
'add_popup' => '600x400',
'add_popup' => '600x425',
'file_access'=> TIMESHEET_APP.'.timesheet_bo.file_access',
);
}