diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/WebConsole/asistentes/AsistenteParticionado.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/WebConsole/asistentes/AsistenteParticionado.php b/admin/WebConsole/asistentes/AsistenteParticionado.php index f47631a5..81173eae 100644 --- a/admin/WebConsole/asistentes/AsistenteParticionado.php +++ b/admin/WebConsole/asistentes/AsistenteParticionado.php @@ -150,6 +150,7 @@ function doOnload(){ <th><input type="button" name="GenerarInstruccion" Value="<?php echo $TbMsg[41];?>" onclick="codeParticionado(this.form)" /> </th> <td colspan="2"><textarea class="cajatexto" name="codigo" id="codigo" cols="70" rows="7"></textarea></td> </tr> + <tr> <th colspan="3" style="color: red;">AVISO: esta funcionalidad está obsoleta. Se debe usar el comando "Particionar y Formatear".</th> </tr> <tr> <th colspan="3"><?php echo $TbMsg["WARN_DISKSIZE"]; ?></th> </tr> <tr> <th colspan="3"><?php echo $TbMsg["WARN_REBOOTAFTER"]; ?></th> </tr> <tr id="warngpt" style="display:none"> |