Code

Updated MultiSelectDialog template to include a post_id
[gosa.git] / gosa-core / ihtml / themes / default / login.tpl
index 1c3865f8f299008b7fe17efa6059e6065ae13729..380e29b4ae1b593c2a3cd68676bc2754b48e04c1 100644 (file)
                <input id='focus' name='focus' type='image' src='images/empty.png' style='width:0px; height:0px;' />
                <div style='text-align:center; padding:10px;'>  
                <img class='center' align='middle' src='{$personal_img}' alt='{t}Username{/t}' title='{t}Username{/t}' />&nbsp;
-               <input type='text' name='username' maxlength='25' value='{$username}'
+               <input type='text' name='username' maxlength='40' value='{$username}'
                         title='{t}Username{/t}' onFocus="nextfield= 'password';" />
                <br />
                <br />
                <img class='center' align='middle' src='{$password_img}' alt='{t}Password{/t}' title='{t}Password{/t}' />&nbsp;
-               <input type='password' name='password' maxlength='25' value=''
+               <input type='password' name='password' maxlength='40' value=''
                         title='{t}Password{/t}' onFocus="nextfield= 'login';" />
                </div>  
                <div style='text-align:center; padding:15px;'>
@@ -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}");