From 4d3685e99831a60298dc11a8a9b9b3860c710fd4 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 19 Nov 2005 18:48:42 +0000 Subject: [PATCH] infolog icons were not opening popups --- calendar/inc/class.uiviews.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.uiviews.inc.php b/calendar/inc/class.uiviews.inc.php index d574a2fbae..8be2ce1a00 100644 --- a/calendar/inc/class.uiviews.inc.php +++ b/calendar/inc/class.uiviews.inc.php @@ -417,7 +417,7 @@ class uiviews extends uical $todo_label .= ' '.$this->html->a_href( $this->html->image('infolog',$type,lang('Add')),'infolog.uiinfolog.edit',array( 'type' => $type, 'start_time' => $ts, - )); + ),' target="_blank" onclick="window.open(this.href,this.target,\'dependent=yes,width=750,height=550,scrollbars=yes,status=yes\'); return false;"'); } } $cols[1] = $this->html->div(