forked from extern/egroupware
fixed position of tooltip did not fix the problem intended, and had unwanted sideeffects
This commit is contained in:
parent
995940eeb5
commit
37b190e82e
@ -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,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user