summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/asistentes/AsistenteParticionado.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/WebConsole/asistentes/AsistenteParticionado.php')
-rw-r--r--admin/WebConsole/asistentes/AsistenteParticionado.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/admin/WebConsole/asistentes/AsistenteParticionado.php b/admin/WebConsole/asistentes/AsistenteParticionado.php
index 88767d95..917b832e 100644
--- a/admin/WebConsole/asistentes/AsistenteParticionado.php
+++ b/admin/WebConsole/asistentes/AsistenteParticionado.php
@@ -150,11 +150,10 @@ function doOnload(){
<table class="tabla_datos">
<tr>
<th><input type="button" name="GenerarInstruccion" Value="<?php echo $TbMsg[41];?>" onclick="codeParticionado(this.form)" /> </th>
- <td colspan="2"><textarea class="cajatexto" name="codigo" cols="70" rows="7"></textarea></td>
- </tr>
- <tr>
- <th colspan="3"><?php echo $TbMsg["WARN_REBOOTAFTER"]; ?></th>
+ <td colspan="2"><textarea class="cajatexto" name="codigo" id="codigo" cols="70" rows="7"></textarea></td>
</tr>
+ <tr> <th colspan="3"><?php echo $TbMsg["WARN_DISKSIZE"]; ?></th> </tr>
+ <tr> <th colspan="3"><?php echo $TbMsg["WARN_REBOOTAFTER"]; ?></th> </tr>
</table>
</form>