From e17a0edb7aea89b20bff86173f31d6d5f38cf2b3 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 28 Dec 2006 08:43:15 +0000 Subject: Bug 365122: Success messages in userprefs.cgi shouldn't be red - Patch by Frédéric Buclin r=Colin a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/account/prefs/prefs.html.tmpl | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'template/en/default/account/prefs/prefs.html.tmpl') diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl index bdab65e42..5f163a899 100644 --- a/template/en/default/account/prefs/prefs.html.tmpl +++ b/template/en/default/account/prefs/prefs.html.tmpl @@ -67,18 +67,16 @@ %] [% IF changes_saved %] -

- - The changes to your - [% current_tab.label FILTER lower %] have been saved. - -

- [% IF email_changes_saved %] -

- An email has been sent to both old and new email - addresses to confirm the change of email address. -

- [% END %] +
+ The changes to your [% current_tab.label FILTER lower %] have been saved. + + [% IF email_changes_saved %] +

+ An email has been sent to both old and new email + addresses to confirm the change of email address. +

+ [% END %] +
[% END %]

[% current_tab.label %]

-- cgit v1.2.3-24-g4f1b