diff options
author | albertogp <albertogp@uma.es> | 2021-03-23 10:27:18 +0100 |
---|---|---|
committer | albertogp <albertogp@uma.es> | 2021-05-03 17:05:04 +0200 |
commit | bea5a3c1d0b667694ccf3d18c569fe3ef0d28bb7 (patch) | |
tree | 050f3ac6a36492e053640ab12cfb99a56d0052d0 /admin/WebConsole/asistentes/includes/opcionesacciones.php | |
parent | 6747826c962cc3862446a4fb851858b5de196427 (diff) |
"ID-824 Modificando comando setBootMode por bootOs"
Diffstat (limited to 'admin/WebConsole/asistentes/includes/opcionesacciones.php')
-rw-r--r-- | admin/WebConsole/asistentes/includes/opcionesacciones.php | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/admin/WebConsole/asistentes/includes/opcionesacciones.php b/admin/WebConsole/asistentes/includes/opcionesacciones.php index 31601278..c4984025 100644 --- a/admin/WebConsole/asistentes/includes/opcionesacciones.php +++ b/admin/WebConsole/asistentes/includes/opcionesacciones.php @@ -10,8 +10,6 @@ // ************************************************************************************************************************************************* ?> <P align=center><span align=center class=subcabeceras><?php echo $TbMsgAux[0] ?></span></P> - - <?php if($idcomando!=10){?> <TABLE align=center> <TR> @@ -21,6 +19,23 @@ <BR> <?php }?> <TABLE align=center class=opciones_ejecucion BORDER=0> +<!-------------------------------------------------AGP--------------------------------------------------------------------------------> + <TR> + <TD colspan=4> + <?php if($idcomando==8 && $descricomando=="Asistente Deploy de Imagenes" ){ ?> + <DIV name="verinsires" id="verinsires"> + <TABLE id="tabla_conf" class="tabla_listados" align=right border="2" cellpadding="1" cellspacing="1"> + <TR> + <TH colspan=3><?php echo $TbMsgAux[13]; ?> </TH> + <TH align="center"><INPUT name=sw_ejsis type=checkbox checked value=0></TH> + + </TR> + </TABLE> + </DIV> + <?php } ?> + </TD> + </TR> +<!-------------------------------------------------AGP--------------------------------------------------------------------------------> <TR> <TD><INPUT name=sw_ejya type=checkbox checked></TD> <TD colspan=3> <?php echo $TbMsgAux[1] ?> </TD> |