From e17a0edb7aea89b20bff86173f31d6d5f38cf2b3 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 28 Dec 2006 08:43:15 +0000 Subject: =?UTF-8?q?Bug=20365122:=20Success=20messages=20in=20userprefs.cgi?= =?UTF-8?q?=20shouldn't=20be=20red=20-=20Patch=20by=20Fr=C3=83=C2=A9d?= =?UTF-8?q?=C3=83=C2=A9ric=20Buclin=20=20r=3DColin=20a?= =?UTF-8?q?=3Djustdave?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skins/standard/global.css | 2 +- template/en/default/account/prefs/prefs.html.tmpl | 22 ++++++++++------------ 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/skins/standard/global.css b/skins/standard/global.css index 4d66f0e7f..b85a9e277 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 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.1