From dafdb98ff917038600eae233c6a447aa82b66953 Mon Sep 17 00:00:00 2001 From: osmiy Date: Mon, 18 Dec 2006 12:27:03 +0000 Subject: - developed simple trigger expression editor (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3606 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/page_header.php | 4 +++- 1 file changed, 3 insertions(+), 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 9433ee8a..e7213cdd 100644 --- a/frontends/php/include/page_header.php +++ b/frontends/php/include/page_header.php @@ -191,7 +191,9 @@ COpt::profiling_start("page"); ), array("url"=>"hosts.php" ,"label"=>S_HOSTS ), array("url"=>"items.php" ,"label"=>S_ITEMS ), - array("url"=>"triggers.php" ,"label"=>S_TRIGGERS ), + array("url"=>"triggers.php" ,"label"=>S_TRIGGERS , + "sub_pages"=>array("popup_trexpr.php") + ), array("url"=>"actionconf.php" ,"label"=>S_ACTIONS ), array("url"=>"sysmaps.php" ,"label"=>S_MAPS , "sub_pages"=>array("sysmap.php") -- cgit