X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/a40527415e52e730e1a2e16ed3e46b32adf17512..5215eac71178ab83b50814dace24e6e2e8931e8a:/sistema/www/permisos/permisos-abm.php?ds=sidebyside diff --git a/sistema/www/permisos/permisos-abm.php b/sistema/www/permisos/permisos-abm.php index 31637a2..09fa147 100644 --- a/sistema/www/permisos/permisos-abm.php +++ b/sistema/www/permisos/permisos-abm.php @@ -56,6 +56,7 @@ switch ($_REQUEST['accion']) { //}}} //CREO LOS OBJETO NECESARIOS {{{ $FORM = new MECON_HTML_QuickForm ('permisos_abm','post','permisos-abm'); + $FORM->renderer->updateAttributes('width="400"'); // }}} //AGREGO LOS ELEMENTOS DEL FORM {{{ $FORM->addElement ('header', 'cabecera', 'ABM Permisos'); @@ -104,7 +105,6 @@ switch ($_REQUEST['accion']) { //ELIMINACION -> modifico el valor del boton if ($_GET['accion'] == 'e') { $aceptar->setValue('Eliminar'); - $aceptar->updateAttributes(array ('onClick' => 'javascript:if (confirm(\'¿Esta Seguro?\')) return true;return false;')); $FORM->freeze(); } }