From e0804e0b83b63f79b4d61c20d9cfece0f2ca0db1 Mon Sep 17 00:00:00 2001 From: artem Date: Mon, 12 Nov 2007 15:26:10 +0000 Subject: - added adjusts for better support of Safari v.3 (Artem) git-svn-id: svn://svn.zabbix.com/trunk@4997 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/forms.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/php/include/forms.inc.php') diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php index 45e8408c..ff86a87f 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -2599,11 +2599,11 @@ array( $items_table, new CButton('add_item',S_ADD, - 'return PopUp("popup_gitem.php?dstfrm='.$frmGraph->GetName(). + "return PopUp('popup_gitem.php?dstfrm=".$frmGraph->GetName(). url_param($only_hostid, false, 'only_hostid'). url_param($monitored_hosts, false, 'monitored_hosts'). url_param($graphtype, false, 'graphtype'). - '",550,400,"graph_item_form");'), + "',550,400,'graph_item_form');"), $dedlete_button )); unset($items_table, $dedlete_button); -- cgit