From 89e09eb00b896f41ba6e82ce758cd7ea3905f0db Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 22 Dec 2014 19:44:41 +0000 Subject: Bug 1113286: backport upstream bug 686333 to bmo/4.2 to convert Bugzilla login fields to --- template/en/default/account/prefs/account.html.tmpl | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'template/en/default/account/prefs') diff --git a/template/en/default/account/prefs/account.html.tmpl b/template/en/default/account/prefs/account.html.tmpl index 0457ff892..95819e451 100644 --- a/template/en/default/account/prefs/account.html.tmpl +++ b/template/en/default/account/prefs/account.html.tmpl @@ -36,7 +36,7 @@ - +
@@ -46,14 +46,14 @@ - + Confirm new password: - + [% END %] @@ -61,7 +61,7 @@ - + [% IF user.authorizer.can_change_email && Param('allowemailchange') %] [% IF login_change_date %] @@ -86,9 +86,16 @@ [% END %] [% ELSE %] - New email address: + + [% IF Param('emailsuffix') %] + New login: + [% ELSE %] + New email address: + [% END %] + - + [% END %] -- cgit v1.2.3-24-g4f1b