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:
lpsolit%gmail.com 2008-08-03 13:30:25 +00:00
parent 3c8ef0a601
commit f8f71d46ad
2 changed files with 6 additions and 4 deletions

View File

@ -287,6 +287,10 @@ table#flags td {
min-width: 3em;
}
#error_msg {
font-size: x-large;
}
.throw_error {
background-color: #ff0000;
color: black;

View File

@ -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>