diff options
author | albertogp <albertogp@uma.es> | 2012-02-15 12:54:56 +0000 |
---|---|---|
committer | albertogp <albertogp@uma.es> | 2012-02-15 12:54:56 +0000 |
commit | 9dba28d36d67fc823e19b686cdf2403fb0c417a7 (patch) | |
tree | 5d064281fa7f497a544128914fa286e38b1655b7 /admin/WebConsole/principal/boot_grub4dos.php | |
parent | bef5e6112fe44d694bf405e40bd8fb2191094242 (diff) |
Version 1.0 #487
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2574 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/principal/boot_grub4dos.php')
-rw-r--r-- | admin/WebConsole/principal/boot_grub4dos.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/WebConsole/principal/boot_grub4dos.php b/admin/WebConsole/principal/boot_grub4dos.php index fb1a1eec..1525f995 100644 --- a/admin/WebConsole/principal/boot_grub4dos.php +++ b/admin/WebConsole/principal/boot_grub4dos.php @@ -140,8 +140,8 @@ echo "<input type='hidden' name='rungrupo' value='" . $_GET['id_aula'] . "'>"; <tr> <td> <!-- <a href="./muestramenu.php?labelmenu=pxe"> OGclient </a><br> pxe <br> --> -OGclient <br> -<select multiple size="30" name="Lpxe" id="Lpxe" style="width:100"> +<br>OGclient <br><br> +<select multiple size="30" name="Lpxe" id="Lpxe"> <?php #### listado de equipos con menu pxe @@ -170,7 +170,7 @@ while (!$rsmenu->EOF) echo "<input type='button' onClick='move(this.form.L" . $rsmenu->campos['label'] . ",this.form.Lpxe)' value='OUT' style='height: 25px; width: 50px' >"; echo "<input type='button' onClick='move(this.form.Lpxe,this.form.L" . $rsmenu->campos['label'] .")' value='IN' style='height: 25px; width: 35px' >"; echo " <br>"; - echo "<select multiple size='30' name='L" . $rsmenu->campos['label'] . "' style='width:100'>"; + echo "<select multiple size='30' name='L" . $rsmenu->campos['label'] . "' >"; $listadopxe=""; $listadopxe=listaequipos($cmd,$rsmenu->campos['label'],$seleccion); echo $listadopxe; |