Commit 4c5c5b73 authored by kiko%async.com.br's avatar kiko%async.com.br

Fix for bug 252709: Focus Bugzilla_login field (in login page). r=jouni, a=myk.

parent 4816fb91
...@@ -31,14 +31,15 @@ ...@@ -31,14 +31,15 @@
[% PROCESS global/variables.none.tmpl %] [% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl [% PROCESS global/header.html.tmpl
title = "Login" title = "Login",
onload = "document.forms['login'].Bugzilla_login.focus()"
%] %]
<p> <p>
I need a legitimate login and password to continue. I need a legitimate login and password to continue.
</p> </p>
<form action="[% target FILTER html %]" method="POST"> <form name="login" action="[% target FILTER html %]" method="POST">
<table> <table>
<tr> <tr>
<td align="right"> <td align="right">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment