summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-27 10:02:20 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-27 10:02:20 +0000
commitf729fb1a6163a129305c234b78cbb74f68dec229 (patch)
treeb06fc5767cb2402594fd8d9c5cec4794a2b21c51 /frontends/php/include/forms.inc.php
parente8fddd143139abfe2d257f5168a3176b16af5bd1 (diff)
- [ZBX-362] improvements and fixes to template linkage (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5730 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, 1 insertions, 3 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index 2736910c..ddb612a2 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -4760,9 +4760,7 @@
$frmHostT->AddRow(S_HOSTS,$cmbHosts->Get(S_HOSTS.SPACE.S_IN,S_OTHER.SPACE.S_HOSTS));
- $frmHostT->AddItemToBottomRow(new CButton('save',S_LINK_TO_TEMPLATE));
- $frmHostT->AddItemToBottomRow(SPACE);
- $frmHostT->AddItemToBottomRow(new CButton('unlink',S_UNLINK_FROM_TEMPLATE));
+ $frmHostT->AddItemToBottomRow(new CButton('save',S_SAVE));
$frmHostT->AddItemToBottomRow(SPACE);
$frmHostT->AddItemToBottomRow(new CButtonCancel(url_param("config")));
$frmHostT->Show();