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 @@
[% 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">
......
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