X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/8f4cd0518dde7c5c3862fd136827143dd8b3eb69..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 2318f8d..09fa147 100644 --- a/sistema/www/permisos/permisos-abm.php +++ b/sistema/www/permisos/permisos-abm.php @@ -105,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(); } }