diff options
Diffstat (limited to 'admin/WebConsole/asistentes/AsistenteDeployImage.php')
-rw-r--r-- | admin/WebConsole/asistentes/AsistenteDeployImage.php | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/admin/WebConsole/asistentes/AsistenteDeployImage.php b/admin/WebConsole/asistentes/AsistenteDeployImage.php index 36fec6bc..45ac35f3 100644 --- a/admin/WebConsole/asistentes/AsistenteDeployImage.php +++ b/admin/WebConsole/asistentes/AsistenteDeployImage.php @@ -4,6 +4,9 @@ // Autor: // Baso en Codigo Comando.php de : Jose Manuel Alonso (E.T.S.I.I.) Universidad de Sevilla // Xajax +// version 1.1: El asistente guarda informaciĆ³n de la imagen en la configuraciĆ³n del equipo (ticket #757) +// autor: Irina Gomez, ETSII Universidad de Sevilla +// fecha: 2016-10-27 // ************************************************************************************************************************************************* @@ -105,8 +108,14 @@ switch($ambito){ ?> <tr> - <th ><INPUT TYPE="button" NAME="GenerarInstruccion" Value="<? echo $TbMsg["WDI12"] ?>" onClick="codeDeployImage(this.form)"> </th> - <td colspan="5"><textarea class="cajatexto" name="codigo" cols="70" rows="7"></textarea></td> + <th > + <INPUT TYPE="button" NAME="GenerarInstruccion" Value="<? echo $TbMsg["WDI12"] ?>" onClick="codeDeployImage(this.form)"> + <INPUT TYPE="button" NAME="ModificarCodigo" Value="<? echo $TbMsg["WDI10"] ?>" onClick="modificarCodigo()"> + </th> + <td colspan="5"><textarea class="cajatexto" name="codigo" id="codigo" cols="70" rows="7" disabled></textarea></td> + </tr> + <tr> + <th colspan="4"><? echo $TbMsg["WDI31"] ?></th> </tr> </table> </form> |