diff options
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; |