X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/5b15a6f7796a86dfeaf9f41911e7cb112f2c6a97..9fd9d78f9bec6f20f70e9f75a0b60830152eb8c6:/sistema/www/perfiles/perfiles-nuevo.php diff --git a/sistema/www/perfiles/perfiles-nuevo.php b/sistema/www/perfiles/perfiles-nuevo.php index 5263164..c5dace9 100644 --- a/sistema/www/perfiles/perfiles-nuevo.php +++ b/sistema/www/perfiles/perfiles-nuevo.php @@ -37,6 +37,7 @@ $MARCO =& new MECON_Marco ('/var/www/sistemas/samurai/sistema/conf/confSecciones //}}} //CREO LOS OBJETO NECESARIOS {{{ $FORM = new MECON_HTML_QuickForm ('perfiles_nuevo','post','perfiles-nuevo'); + $FORM->renderer->updateAttributes('width="400"'); $SISTEMA = new SAMURAI_Sistema ($DB, $_SESSION['samurai']['id_sistema']); // }}} //AGREGO LOS ELEMENTOS DEL FORM {{{