diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-05-31 09:17:23 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-05-31 09:17:23 +0000 |
| commit | 00d73a873b0ca6325a235db50e67ab5ff12eab94 (patch) | |
| tree | e3125a19618f061c9e8bf554bf3c635acac2ec4b /frontends/php/srv_status.php | |
| parent | 1c57942f5b57f9afca03b111bf8a4eef2e00fb42 (diff) | |
- added availability to add js scripts to header (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@4217 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/srv_status.php')
| -rw-r--r-- | frontends/php/srv_status.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/frontends/php/srv_status.php b/frontends/php/srv_status.php index 0baf5e3f..21fbfec1 100644 --- a/frontends/php/srv_status.php +++ b/frontends/php/srv_status.php @@ -24,6 +24,7 @@ $page["title"] = "S_IT_SERVICES"; $page["file"] = "srv_status.php"; + $page['scripts'] = 'services.js'; define('ZBX_PAGE_DO_REFRESH', 1); @@ -169,8 +170,6 @@ include_once "include/page_header.php"; //permission issue $treeServ = del_empty_nodes($treeServ); - echo '<script src="js/services.js" type="text/javascript"></script>'; - $tree = new CTree($treeServ,array('caption' => '<b>'.S_SERVICE.'</b>', 'status' => '<b>'.S_STATUS.'</b>', 'reason' => '<b>'.S_REASON.'</b>', |
