forked from extern/egroupware
ganttchart in popup for timesheet and calendar edit
remove date in timesheet bar title to make them shorter
This commit is contained in:
parent
d67191841b
commit
60b6c516ee
@ -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',
|
||||
|
@ -45,6 +45,7 @@ class timesheet_hooks
|
||||
),
|
||||
'view_id' => 'ts_id',
|
||||
'view_popup' => '600x425',
|
||||
'edit_popup' => '600x425',
|
||||
'index' => array(
|
||||
'menuaction' => 'timesheet.timesheet_ui.index',
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user