[PATCH] bugzilla: use a different shade of red for error message backgrounds

Lei Zhang thestig at google.com
Sat Mar 15 13:18:37 CDT 2008


---

 .../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>




More information about the wine-cvs mailing list