From: Gonzalo Merayo Date: Wed, 10 Sep 2003 20:41:34 +0000 (+0000) Subject: arreglo diseo deArbol|w X-Git-Tag: svn_import~279 X-Git-Url: https://git.llucax.com/mecon/meconlib.git/commitdiff_plain/0f840b3958a7355c367d45313e9dcf7c35d1cf76?ds=inline arreglo diseo deArbol|w --- diff --git a/lib/MECON/HTML/Arbol.php b/lib/MECON/HTML/Arbol.php index 8154166..df77d1a 100644 --- a/lib/MECON/HTML/Arbol.php +++ b/lib/MECON/HTML/Arbol.php @@ -145,7 +145,7 @@ class MECON_HTML_Arbol extends HTML_Table } $titulo = ''.$titulo.''; } - $titulo = '
'.$margen.$imagen.''.$titulo.'
';//TODO + $titulo = '
'.$margen.$imagen.''.$titulo.'
';//TODO $tabla->addRow(array($titulo), array('class' => $class)); if(isset($e['sub'])) { $this->expandir($e['sub'], $n+1, $tabla);