summaryrefslogtreecommitdiffstats
path: root/frontends/php/hosts.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-10 14:28:16 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-10 14:28:16 +0000
commit04699fc9e44b07c51a7664703f3dc897a82e0c4f (patch)
tree1ed66a797da316bfed9739e924926847b35cd937 /frontends/php/hosts.php
parentef7ed2fb63f67c7a7f0699624d264b5dd797651f (diff)
downloadzabbix-04699fc9e44b07c51a7664703f3dc897a82e0c4f.tar.gz
zabbix-04699fc9e44b07c51a7664703f3dc897a82e0c4f.tar.xz
zabbix-04699fc9e44b07c51a7664703f3dc897a82e0c4f.zip
- [DEV-137] small fixes (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5697 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/hosts.php')
-rw-r--r--frontends/php/hosts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/hosts.php b/frontends/php/hosts.php
index d14f46c3..b1fa9994 100644
--- a/frontends/php/hosts.php
+++ b/frontends/php/hosts.php
@@ -868,7 +868,7 @@ include_once 'include/page_header.php';
$frmForm->AddItem($cmbConf);
if(isset($btn)){
- $frmForm->AddItem(SPACE."|".SPACE);
+ $frmForm->AddItem(SPACE);
$frmForm->AddItem($btn);
}
show_table_header(S_CONFIGURATION_OF_HOSTS_GROUPS_AND_TEMPLATES, $frmForm);