From 58aee2faa7ab32edcedaf68d346593de9ddb3cb6 Mon Sep 17 00:00:00 2001 From: artem Date: Wed, 19 Mar 2008 17:56:41 +0000 Subject: - [DEV-139] added transaction functionality to frontend (Artem) - many small fixes (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5505 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/page_header.php | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'frontends/php/include/page_header.php') diff --git a/frontends/php/include/page_header.php b/frontends/php/include/page_header.php index d61de1c0..1bde9468 100644 --- a/frontends/php/include/page_header.php +++ b/frontends/php/include/page_header.php @@ -113,15 +113,21 @@ COpt::profiling_start("page"); "label"=>S_WEB, "sub_pages"=>array("httpdetails.php") ), - array("url"=>"latest.php" ,"label"=>S_LATEST_DATA , - "sub_pages"=>array("history.php","chart.php") + array( + "url"=>"latest.php", + "label"=>S_LATEST_DATA, + "sub_pages"=>array("history.php","chart.php") ), array( "url"=>"tr_status.php", "label"=>S_TRIGGERS, "sub_pages"=>array("acknow.php","tr_comments.php","chart4.php","scripts_exec.php") ), - array("url"=>"events.php" ,"label"=>S_EVENTS ), + array( + "url"=>"events.php", + "label"=>S_EVENTS, + "sub_pages"=>array("tr_events.php") + ), array( "url"=>"actions.php", "label"=>S_ACTIONS), @@ -414,6 +420,7 @@ COpt::profiling_start("page"); + $script){ -- cgit