summaryrefslogtreecommitdiffstats
path: root/frontends/php/tr_status.html
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2001-03-31 10:06:10 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2001-03-31 10:06:10 +0000
commitc07070ac96e446bbdeae5bec1dbcb0af6f48896e (patch)
tree98d7d8395173057b0b86a5973c0213a7f766b3de /frontends/php/tr_status.html
parent18eabc5239fa565a90b963c533330b34e16b2805 (diff)
downloadzabbix-c07070ac96e446bbdeae5bec1dbcb0af6f48896e.tar.gz
zabbix-c07070ac96e446bbdeae5bec1dbcb0af6f48896e.tar.xz
zabbix-c07070ac96e446bbdeae5bec1dbcb0af6f48896e.zip
Quite a lot of changes:
- added table groups - changed structure of table users - added authorisation mechanism - menu highlighting in PHP frontend git-svn-id: svn://svn.zabbix.com/trunk@19 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/tr_status.html')
-rw-r--r--frontends/php/tr_status.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/frontends/php/tr_status.html b/frontends/php/tr_status.html
index 291c69a6..1fa9b940 100644
--- a/frontends/php/tr_status.html
+++ b/frontends/php/tr_status.html
@@ -1,7 +1,9 @@
<?
+ $page["title"] = "Status of triggers";
+ $page["file"] = "tr_status.html";
+
include "include/config.inc";
- $title = "Status of triggers";
- show_header($title,10);
+ show_header($page["title"],10);
?>
<?