fixed position of tooltip did not fix the problem intended, and had unwanted sideeffects

This commit is contained in:
Klaus Leithoff 2010-02-02 11:35:13 +00:00
parent 995940eeb5
commit 37b190e82e

View File

@ -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,
);