diff options
Diffstat (limited to 'admin/WebConsole/comandos/includes/formularioacciones.php')
-rw-r--r-- | admin/WebConsole/comandos/includes/formularioacciones.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/WebConsole/comandos/includes/formularioacciones.php b/admin/WebConsole/comandos/includes/formularioacciones.php index fadc915c..79b7eba3 100644 --- a/admin/WebConsole/comandos/includes/formularioacciones.php +++ b/admin/WebConsole/comandos/includes/formularioacciones.php @@ -9,13 +9,14 @@ // Formulario para paso de parametros comunes para la ejecuciĆ³n de comandos // ************************************************************************************************************************************************* ?> -<FORM name="fdatosejecucion" action="<?php echo $gestor?>" method="post"> +<FORM name="fdatosejecucion" id="fdatosejecucion" action="<?php echo $gestor?>" method="post"> <INPUT type="hidden" name="idcomando" value="<?php echo $idcomando?>"> <INPUT type="hidden" name="descricomando" value="<?php echo $descricomando?>"> <INPUT type="hidden" name="ambito" value="<?php echo $ambito?>"> <INPUT type="hidden" name="idambito" value="<?php echo $idambito?>"> <INPUT type="hidden" name="funcion" value="<?php echo $funcion?>"> <INPUT type="hidden" name="atributos" value="<?php echo $atributos?>"> + <INPUT type="hidden" name="sw_ejsis" value="<?php echo $sw_ejsis?>"> <INPUT type="hidden" name="gestor" value="<?php echo $gestor?>"> <INPUT type="hidden" name="filtro" value=""> |