summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-10 13:06:06 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-10 13:06:06 +0000
commitba02f0a0e1eb2319b65cf2cba61ae68c92340942 (patch)
treed3d0f612fbe525f38345a057167144d446ef4f4e /frontends/php/include/forms.inc.php
parent975da6d62701b83dc06757387831b35791464222 (diff)
downloadzabbix-ba02f0a0e1eb2319b65cf2cba61ae68c92340942.tar.gz
zabbix-ba02f0a0e1eb2319b65cf2cba61ae68c92340942.tar.xz
zabbix-ba02f0a0e1eb2319b65cf2cba61ae68c92340942.zip
- fixed screen editiong
git-svn-id: svn://svn.zabbix.com/trunk@3986 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.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 8bf5ac5a..15240c79 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -3471,8 +3471,8 @@ include_once 'include/discovery.inc.php';
$frmScr->AddItemToBottomRow(new CButton("save",S_SAVE));
if(isset($_REQUEST["screenid"]))
{
- $form->AddItemToBottomRow(SPACE);
- $form->AddItemToBottomRow(new CButton('clone',S_CLONE));
+ $frmScr->AddItemToBottomRow(SPACE);
+ $frmScr->AddItemToBottomRow(new CButton('clone',S_CLONE));
$frmScr->AddItemToBottomRow(SPACE);
$frmScr->AddItemToBottomRow(new CButtonDelete(S_DELETE_SCREEN_Q,
url_param("form").url_param("screenid")));