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/auth/login.html.tmpl | 3 ++- template/en/default/account/create.html.tmpl | 4 +++- template/en/default/account/prefs/account.html.tmpl | 15 +++++++++++---- 3 files changed, 16 insertions(+), 6 deletions(-) (limited to 'template') diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl index 266d77842..2d6a71f2d 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 15896ef55..21d9251b5 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 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