--- framework/Horde/Tree/html.php 2005-05-18 16:29:30.762507656 +0430 +++ iframework-changed/Horde/Tree/html.php 2005-05-18 15:46:22.000000000 +0430 @@ -229,20 +229,21 @@ $html .= '>'; foreach ($this->_header as $header) { - $html .= '_nodes[$node_id]['extra'][HORDE_TREE_EXTRA_LEFT]; $cMax = count($extra); for ($c = 0; $c < $cMax; $c++) { - $style = 'float:left;'; + $style = ''; if (isset($this->_header[$column]['width'])) { $style .= 'width:' . $this->_header[$column]['width'] . ';'; } - - $line .= '
' . $extra[$c] . '
'; + + $line .= '
'; $column++; } } - $style = 'float:left;'; + $style = ''; if (isset($this->_header[$column]['width'])) { $style .= 'width:' . $this->_header[$column]['width'] . ';'; } - $line .= '
'; + $line .= '
getOption('multiline')) { $line .= '
'; @@ -360,12 +370,16 @@ $extra = $this->_nodes[$node_id]['extra'][HORDE_TREE_EXTRA_RIGHT]; $cMax = count($extra); for ($c = 0; $c < $cMax; $c++) { - $style = 'float:left;'; + $style = ''; if (isset($this->_header[$column]['width'])) { $style .= 'width:' . $this->_header[$column]['width'] . ';'; } - $line .= '
' . $extra[$c] . '
'; + $line .= '
'; $column++; }