From 1d4932febbadd8d47c6157042b78d7c97d45c491 Mon Sep 17 00:00:00 2001 From: artem Date: Mon, 3 Mar 2008 11:08:08 +0000 Subject: - [DEV-123] screen "queue" moved to administration section (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5433 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/page_header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 67672747..b7911c4c 100644 --- a/frontends/php/include/page_header.php +++ b/frontends/php/include/page_header.php @@ -118,7 +118,6 @@ COpt::profiling_start("page"); "sub_pages"=>array("tr_events.php","acknow.php","tr_comments.php", "chart4.php","scripts_exec.php") ), - array("url"=>"queue.php" ,"label"=>S_QUEUE ), array("url"=>"events.php" ,"label"=>S_EVENTS ), array("url"=>"actions.php" ,"label"=>S_ACTIONS ), array("url"=>"discovery.php" ,"label"=>S_DISCOVERY , "user_type"=>USER_TYPE_ZABBIX_ADMIN), @@ -200,6 +199,7 @@ COpt::profiling_start("page"); array("url"=>"media_types.php" ,"label"=>S_MEDIA_TYPES ), array("url"=>"scripts.php" ,"label"=>S_SCRIPTS), array("url"=>"audit.php" ,"label"=>S_AUDIT ), + array("url"=>"queue.php" ,"label"=>S_QUEUE ), array("url"=>"report4.php" ,"label"=>S_NOTIFICATIONS ), array("url"=>"locales.php" ,"label"=>S_LOCALES ), array("url"=>"instal.php" ,"label"=>S_INSTALLATION , -- cgit