Focus in der Loginmaske gefixt
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 3 Jun 2013 15:07:20 +0000 (17:07 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Mon, 3 Jun 2013 15:07:20 +0000 (17:07 +0200)
templates/webpages/login_screen/user_login.html

index 7ed49cf..d9756e3 100644 (file)
@@ -23,7 +23,7 @@
           <table>
            <tr>
             <th align="right">[% 'Login Name' | $T8 %]</th>
-            <td><input id='login' class="login" name="{AUTH}login" size="30" tabindex="1"></td>
+            <td><input id='input_login' class="login" name="{AUTH}login" size="30" tabindex="1"></td>
            </tr>
            <tr>
             <th align="right">[% 'Password' | $T8 %]</th>
@@ -45,5 +45,5 @@
    </tr>
   </table>
   <script type='text/javascript'>
-    $(function(){ $('#login').focus() })
+    $(function(){ $('#input_login').focus() })
   </script>