From 8586918ae51297d8be70ff360a8cac4d58f593eb Mon Sep 17 00:00:00 2001 From: artem Date: Mon, 22 Oct 2007 14:26:35 +0000 Subject: - [DEV-48] merged rev. 4890:4891 of branches/1.4.j/ (Artem) [added scripts form,scripts list, script call menu] git-svn-id: svn://svn.zabbix.com/trunk@4893 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/page_header.php | 3 +++ 1 file changed, 3 insertions(+) (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 0a633104..bb7772b0 100644 --- a/frontends/php/include/page_header.php +++ b/frontends/php/include/page_header.php @@ -191,6 +191,9 @@ COpt::profiling_start("page"); "popup_usrgrp.php","popup_right.php","popup_users.php") ), array("url"=>"media_types.php" ,"label"=>S_MEDIA_TYPES ), + array("url"=>"scripts.php" ,"label"=>S_SCRIPTS, + "sub_pages"=> array("scripts_exec.php") + ), array("url"=>"audit.php" ,"label"=>S_AUDIT ), array("url"=>"report4.php" ,"label"=>S_NOTIFICATIONS ), array("url"=>"instal.php" ,"label"=>S_INSTALLATION , -- cgit