diff options
author | Sunil Joshi <joshi_sunil@in.com> | 2013-08-06 11:50:16 +1000 |
---|---|---|
committer | Simon Green <sgreen@redhat.com> | 2013-08-06 11:50:16 +1000 |
commit | 4aca31bc6d12c3cd28b5b3bb3a5918c785f6f7e0 (patch) | |
tree | f2163bc63c45ccac6bd2e88cc63bb2d4de7cb65e /template/en/default/account | |
parent | bafb35e63cb0fd56eed2f4ab9037ee980c16f9fa (diff) | |
download | bugs-4aca31bc6d12c3cd28b5b3bb3a5918c785f6f7e0.tar bugs-4aca31bc6d12c3cd28b5b3bb3a5918c785f6f7e0.tar.gz bugs-4aca31bc6d12c3cd28b5b3bb3a5918c785f6f7e0.tar.bz2 bugs-4aca31bc6d12c3cd28b5b3bb3a5918c785f6f7e0.tar.xz bugs-4aca31bc6d12c3cd28b5b3bb3a5918c785f6f7e0.zip |
Bug 899679 - Bug History page, "back to" should not be striked of only Bug # should be striked off.
r=sgreen, a=sgreen
Diffstat (limited to 'template/en/default/account')
-rw-r--r-- | template/en/default/account/auth/login.html.tmpl | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl index 33440b82f..14415f1a6 100644 --- a/template/en/default/account/auth/login.html.tmpl +++ b/template/en/default/account/auth/login.html.tmpl @@ -29,7 +29,15 @@ [%- IF Bugzilla.cgi.param("data") %] enctype="multipart/form-data"[% END %]> <table> <tr> - <th><label for="Bugzilla_login">Login:</label></th> + <th> + <label for="Bugzilla_login"> + [% IF Param('emailsuffix') %] + Login: + [% ELSE %] + Your Email Address: + [% END %] + </label> + </th> <td> <input size="35" id="Bugzilla_login" name="Bugzilla_login"> [% Param('emailsuffix') FILTER html %] |