From ec84eeb8a8072a71cb3938747a88cfc36da42368 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 16 Jan 2014 19:16:24 +0100 Subject: Bug 686333: Bugzilla login field should be r/a=justdave --- template/en/default/account/prefs/account.html.tmpl | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 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 b6c1ce1f8..af1df315e 100644 --- a/template/en/default/account/prefs/account.html.tmpl +++ b/template/en/default/account/prefs/account.html.tmpl @@ -38,14 +38,14 @@ - + Confirm new password: - + [% END %] @@ -78,9 +78,16 @@ [% END %] [% ELSE %] - New email address: + + [% IF Param('emailsuffix') %] + New login: + [% ELSE %] + New email address: + [% END %] + - + [% END %] -- cgit v1.2.3-24-g4f1b