diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-05-10 10:55:37 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-05-10 10:55:37 +0000 |
| commit | 20d8801440d4dc03c213e59cd278183bb37f24b2 (patch) | |
| tree | e0acb0ec925da22ed6b1fab81b2d547670bbf050 /frontends/php/services.php | |
| parent | 8bfb00dbb5a1c423236630cddfeaa5ee74ab9659 (diff) | |
| download | zabbix-20d8801440d4dc03c213e59cd278183bb37f24b2.tar.gz zabbix-20d8801440d4dc03c213e59cd278183bb37f24b2.tar.xz zabbix-20d8801440d4dc03c213e59cd278183bb37f24b2.zip | |
- [DEV-169] improved msg functionality in GUI (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5694 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/services.php')
| -rw-r--r-- | frontends/php/services.php | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/frontends/php/services.php b/frontends/php/services.php index cab259fd..ab9bcd13 100644 --- a/frontends/php/services.php +++ b/frontends/php/services.php @@ -119,19 +119,12 @@ $treeServ = del_empty_nodes($treeServ); //---- if(isset($_REQUEST['msg']) && !empty($_REQUEST['msg'])){ - $p = new Ctag('p','yes'); - $p->AddOption('align','center'); - $p->AddOption('id','message'); - $p->AddOption('class','textcolorstyles'); - $p->AddItem(bold($_REQUEST['msg'])); - $p->Show(); + show_messages(true,$_REQUEST['msg']); } - //show_table_header(S_IT_SERVICES_BIG); $tree = new CTree($treeServ,array('caption' => bold(S_SERVICE),'algorithm' => bold(S_STATUS_CALCULATION), 'description' => bold(S_TRIGGER))); - if($tree){ $tab = create_hat( |
