*/
function addBody($body, $titulo, $menu = null) // ~X2C
{
- $c = count($this->_componentes);
- //Agrego el titulo
- $row = array ($this->_armarEncabezado($titulo));
- $this->_tabla->addRow($row,'align="left" bgcolor="#FFFFFF" colspan="'.$c.'"');
- $imagen = new HTML_Image('/MECON/images/general_linea2.gif', 'boder="0" align="center"');
- $this->_tabla->addRow(array ($imagen->toHtml()), 'align="center" colspan="'.$c.'"');
- //
+
$tmp = $this->_componentes;
$this->_componentes = array ();
$this->_armarArraySecciones($tmp);
- $this->_tabla->addRow($this->_componentes,'align="center" bgcolor="#FFFFFF"');
+ $this->_tabla->addRow($this->_componentes,'align="center" bgcolor="#CCCCCC" valign="top"');
+ $c = count($this->_componentes);
$colcount = $this->_tabla->getColCount();
$width = 100 / $colcount;
for ($col=0; $col < $colcount; $col++) {
$this->_tabla->updateColAttributes($col,'width="'.$width.'%"');
}
+
+ $imagen = new HTML_Image('/MECON/images/general_linea.gif');
+ $i = $this->_tabla->addRow(array ($imagen->toHtml()), 'align="center" colspan="'.$c.'"');
+ $this->_tabla->updateRowAttributes($i, 'height="1"');
+
+ //Agrego el titulo
+ $row = array ($this->_armarEncabezado($titulo));
+ $this->_tabla->addRow($row,'align="left" bgcolor="#FFFFFF" colspan="'.$c.'"');
+ $imagen = new HTML_Image('/MECON/images/general_linea2.gif', 'boder="0" align="center"');
+ $this->_tabla->addRow(array ($imagen->toHtml()), 'align="center" colspan="'.$c.'"');
+ //
+
$tmp='';
//Agrego si corresponde el espacio al inicio
array ( 'nombre' => 'Filtrar Usuario', //NOMBRE DEL HIJO 1
'imagenComun' => 'usuarios-filtrar.gif', //IMAGEN COMUN
'imagenMouseOn' => '', //
- 'permisos' => array (20,25,27,35),
'imagenSelect' => '', //
'link' => 'usuarios-filtrar', //LINK DEL HIJO
'subhijos' => array ( 'sarasa1',
'nombre' => 'Perfiles', //NOMBRE DE LA SECCION
'imagenComun' => 'perfiles.gif', //IMAGEN COMUN
'imagenMouseOn' => '', //
- 'permisos' => array (20,25,27,35),
'imagenSelect' => '', //
'link' => 'perfiles', //LINK DE LA SECCION
'tipoMenu' => 'vertical', //TIPO DEL MENU DE HIJOS (vertical, horizontal, oculto)