diff options
author | Francisco Donalisio <francsd@linux.vnet.ibm.com> | 2011-03-08 20:57:19 -0300 |
---|---|---|
committer | Tiago Mello <timello@gmail.com> | 2011-03-08 20:57:19 -0300 |
commit | fd4f9fadbede46895d8c9e9853e04e02fe701662 (patch) | |
tree | 8aacd29ebfef7d1f81a0a23dd903d6149ea29944 /template/en/default/account/auth | |
parent | 6c42067c9c5ca5bb7fe6ad544101eb414e299e17 (diff) | |
download | bugs-fd4f9fadbede46895d8c9e9853e04e02fe701662.tar bugs-fd4f9fadbede46895d8c9e9853e04e02fe701662.tar.gz bugs-fd4f9fadbede46895d8c9e9853e04e02fe701662.tar.bz2 bugs-fd4f9fadbede46895d8c9e9853e04e02fe701662.tar.xz bugs-fd4f9fadbede46895d8c9e9853e04e02fe701662.zip |
Bug 634310: Remove WCAG 2.0 violations from the index.cgi to make it
W3C WAI compliant.
r=timello, a=LpSolit
Diffstat (limited to 'template/en/default/account/auth')
-rw-r--r-- | template/en/default/account/auth/login-small.html.tmpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl index a7e72eaf1..39984aeaf 100644 --- a/template/en/default/account/auth/login-small.html.tmpl +++ b/template/en/default/account/auth/login-small.html.tmpl @@ -47,15 +47,18 @@ <input id="Bugzilla_login[% qs_suffix FILTER html %]" class="bz_login" name="Bugzilla_login" + title="Login" onfocus="mini_login_on_focus('[% qs_suffix FILTER js %]')" > <input class="bz_password" id="Bugzilla_password[% qs_suffix FILTER html %]" name="Bugzilla_password" type="password" + title="Password" > <input class="bz_password bz_default_hidden bz_mini_login_help" type="text" id="Bugzilla_password_dummy[% qs_suffix %]" value="password" + title="Password" onfocus="mini_login_on_focus('[% qs_suffix FILTER js %]')" > [% IF Param('rememberlogin') == 'defaulton' || @@ -112,7 +115,8 @@ onclick="return show_forgot_form('[% qs_suffix %]')">Forgot Password</a> <form action="token.cgi" method="post" id="forgot_form[% qs_suffix %]" class="mini_forgot bz_default_hidden"> - <label>Login: <input type="text" name="loginname" size="20"></label> + <label for="login[% qs_suffix FILTER html %]">Login:</label> + <input type="text" name="loginname" size="20" id="login[% qs_suffix FILTER html %]"> <input id="forgot_button[% qs_suffix %]" value="Reset Password" type="submit"> <input type="hidden" name="a" value="reqpw"> |