diff options
author | adv <adv@uma.es> | 2011-04-11 19:08:06 +0000 |
---|---|---|
committer | adv <adv@uma.es> | 2011-04-11 19:08:06 +0000 |
commit | 1ec9b7a756d2b67a9e38b9a16a9ed43cc31632a5 (patch) | |
tree | 8113362ef04cb740167eebfc761b560957b664b9 /admin/WebConsole/asistentes/includes | |
parent | 81f49456fba672b8f79c93713591332ba487419a (diff) |
version1.0 asistente particionado: ticket:363 #363 tamanio cache modificable
git-svn-id: https://opengnsys.es/svn/branches/version1.0@1818 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/asistentes/includes')
-rw-r--r-- | admin/WebConsole/asistentes/includes/asistentes/formParticionado.php | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/admin/WebConsole/asistentes/includes/asistentes/formParticionado.php b/admin/WebConsole/asistentes/includes/asistentes/formParticionado.php index dba79047..f2f08bac 100644 --- a/admin/WebConsole/asistentes/includes/asistentes/formParticionado.php +++ b/admin/WebConsole/asistentes/includes/asistentes/formParticionado.php @@ -3,7 +3,7 @@ <TR> <TD > Particion </TD> <TD > Tipo </TD> -<TD > Tamano </TD> +<TD > Tamano KB </TD> </TR> <TR> @@ -67,9 +67,11 @@ <TD > <input type="checkbox" name="check4" value="check4" onclick="if (this.form.check4.checked) { this.form.part4.disabled=false; this.form.size4.disabled=false } else { this.form.part4.disabled=true; this.form.size4.disabled=true }" /> <br> Particion 4 </TD> <TD> <INPUT type="label" readonly size="8" name="part4" disabled="true" value="CACHE"></TD> -<TD><select name="size4" id="size4" style="WIDTH:220" disabled="true" > +<TD><select name="size4" id="size4" style="WIDTH:220" disabled="true" onclick="if (this.form.size4.options[this.form.size4.selectedIndex].value == 'CUSTOM') { this.form.size4custom.disabled=false; this.form.size4.disabled=true }" > <option value="0"> Sin modificar tamanio </option> - <?php echo ''. htmlForm_sizepart($cmd,4) .''; ?> + <?php echo ''. htmlForm_sizepart($cmd,4) .''; ?> + <option value="CUSTOM"> Personalizar </option> </select> - +<br > +<INPUT type="text" style="width:100" name="size4custom" value="0" disabled="true"></TD> </TR>
\ No newline at end of file |