//CREO LOS OBJETOS NECESARIOS {{{
$FORM = new MECON_HTML_QuickForm ('sel_sistema','post','sel-sistema');
- $SISTEMAS = SAMURAI_Sistema::getArraySistemas($DB);
+ $TABLAFORM =& new MECON_HTML_Tabla ('width="400"', 'comun');
+ $FORM->renderer->setTable($TABLAFORM);
+ $SISTEMAS = SAMURAI_Sistema::getArraySistemasSeleccionar($DB);
// }}}
//AGREGO LOS ELEMENTOS DEL FORM {{{
$FORM->addElement ('header', 'cabecera', 'Seleccione el sistema con el cual quiere trabajar');