Code

Set cursor to first input field in ldap connection setup
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 19 Apr 2007 06:19:28 +0000 (06:19 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 19 Apr 2007 06:19:28 +0000 (06:19 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6105 594d385d-05f5-0310-b6e9-bd551577e9d8

setup/setup_ldap.tpl

index 2d92697d5ca88ec5d4ff8f2539c1947ea9f496d5..6ea0f591f279aaa75e1810eddc32cca2f01d620c 100644 (file)
     </div>
        {/if}
 </div>
+<!-- Place cursor -->
+<script language="JavaScript" type="text/javascript">
+  <!-- // First input field on page
+  document.mainform.location.focus();
+  -->
+</script>