Code

Updated workstation - Startup
[gosa.git] / plugins / admin / systems / wingeneric.tpl
index d7f69b66bfe8028f0b6ba37420b7813a08551ac6..fb58a6d66c4b01da700349a1303d461ad4e63ba4 100644 (file)
@@ -15,6 +15,7 @@
           <select size="1" id="base" name="base" title="{t}Choose subtree to place terminal in{/t}">
            {html_options options=$bases selected=$base_select}
           </select>
+               <input type="image" name="chooseBase" src="images/folder.png" class="center" title="{t}Select a base{/t}">
          </tr>
        </table>
   </td>
@@ -36,6 +37,6 @@
 <!-- Place cursor -->
 <script language="JavaScript" type="text/javascript">
   <!-- // First input field on page
-  document.mainform.cn.focus();
+       focus_field('cn');
   -->
 </script>