From 37b190e82eb6eb2c56a6d71e3d2e22b99cfa4cdb Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Tue, 2 Feb 2010 11:35:13 +0000 Subject: [PATCH] fixed position of tooltip did not fix the problem intended, and had unwanted sideeffects --- calendar/inc/class.calendar_uiviews.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/calendar/inc/class.calendar_uiviews.inc.php b/calendar/inc/class.calendar_uiviews.inc.php index f6c9768310..8e3eff694c 100644 --- a/calendar/inc/class.calendar_uiviews.inc.php +++ b/calendar/inc/class.calendar_uiviews.inc.php @@ -145,6 +145,7 @@ class calendar_uiviews extends calendar_ui (count(explode(',',$this->owner)) == 1 ? ': '.$this->bo->participant_name($this->owner) : ''); // standard params for calling bocal::search for all views + $this->owner = str_replace('%2C',',',$this->owner); $this->search_params = array( 'start' => $this->date, 'cat_id' => $this->cat_id, @@ -1361,7 +1362,7 @@ class calendar_uiviews extends calendar_ui 'ClickClose' => true, 'FOLLOWMOUSE' => false, 'DELAY' => 600, - 'FIX' => "['".$draggableID."',10,-5]", + //'FIX' => "['".$draggableID."',10,-5]", 'SHADOW' => false, 'WIDTH' => -400, );