Code

Updated login template.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 25 Mar 2008 12:35:19 +0000 (12:35 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 25 Mar 2008 12:35:19 +0000 (12:35 +0000)
-Skips keyboard input filtering, which allows using the "auto completion" of the browsers

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9972 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/ihtml/themes/default/login.tpl

index 1c3865f8f299008b7fe17efa6059e6065ae13729..275a992d1c223ebcf3a97f59129c4f6a8a8dc447 100644 (file)
@@ -91,6 +91,9 @@
 
 <!-- Place cursor in username field -->
 <script language="JavaScript" type="text/javascript">
+  <!-- // Disable KeyPress actions
+  enable_keyPress = false;
+
   <!-- // First input field on page
   nextfield= "{$nextfield}";
   focus_field("{$nextfield}");