summaryrefslogtreecommitdiffstats
path: root/frontends/php/hosts.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-08 10:37:07 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-08 10:37:07 +0000
commita15f9f40b7eea4a9d2ba16b6ba6a134b45a7f2b9 (patch)
tree494d49a190027ff516b47429041adfdd1c3b9dd8 /frontends/php/hosts.php
parent88200af1f657d31aa8ac69e35a12ff5a1bae6e70 (diff)
downloadzabbix-a15f9f40b7eea4a9d2ba16b6ba6a134b45a7f2b9.tar.gz
zabbix-a15f9f40b7eea4a9d2ba16b6ba6a134b45a7f2b9.tar.xz
zabbix-a15f9f40b7eea4a9d2ba16b6ba6a134b45a7f2b9.zip
- [DEV-149] improved host-group-template editing (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5686 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/hosts.php')
-rw-r--r--frontends/php/hosts.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/frontends/php/hosts.php b/frontends/php/hosts.php
index 945d4467..5e44c592 100644
--- a/frontends/php/hosts.php
+++ b/frontends/php/hosts.php
@@ -1239,12 +1239,11 @@ include_once "include/page_header.php";
$form->Show();
}
}
- else if($_REQUEST["config"]==5) /* Proxies */
- {
- if(isset($_REQUEST["form"]))
- {
+ else if($_REQUEST["config"]==5){ /* Proxies */
+ if(isset($_REQUEST["form"])){
insert_proxies_form(get_request("hostid",NULL));
- } else {
+ }
+ else {
show_table_header(S_PROXIES_BIG);
$form = new CForm('hosts.php');