Bug 448748: Error messages thrown should have an HTML ID - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
git-svn-id: svn://10.0.0.236/trunk@253357 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3c8ef0a601
commit
f8f71d46ad
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user