diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-03-11 11:21:34 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-03-11 11:21:34 +0000 |
| commit | 419b228afeba243106a8757543cde23bbdd03189 (patch) | |
| tree | 331a7c47e32f2ca254ca261e6bf650b596c54383 /frontends/php/services.php | |
| parent | 9b1c6e98efe2a2a793b959df384db1a337a212ff (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.php | 1 |
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(); } |
