From 928a38d5cf5c2283961270e644783fed24d4e8f2 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 3 Apr 2010 13:44:28 +0000 Subject: [PATCH] "fixed not working edit of recuring events on home page (caused by curly brackets in if condition, which got interpreted as placeholdes by old Template class, removed them as they are unnecessary anyway)" --- calendar/inc/class.calendar_ui.inc.php | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/calendar/inc/class.calendar_ui.inc.php b/calendar/inc/class.calendar_ui.inc.php index ce67665d56..9559ef04a8 100644 --- a/calendar/inc/class.calendar_ui.inc.php +++ b/calendar/inc/class.calendar_ui.inc.php @@ -514,16 +514,14 @@ class calendar_ui if ($Link_confirm_abort && $Link_confirm_text) { $returnvalue = 'javascript:var check=confirm(\''.$Link_confirm_text.'\');'; - $returnvalue .=' if (check==true) {'; + $returnvalue .=' if (check) '; // open confirm =0kay $returnvalue .= 'egw_openWindowCentered2('.($link == 'this.href' ? $link : "'".$link."'").','. - ($target == 'this.target' ? $target : "'".$target."'").",$width,$height,'yes')"; - $returnvalue .= '}'; + ($target == 'this.target' ? $target : "'".$target."'").",$width,$height,'yes');"; //open confirm =Abort - $returnvalue .=' else {'; + $returnvalue .=' else '; $returnvalue .= 'egw_openWindowCentered2('.($Link_confirm_abort == 'this.href' ? $Link_confirm_abort : "'".$Link_confirm_abort."'").','. - ($target == 'this.target' ? $target : "'".$target."'").",$width,$height,'yes')"; - $returnvalue .= '}'; + ($target == 'this.target' ? $target : "'".$target."'").",$width,$height,'yes');"; return $returnvalue; } @@ -725,7 +723,7 @@ class calendar_ui if($config['calendar_delete_history'] && $GLOBALS['egw_info']['user']['apps']['admin']) { $options .= '