summaryrefslogtreecommitdiffstats
path: root/frontends/php/hosts.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-01-03 20:24:36 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-01-03 20:24:36 +0000
commite13f6fe7b67ca1e1a7538ae44c34126e111b5619 (patch)
tree2e5caccab9e94187ba5db23af8a3db4344ae309d /frontends/php/hosts.php
parent63e165ded54352cca928b0e06cc7b45292d83e50 (diff)
Various cosmetic improvements.
git-svn-id: svn://svn.zabbix.com/trunk@1577 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/hosts.php')
-rw-r--r--frontends/php/hosts.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/hosts.php b/frontends/php/hosts.php
index 8898dbf6..2f1dcdb1 100644
--- a/frontends/php/hosts.php
+++ b/frontends/php/hosts.php
@@ -126,7 +126,7 @@
$_GET["config"]=0;
}
- $h1=S_CONFIGURATION_OF_HOST_GROUPS;
+ $h1=S_CONFIGURATION_OF_HOSTS_AND_HOST_GROUPS;
# $h2=S_GROUP."&nbsp;";
$h2="";
@@ -143,7 +143,7 @@
if($_GET["config"]==1)
{
echo "<br>";
- show_table_header(S_CONFIGURATION_OF_HOST_GROUPS);
+ show_table_header(S_HOST_GROUPS_BIG);
table_begin();
table_header(array(S_ID,S_NAME,S_MEMBERS,S_ACTIONS));
@@ -194,7 +194,7 @@
if(!isset($_GET["hostid"])&&($_GET["config"]==0))
{
- $h1="&nbsp;".S_CONFIGURATION_OF_HOSTS_BIG;
+ $h1="&nbsp;".S_HOSTS_BIG;
$h2_form1="<form name=\"form2\" method=\"get\" action=\"latest.php\">";