ganttchart in popup for timesheet and calendar edit

remove date in timesheet bar title to make them shorter
This commit is contained in:
Frédéric Erpicum 2012-02-27 16:33:01 +00:00
parent d67191841b
commit 60b6c516ee
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ class calendar_hooks
),
'view_id' => 'cal_id',
'view_popup' => '750x400',
'edit_popup' => '750x400',
'view_list' => 'calendar.calendar_uilist.listview',
'add' => array(
'menuaction' => 'calendar.calendar_uiforms.edit',

View File

@ -45,6 +45,7 @@ class timesheet_hooks
),
'view_id' => 'ts_id',
'view_popup' => '600x425',
'edit_popup' => '600x425',
'index' => array(
'menuaction' => 'timesheet.timesheet_ui.index',
),