summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-04-17 21:11:20 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-04-17 21:11:20 +0200
commit6b716a04b187775e545e0d835d1f18fe3e7905e1 (patch)
treebeb91e60a2d481a5932006b0291d28a28dca2542 /template/en/default/global/code-error.html.tmpl
parent1d125667d33ac6542562be663930d72eec8e03b7 (diff)
downloadbugzilla-6b716a04b187775e545e0d835d1f18fe3e7905e1.tar.gz
bugzilla-6b716a04b187775e545e0d835d1f18fe3e7905e1.tar.xz
Bug 745197: Add a hook in Bugzilla::Error::_throw_error() so that extensions can control the way to throw errors
r=dkl a=LpSolit
Diffstat (limited to 'template/en/default/global/code-error.html.tmpl')
-rw-r--r--template/en/default/global/code-error.html.tmpl6
1 files changed, 2 insertions, 4 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index f100df994..f09415cc2 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -520,10 +520,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>