Code

Fixed problem with mail address transfer to fax plugin
[gosa.git] / plugins / personal / environment / kioskManagement.tpl
index 88e9a40f325dae5593c2c0ab8f319ae1e2601dc3..d876b8326fbe5475d49646d2afa68b809d1bfab5 100644 (file)
@@ -5,7 +5,7 @@
        <table summary="{t}Kiosk profile management{/t}" width="100%">
                <tr>
                        <td>
-               <select style="width:100%;" size=8 name="gotoKioskProfile" {$gotoKioskProfileACL} id="gotoKioskProfile">
+               <select style="width:100%;" size=18 name="gotoKioskProfile" {$gotoKioskProfileACL} id="gotoKioskProfile">
                 {html_options values=$gotoKioskProfileKeys output=$gotoKioskProfiles}
                 <option disabled>&nbsp;</option>
                 </select><br>
                </tr>
        </table>
 
+    <p class="seperator">&nbsp;</p>
+
     <p align="right">
-    <input type="submit" name="KioskClose"     value="{t}Close{/t}">
+    <input type="submit" name="KioskClose"     value="{t}Apply{/t}">
     </p>
-
+<script language="JavaScript" type="text/javascript">
+  <!-- // First input field on page
+  document.mainform.gotoKioskProfile.focus();
+  -->
+</script>