forked from extern/egroupware
fixed a bug/typo reported by stefan becker
This commit is contained in:
parent
54ef56c27a
commit
5fc31705b2
@ -964,7 +964,7 @@ class uiviews extends uical
|
|||||||
$droppableID='drop_'.$droppableDateTime.'_O'.$owner;
|
$droppableID='drop_'.$droppableDateTime.'_O'.$owner;
|
||||||
|
|
||||||
$html .= $indent."\t".'<div id="' . $droppableID . '" style="height:'. $this->rowHeight .'%; top: '. $i*$this->rowHeight .
|
$html .= $indent."\t".'<div id="' . $droppableID . '" style="height:'. $this->rowHeight .'%; top: '. $i*$this->rowHeight .
|
||||||
'%;" class="calAddEvent" onclick="??'.$this->popup($GLOBALS['egw']->link('/index.php',$linkData)).';return false;"></div>'."\n";
|
'%;" class="calAddEvent" onclick="'.$this->popup($GLOBALS['egw']->link('/index.php',$linkData)).';return false;"></div>'."\n";
|
||||||
|
|
||||||
if(is_object($this->dragdrop) && $dropPermission)
|
if(is_object($this->dragdrop) && $dropPermission)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user