summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-10-25 13:55:34 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-10-25 13:55:34 +0000
commit1064b7a725f59c3ab5f6efa0bc984a374dc3423b (patch)
tree8e5477db08afe75b3659e90c96aa4d63ae79300c
parent4da027caebdac710d323f4cab0e1642bd1ec5a5b (diff)
downloadzabbix-1064b7a725f59c3ab5f6efa0bc984a374dc3423b.tar.gz
zabbix-1064b7a725f59c3ab5f6efa0bc984a374dc3423b.tar.xz
zabbix-1064b7a725f59c3ab5f6efa0bc984a374dc3423b.zip
- minor fix
git-svn-id: svn://svn.zabbix.com/trunk@3382 97f52cf1-0a1b-0410-bd0e-c28be96e8082
-rw-r--r--frontends/php/include/forms.inc.php2
-rw-r--r--frontends/php/include/page_header.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index 02231a95..89edd1e6 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -2784,7 +2784,7 @@
function insert_hostgroups_form()
{
global $_REQUEST;
- global $USER_DETAILS;
+ global $USER_DETAILS;
$hosts = get_request("hosts",array());
$frm_title = S_HOST_GROUP;
diff --git a/frontends/php/include/page_header.php b/frontends/php/include/page_header.php
index d3be3a47..72f85541 100644
--- a/frontends/php/include/page_header.php
+++ b/frontends/php/include/page_header.php
@@ -198,7 +198,7 @@ COpt::profiling_start("page");
"default_page_id" => 0,
"pages"=>array(
array("url"=>"admin.php" ,"label"=>S_ADMINISTRATION ),
- ZBX_DISTRIBUTED ? array("url"=>"nodes.php" ,"label"=>S_NODE) : null ,
+ ZBX_DISTRIBUTED ? array("url"=>"nodes.php" ,"label"=>S_NODES) : null ,
array("url"=>"users.php" ,"label"=>S_USERS ,
"sub_pages"=>array("popup_media.php",
"popup_usrgrp.php","popup_right.php","popup_users.php")