summaryrefslogtreecommitdiffstats
path: root/template/en/default/account
diff options
context:
space:
mode:
authorSunil Joshi <joshi_sunil@in.com>2013-08-06 03:50:16 +0200
committerSimon Green <sgreen@redhat.com>2013-08-06 03:50:16 +0200
commit4aca31bc6d12c3cd28b5b3bb3a5918c785f6f7e0 (patch)
treef2163bc63c45ccac6bd2e88cc63bb2d4de7cb65e /template/en/default/account
parentbafb35e63cb0fd56eed2f4ab9037ee980c16f9fa (diff)
downloadbugzilla-4aca31bc6d12c3cd28b5b3bb3a5918c785f6f7e0.tar.gz
bugzilla-4aca31bc6d12c3cd28b5b3bb3a5918c785f6f7e0.tar.xz
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.tmpl10
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 %]