Commit 3ca61bf7 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 448748: Error messages thrown should have an HTML ID - Patch by Fré©ric…

Bug 448748: Error messages thrown should have an HTML ID - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat
parent bba12245
......@@ -287,6 +287,10 @@ table#flags td {
min-width: 3em;
}
#error_msg {
font-size: x-large;
}
.throw_error {
background-color: #ff0000;
color: black;
......
......@@ -1620,10 +1620,8 @@
<table cellpadding="20">
<tr>
<td bgcolor="#ff0000">
<font size="+2">
[% error_message FILTER none %]
</font>
<td id="error_msg" class="throw_error">
[% error_message FILTER none %]
</td>
</tr>
</table>
......
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