diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-04-03 14:24:48 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-04-03 14:24:48 +0000 |
| commit | 4f6849b38d72481080471bb1842860f93fa86a88 (patch) | |
| tree | 162e37b3aa9edaf69e24d83f81c84b8be137841e /frontends/php/include/classes/ctree.inc.php | |
| parent | 33d9602f430db48458034a24ad72a5c6b25dfe22 (diff) | |
| download | zabbix-4f6849b38d72481080471bb1842860f93fa86a88.tar.gz zabbix-4f6849b38d72481080471bb1842860f93fa86a88.tar.xz zabbix-4f6849b38d72481080471bb1842860f93fa86a88.zip | |
- improvements in permission check for triggers (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5588 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/classes/ctree.inc.php')
| -rw-r--r-- | frontends/php/include/classes/ctree.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/classes/ctree.inc.php b/frontends/php/include/classes/ctree.inc.php index 3d07609a..369f5cde 100644 --- a/frontends/php/include/classes/ctree.inc.php +++ b/frontends/php/include/classes/ctree.inc.php @@ -104,7 +104,7 @@ var $maxlevel=0; $tr = $this->MakeSImgStr($id); $td = new CCol($this->tree[$id]['caption']); - $td->AddOption('style','height: 20px; padding-right: 10px; padding-left: 2px;'); + $td->AddOption('style',' white-space: normal; height: 20px; padding-right: 10px; padding-left: 2px;'); $tr->AddItem($td); $table->AddRow($tr); |
