diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-10-22 14:26:35 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-10-22 14:26:35 +0000 |
| commit | 8586918ae51297d8be70ff360a8cac4d58f593eb (patch) | |
| tree | 0defc400008c8db04b8169b6bf7412a2afc47640 /frontends/php/include/page_header.php | |
| parent | a3881a9c2fbc9e6a58bfeadbccba819979d94937 (diff) | |
| download | zabbix-8586918ae51297d8be70ff360a8cac4d58f593eb.tar.gz zabbix-8586918ae51297d8be70ff360a8cac4d58f593eb.tar.xz zabbix-8586918ae51297d8be70ff360a8cac4d58f593eb.zip | |
- [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
Diffstat (limited to 'frontends/php/include/page_header.php')
| -rw-r--r-- | frontends/php/include/page_header.php | 3 |
1 files changed, 3 insertions, 0 deletions
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 , |
