summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d184d43)
raw | patch | inline | side by side (parent: d184d43)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 25 Mar 2008 12:35:19 +0000 (12:35 +0000) | ||
committer | hickert <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
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9972 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/ihtml/themes/default/login.tpl | patch | blob | history |
index 1c3865f8f299008b7fe17efa6059e6065ae13729..275a992d1c223ebcf3a97f59129c4f6a8a8dc447 100644 (file)
<!-- 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}");