summaryrefslogtreecommitdiffstats
path: root/frontends
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-10 11:04:33 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-10 11:04:33 +0000
commit931005057f7522a7f7b95cbcf0608c71196eb1ab (patch)
tree54b5d4d886aab85ca983c8ff7972fffc855b8be8 /frontends
parent20d8801440d4dc03c213e59cd278183bb37f24b2 (diff)
downloadzabbix-931005057f7522a7f7b95cbcf0608c71196eb1ab.tar.gz
zabbix-931005057f7522a7f7b95cbcf0608c71196eb1ab.tar.xz
zabbix-931005057f7522a7f7b95cbcf0608c71196eb1ab.zip
- [DEV-169] small fix (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5695 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends')
-rw-r--r--frontends/php/include/config.inc.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index f4e2793b..ac251795 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -766,7 +766,11 @@ function TODO($msg) { echo "TODO: ".$msg.SBR; } // DEBUG INFO!!!
$tab->SetCellSpacing(0);
$tab->AddOption('id','msg_messages');
- $tab->AddOption('style','display: none; width: 100%;');
+ $tab->AddOption('style','width: 100%;');
+
+ if(isset($msg_tab)){
+ $tab->AddOption('style','display: none;');
+ }
$tab->AddRow(new CCol($lst_error,'msg'));
$tab->Show();