Commit e17a0edb authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 365122: Success messages in userprefs.cgi shouldn't be red - Patch by…

Bug 365122: Success messages in userprefs.cgi shouldn't be red - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=Colin a=justdave
parent 7205db47
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
#message { #message {
border: 1px solid red; border: 1px solid red;
margin: 0.3em 0em;
padding: 0.3em; padding: 0.3em;
color: green; color: green;
} }
......
...@@ -67,18 +67,16 @@ ...@@ -67,18 +67,16 @@
%] %]
[% IF changes_saved %] [% IF changes_saved %]
<p> <div id="message">
<font color="red"> The changes to your [% current_tab.label FILTER lower %] have been saved.
The changes to your
[% current_tab.label FILTER lower %] have been saved.
</font>
</p>
[% IF email_changes_saved %] [% IF email_changes_saved %]
<p> <p>
An email has been sent to both old and new email An email has been sent to both old and new email
addresses to confirm the change of email address. addresses to confirm the change of email address.
</p> </p>
[% END %] [% END %]
</div>
[% END %] [% END %]
<h3>[% current_tab.label %]</h3> <h3>[% current_tab.label %]</h3>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment