summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-03 08:37:14 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-03 08:37:14 +0000
commit62d85d6dedace6ef9470bc2d8ff394df18f71bf2 (patch)
tree0a073d64c7a3beb3b0587458b6246755410050ca /frontends/php/include/forms.inc.php
parentc222f1f674e0e553c70f2aa7e02b90cdc47081c4 (diff)
downloadzabbix-62d85d6dedace6ef9470bc2d8ff394df18f71bf2.tar.gz
zabbix-62d85d6dedace6ef9470bc2d8ff394df18f71bf2.tar.xz
zabbix-62d85d6dedace6ef9470bc2d8ff394df18f71bf2.zip
- [DEV-171] fix to form (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5747 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index 69a82f56..11d3ab12 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -3079,7 +3079,7 @@
$rowCondition[] = array(
new CTextBox('group','',20,'yes'),
new CButton('btn1',S_SELECT,
- "return PopUp('popup.php?dstfrm=".$tblCond->GetName().
+ "return PopUp('popup.php?dstfrm=".S_ACTION.
"&dstfld1=new_condition%5Bvalue%5D&dstfld2=group&srctbl=host_group".
"&srcfld1=groupid&srcfld2=name',450,450);",
'T')
@@ -3090,7 +3090,7 @@
$rowCondition[] = array(
new CTextBox('host','',20,'yes'),
new CButton('btn1',S_SELECT,
- "return PopUp('popup.php?dstfrm=".$tblCond->GetName().
+ "return PopUp('popup.php?dstfrm=".S_ACTION.
"&dstfld1=new_condition%5Bvalue%5D&dstfld2=host&srctbl=host_templates".
"&srcfld1=hostid&srcfld2=host',450,450);",
'T')
@@ -3101,7 +3101,7 @@
$rowCondition[] = array(
new CTextBox('host','',20,'yes'),
new CButton('btn1',S_SELECT,
- "return PopUp('popup.php?dstfrm=".$tblCond->GetName().
+ "return PopUp('popup.php?dstfrm=".S_ACTION.
"&dstfld1=new_condition%5Bvalue%5D&dstfld2=host&srctbl=hosts".
"&srcfld1=hostid&srcfld2=host',450,450);",
'T')
@@ -3112,7 +3112,7 @@
$rowCondition[] = array(
new CTextBox('trigger','',20,'yes'),
new CButton('btn1',S_SELECT,
- "return PopUp('popup.php?dstfrm=".$tblCond->GetName().
+ "return PopUp('popup.php?dstfrm=".S_ACTION.
"&dstfld1=new_condition%5Bvalue%5D&dstfld2=trigger&srctbl=triggers".
"&srcfld1=triggerid&srcfld2=description');",
'T')