Module: bugzilla Branch: master Commit: d98162e76ce1f4c8e9db49962e63c44ab6ba07e9 URL: http://source.winehq.org/git/bugzilla.git/?a=commit;h=d98162e76ce1f4c8e9db49...
Author: Lei Zhang thestig@google.com Date: Sat Mar 15 11:19:54 2008 -0700
bugzilla: use a different shade of red for error message backgrounds
Should fix bug 11871.
From d4c2552971f9c265270fc5150c1d78b3040da872 Mon Sep 17 00:00:00 2001
From: Lei Zhang thestig@google.com Date: Sat, 15 Mar 2008 11:18:37 -0700 Subject: [PATCH] bugzilla: use a different shade of red for error message backgrounds
---
.../bug/create/confirm-create-dupe.html.tmpl | 2 +- template/en/default/global/code-error.html.tmpl | 2 +- template/en/default/global/user-error.html.tmpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/template/en/default/bug/create/confirm-create-dupe.html.tmpl b/template/en/default/bug/create/confirm-create-dupe.html.tmpl index 9c2b3db..aecd668 100644 --- a/template/en/default/bug/create/confirm-create-dupe.html.tmpl +++ b/template/en/default/bug/create/confirm-create-dupe.html.tmpl @@ -31,7 +31,7 @@
<table cellpadding="20"> <tr> - <td bgcolor="#ff0000"> + <td bgcolor="#cc0000"> <font size="+2"> You already used the form to file [% "$terms.bug $bugid" FILTER bug_link(bugid) FILTER none %]. </font> diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 303c732..06124c4 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -481,7 +481,7 @@
<table cellpadding="20"> <tr> - <td bgcolor="#ff0000"> + <td bgcolor="#cc0000"> <font size="+2"> [% error_message FILTER none %] </font> diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 5801396..f2deb75 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1537,7 +1537,7 @@
<table cellpadding="20"> <tr> - <td bgcolor="#ff0000"> + <td bgcolor="#cc0000"> <font size="+2"> [% error_message FILTER none %] </font>