From ec84eeb8a8072a71cb3938747a88cfc36da42368 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Thu, 16 Jan 2014 19:16:24 +0100 Subject: [PATCH] Bug 686333: Bugzilla login field should be r/a=justdave --- template/en/default/account/auth/login.html.tmpl | 3 ++- template/en/default/account/create.html.tmpl | 4 +++- .../en/default/account/prefs/account.html.tmpl | 15 +++++++++++---- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl index 266d778422..2d6a71f2d0 100644 --- a/template/en/default/account/auth/login.html.tmpl +++ b/template/en/default/account/auth/login.html.tmpl @@ -39,7 +39,8 @@ - + [% Param('emailsuffix') FILTER html %] diff --git a/template/en/default/account/create.html.tmpl b/template/en/default/account/create.html.tmpl index 15896ef55f..21d9251b5f 100644 --- a/template/en/default/account/create.html.tmpl +++ b/template/en/default/account/create.html.tmpl @@ -75,7 +75,9 @@ Email address: [% END %] - [% Param('emailsuffix') FILTER html %] + + [% Param('emailsuffix') FILTER html %] diff --git a/template/en/default/account/prefs/account.html.tmpl b/template/en/default/account/prefs/account.html.tmpl index b6c1ce1f89..af1df315ea 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 %] -- 2.47.3