]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 147272 - no background for bugzilla pages
authorbbaetz%student.usyd.edu.au <>
Wed, 29 May 2002 19:48:18 +0000 (19:48 +0000)
committerbbaetz%student.usyd.edu.au <>
Wed, 29 May 2002 19:48:18 +0000 (19:48 +0000)
r=justdave, preed

template/en/default/global/header.html.tmpl

index 8ae85f83df9afb16160c71cb4ccb3ff99d2056f3..a1e7266cf11b1060a790e3eb548d469e45728931 100644 (file)
@@ -63,7 +63,7 @@
   
 [%# Migration note: contents of the old Param 'bodyhtml' go in the body tag %]
 
-  <body [% body_attributes %]>
+  <body [% "bgcolor=\"#FFFFFF\"" UNLESS body_attributes.search('(?:^|\s)bgcolor=') %] [%+ body_attributes %]>
 
 [%# Migration note: this section corresponds to the old Param 'bannerhtml' %]
 
            cellspacing="0">
       <tr>
         <td>
-          <a href="http://www.mozilla.org/">
-            <img src="http://www.mozilla.org/images/mozilla-banner.gif" alt=""
-                 border="0" width="600" height="58">
-          </a>
+          <a href="http://www.mozilla.org/"><img 
+            src="http://www.mozilla.org/images/mozilla-banner.gif" alt=""
+            border="0" width="600" height="58"></a>
         </td>
       </tr>
     </table>