Code

Updated workstation - Startup
[gosa.git] / plugins / admin / systems / printer.tpl
index 12836edcc52732bb3a03796ce919f22999700d89..e4ba965b9cfbb2d1c4ebcc24c69bcfecb6229ccc 100644 (file)
@@ -27,7 +27,7 @@
      <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
      <td>
 {render acl=$baseACL}
-      <select id="base" size="1" name="base" title="{t}Choose subtree to place user in{/t}" onchange="document.mainform.submit()">
+      <select id="base" size="1" name="base" title="{t}Choose subtree to place user in{/t}">
        {html_options options=$bases selected=$base_select}
       </select>
 {/render}
 
   <!-- // First input field on page
   if(document.mainform.cn)
-         document.mainform.cn.focus();         
+       focus_field('cn');
   -->
 </script>