+ $tmp = $this->_tabla->addRow($this->_componentes,
+ 'align="center" bgcolor="#CCCCCC" valign="top"');
+ $colspan = count($this->_componentes);
+ $width = intval (100 / $colspan);
+ for ($col=0; $col < $colspan; $col++) {
+ $this->_tabla->updateCellAttributes($tmp, $col,
+ 'width="'.$width.'%"');
+ }
+
+ $imagen = new MECON_HTML_Image('/MECON/images/general_linea.gif',
+ str_repeat('=', 108));
+ $tmp = $this->_tabla->addRow(array($imagen->toHtml()),
+ 'align="center" height="1" colspan="'. $colspan .'"');