X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/f058984ad70f86039f58f8c9a70617fb1c3522a0..f511595e675f4589b2d1f0cf5d74ff0594a402f5:/sistema/www/sel-sistema.php?ds=sidebyside diff --git a/sistema/www/sel-sistema.php b/sistema/www/sel-sistema.php index 36e9f28..6a3e776 100644 --- a/sistema/www/sel-sistema.php +++ b/sistema/www/sel-sistema.php @@ -28,6 +28,8 @@ //CREO LOS OBJETOS NECESARIOS {{{ $FORM = new MECON_HTML_QuickForm ('sel_sistema','post','sel-sistema'); + $TABLAFORM =& new MECON_HTML_Tabla ('width="400"', 'comun'); + $FORM->renderer->setTable($TABLAFORM); $SISTEMAS = SAMURAI_Sistema::getArraySistemas($DB); // }}} //AGREGO LOS ELEMENTOS DEL FORM {{{