diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-05-10 11:21:21 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-05-10 11:21:21 +0000 |
| commit | ef7ed2fb63f67c7a7f0699624d264b5dd797651f (patch) | |
| tree | bbea31a6acf7b2bbec781dbacad3665d12581828 /frontends/php/include/config.inc.php | |
| parent | 931005057f7522a7f7b95cbcf0608c71196eb1ab (diff) | |
| download | zabbix-ef7ed2fb63f67c7a7f0699624d264b5dd797651f.tar.gz zabbix-ef7ed2fb63f67c7a7f0699624d264b5dd797651f.tar.xz zabbix-ef7ed2fb63f67c7a7f0699624d264b5dd797651f.zip | |
- [DEV-169] improvements in msges for services (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5696 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/config.inc.php')
| -rw-r--r-- | frontends/php/include/config.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php index ac251795..0f157cb5 100644 --- a/frontends/php/include/config.inc.php +++ b/frontends/php/include/config.inc.php @@ -702,6 +702,7 @@ function TODO($msg) { echo "TODO: ".$msg.SBR; } // DEBUG INFO!!! $msg_tab->SetCellSpacing(0); $msg_col = new CCol(bold($msg),'msg'); + $msg_col->AddOption('id','page_msg'); $msg_details = SPACE; if(isset($ZBX_MESSAGES) && !empty($ZBX_MESSAGES)){ |
