From: lpsolit%gmail.com <> Date: Thu, 28 Dec 2006 08:43:15 +0000 (+0000) Subject: Bug 365122: Success messages in userprefs.cgi shouldn't be red - Patch by FrédÃ... X-Git-Tag: bugzilla-2.23.4~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e17a0edb7aea89b20bff86173f31d6d5f38cf2b3;p=thirdparty%2Fbugzilla.git Bug 365122: Success messages in userprefs.cgi shouldn't be red - Patch by Frédéric Buclin r=Colin a=justdave --- diff --git a/skins/standard/global.css b/skins/standard/global.css index 4d66f0e7f3..b85a9e2773 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -58,7 +58,7 @@ #message { border: 1px solid red; - + margin: 0.3em 0em; padding: 0.3em; color: green; } diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl index bdab65e429..5f163a8994 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 %]