diff options
author | lpsolit%gmail.com <> | 2008-08-03 20:28:39 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-08-03 20:28:39 +0200 |
commit | 3ca61bf7f2a691ba5e08a73f710ec47e8c149dba (patch) | |
tree | c5c9fd783369eda56dcf3b4ae42a615ef75bc480 /template/en/default/global | |
parent | bba1224501069c9ceacf25ee3585777fe3844d5d (diff) | |
download | bugzilla-3ca61bf7f2a691ba5e08a73f710ec47e8c149dba.tar.gz bugzilla-3ca61bf7f2a691ba5e08a73f710ec47e8c149dba.tar.xz |
Bug 448748: Error messages thrown should have an HTML ID - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index fbab7625c..09d40272c 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -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> |