mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 02:41:02 +01:00
fixed bigger infolog popup size
This commit is contained in:
parent
aa8136ef60
commit
c1b44bf441
@ -427,7 +427,7 @@ class uiviews extends uical
|
|||||||
$todo_label .= ' '.$this->html->a_href( $this->html->image('infolog',$type,lang('Add')),'infolog.uiinfolog.edit',array(
|
$todo_label .= ' '.$this->html->a_href( $this->html->image('infolog',$type,lang('Add')),'infolog.uiinfolog.edit',array(
|
||||||
'type' => $type,
|
'type' => $type,
|
||||||
'start_time' => $ts,
|
'start_time' => $ts,
|
||||||
),' target="_blank" onclick="window.open(this.href,this.target,\'dependent=yes,width=750,height=550,scrollbars=yes,status=yes\'); return false;"');
|
),' target="_blank" onclick="window.open(this.href,this.target,\'dependent=yes,width=750,height=590,scrollbars=yes,status=yes\'); return false;"');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$cols[1] = $this->html->div(
|
$cols[1] = $this->html->div(
|
||||||
|
Loading…
Reference in New Issue
Block a user