$TABLA2 = new MECON_HTML_Tabla ('cellspacing=0');
$row = array ('<a href="../sel-sistema.php"><img src="/MECON/images/general_ir4" border="0">Seleccionar otro sistema para trabajar</a>', $aHref.'<img src="/MECON/images/general_nuevo.gif" border="0">Ingresar Nuevo Sistema</a>');
$TABLA2->addRow($row);
- $TABLA2->setColAlign(0,'left');
- $TABLA2->setColAlign(1,'right');
+ $TABLA2->updateColAttributes(0,'align="left"');
+ $TABLA2->updateColAttributes(1,'align="right"');
$TABLA = new MECON_HTML_Tabla ('cellpadding=2');
$row = array ('Id','Nombre','Modif.','Elim.','Perm.');