From 60b6c516ee5b12f7c0ca5c2e398826db5ed7285b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Erpicum?= Date: Mon, 27 Feb 2012 16:33:01 +0000 Subject: [PATCH] ganttchart in popup for timesheet and calendar edit remove date in timesheet bar title to make them shorter --- calendar/inc/class.calendar_hooks.inc.php | 1 + timesheet/inc/class.timesheet_hooks.inc.php | 1 + 2 files changed, 2 insertions(+) diff --git a/calendar/inc/class.calendar_hooks.inc.php b/calendar/inc/class.calendar_hooks.inc.php index 8c89a5ff92..412f65c1d1 100644 --- a/calendar/inc/class.calendar_hooks.inc.php +++ b/calendar/inc/class.calendar_hooks.inc.php @@ -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', diff --git a/timesheet/inc/class.timesheet_hooks.inc.php b/timesheet/inc/class.timesheet_hooks.inc.php index 781e2b9213..16954b2ece 100644 --- a/timesheet/inc/class.timesheet_hooks.inc.php +++ b/timesheet/inc/class.timesheet_hooks.inc.php @@ -45,6 +45,7 @@ class timesheet_hooks ), 'view_id' => 'ts_id', 'view_popup' => '600x425', + 'edit_popup' => '600x425', 'index' => array( 'menuaction' => 'timesheet.timesheet_ui.index', ),