summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-11-12 15:26:10 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-11-12 15:26:10 +0000
commite0804e0b83b63f79b4d61c20d9cfece0f2ca0db1 (patch)
tree85492e5f0d2b084f70a03852bbda8de46be80728 /frontends/php/include
parentc0c1b50df1ec73e0cd6b72c7cc10197e6cc44a0a (diff)
downloadzabbix-e0804e0b83b63f79b4d61c20d9cfece0f2ca0db1.tar.gz
zabbix-e0804e0b83b63f79b4d61c20d9cfece0f2ca0db1.tar.xz
zabbix-e0804e0b83b63f79b4d61c20d9cfece0f2ca0db1.zip
- added adjusts for better support of Safari v.3 (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@4997 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
-rw-r--r--frontends/php/include/forms.inc.php4
1 files changed, 2 insertions, 2 deletions
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);