]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 252709: Focus Bugzilla_login field (in login page). r=jouni, a=myk.
authorkiko%async.com.br <>
Sat, 24 Jul 2004 09:18:45 +0000 (09:18 +0000)
committerkiko%async.com.br <>
Sat, 24 Jul 2004 09:18:45 +0000 (09:18 +0000)
template/en/default/account/auth/login.html.tmpl

index f8e54f36fd30ffafeffbfc032afc6fc6c7ca43cb..0970cd9d0ae94b562c325e21add0a10e49633a0a 100644 (file)
 [% PROCESS global/variables.none.tmpl %]
 
 [% PROCESS global/header.html.tmpl
-  title = "Login"
+  title = "Login",
+  onload = "document.forms['login'].Bugzilla_login.focus()"
 %]
 
 <p>
   I need a legitimate login and password to continue.
 </p>
 
-<form action="[% target FILTER html %]" method="POST">
+<form name="login" action="[% target FILTER html %]" method="POST">
   <table>
     <tr>
       <td align="right">