summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/page_header.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-12-18 12:27:03 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-12-18 12:27:03 +0000
commitdafdb98ff917038600eae233c6a447aa82b66953 (patch)
tree62e1ceeba12ae1e64edfdaa543239f0fbf890747 /frontends/php/include/page_header.php
parenta15eb9e0e113bda5991a34640b50fbac196ab98f (diff)
downloadzabbix-dafdb98ff917038600eae233c6a447aa82b66953.tar.gz
zabbix-dafdb98ff917038600eae233c6a447aa82b66953.tar.xz
zabbix-dafdb98ff917038600eae233c6a447aa82b66953.zip
- developed simple trigger expression editor (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3606 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/page_header.php')
-rw-r--r--frontends/php/include/page_header.php4
1 files changed, 3 insertions, 1 deletions
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")