diff options
author | irina <irinagomez@us.es> | 2016-06-21 10:15:49 +0000 |
---|---|---|
committer | irina <irinagomez@us.es> | 2016-06-21 10:15:49 +0000 |
commit | 502daab394268febcca4d9a37b311628713176cd (patch) | |
tree | 7d8d70b241f50a6346ef20c453f913a23821f58b /admin/WebConsole/asistentes/includes | |
parent | a32f9ad8ba978e64151c5fb081eb2699dc9383ac (diff) |
#751 Asistente particionado: en particions GPT se obliga a que la primera sea tipo EFI y se pone como tamaƱo de la misma 512Mb, pero se permite cambiarlo. Se muestra mensaje informativo.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4967 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/asistentes/includes')
-rw-r--r-- | admin/WebConsole/asistentes/includes/asistentes/formParticionado_gpt.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/WebConsole/asistentes/includes/asistentes/formParticionado_gpt.php b/admin/WebConsole/asistentes/includes/asistentes/formParticionado_gpt.php index 2bfa3938..d34700d5 100644 --- a/admin/WebConsole/asistentes/includes/asistentes/formParticionado_gpt.php +++ b/admin/WebConsole/asistentes/includes/asistentes/formParticionado_gpt.php @@ -13,7 +13,7 @@ for ($p=1; $p<4; $p++) { echo ' <tr id="trPartition'.$p.'"> <td> -<input type="checkbox" name="checkGPT'.$p.'" value="checkGPT'.$p.'" onclick="clickPartitionCheckbox(this.form, '.$p.',true);" /> '.$TbMsg[20].' '.$p.'</td> +<input type="checkbox" id="checkGPT'.$p.'" name="checkGPT'.$p.'" value="checkGPT'.$p.'" onclick="clickPartitionCheckbox(this.form, '.$p.',true);" /> '.$TbMsg[20].' '.$p.'</td> <td> <select name="partGPT'.$p.'" id="partGPT'.$p.'" style="width:220" disabled="true" onclick=" //if (this.form.part'.$p.'.options[this.form.part'.$p.'.selectedIndex].value == \'CUSTOM\') { @@ -37,7 +37,7 @@ for ($p=1; $p<4; $p++) { <option value="CUSTOM"> '.$TbMsg[39].'</option> </select> <br /> -<input type="text" style="width:100" name="sizeGPT'.$p.'custom" value="0" disabled="true" onchange="calculateFreeDisk(this.form);" /> +<input type="text" style="width:100" id="sizeGPT'.$p.'custom" name="sizeGPT'.$p.'custom" value="0" disabled="true" onchange="calculateFreeDisk(this.form);" /> </td> </tr> '; |