summaryrefslogtreecommitdiffstats
path: root/frontends/php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-01-09 07:59:55 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-01-09 07:59:55 +0000
commitd1ce3a37c4548ac46c6f7a032a186e948aee8569 (patch)
treefec2b9918917342ddd660ba1f2bfe45859eec668 /frontends/php
parent5e2e9cdd1e4488b0d14f1b67269ad007c8fe1034 (diff)
downloadzabbix-d1ce3a37c4548ac46c6f7a032a186e948aee8569.tar.gz
zabbix-d1ce3a37c4548ac46c6f7a032a186e948aee8569.tar.xz
zabbix-d1ce3a37c4548ac46c6f7a032a186e948aee8569.zip
- fixed popups for screen of graph editing (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3667 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php')
-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 65f8b6c8..998ed7b5 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -1513,7 +1513,7 @@
url_param($graphtype, false, 'graphtype').
url_param($gitem, false).
url_param($gid,false,'gid').
- '",550,400);');
+ '",550,400,"graph_item_form");');
$items_table->AddRow(array(
new CCheckBox('group_gid['.$gid.']',isset($group_gid[$gid])),
@@ -1540,7 +1540,7 @@
'return PopUp("popup_gitem.php?dstfrm='.$frmGraph->GetName().
url_param($only_hostid, false, 'only_hostid').
url_param($graphtype, false, 'graphtype').
- '",550,400);'),
+ '",550,400,"graph_item_form");'),
$dedlete_button
));
unset($items_table, $dedlete_button);