summaryrefslogtreecommitdiffstats
path: root/frontends/php/services.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-11 11:21:34 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-11 11:21:34 +0000
commit419b228afeba243106a8757543cde23bbdd03189 (patch)
tree331a7c47e32f2ca254ca261e6bf650b596c54383 /frontends/php/services.php
parent9b1c6e98efe2a2a793b959df384db1a337a212ff (diff)
- Zabbix1.5.b commit (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5468 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/services.php')
-rw-r--r--frontends/php/services.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/services.php b/frontends/php/services.php
index a3406793..ccc05fd4 100644
--- a/frontends/php/services.php
+++ b/frontends/php/services.php
@@ -101,6 +101,7 @@ 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();
}