X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/701e5406c83c349adbc557c92cdd6d46c51a1308..7d6253665e1e39bbb176518d9f99c9fc174c9490:/sistema/www/sel-sistema.php diff --git a/sistema/www/sel-sistema.php b/sistema/www/sel-sistema.php index 36e9f28..b76280d 100644 --- a/sistema/www/sel-sistema.php +++ b/sistema/www/sel-sistema.php @@ -28,7 +28,9 @@ //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');