From: myk%mozilla.org <> Date: Wed, 5 Jun 2002 05:56:35 +0000 (+0000) Subject: Fix for bug 148179: Cleans up interface to header.html.tmpl. X-Git-Tag: bugzilla-2.16rc2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d62e8d8223fb2df43965c715646822209061ce9;p=thirdparty%2Fbugzilla.git Fix for bug 148179: Cleans up interface to header.html.tmpl. r=justdave,bbaetz --- diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl index 332d0d5f02..15f2e9e223 100644 --- a/template/en/default/attachment/create.html.tmpl +++ b/template/en/default/attachment/create.html.tmpl @@ -32,7 +32,7 @@ th { text-align: right; vertical-align: baseline; white-space: nowrap; } td { text-align: left; vertical-align: baseline; padding-bottom: 5px; } " - body_attributes = "onload=\"setContentTypeDisabledState();\"" + onload="setContentTypeDisabledState();" %]
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 1a8ce33a8e..70c892db5a 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -33,6 +33,8 @@ [% DEFAULT h1 = title h2 = "" + bgcolor = "#FFFFFF" + onload = "" %] @@ -61,9 +63,11 @@ -[%# Migration note: contents of the old Param 'bodyhtml' go in the body tag %] +[%# Migration note: contents of the old Param 'bodyhtml' go in the body tag, + # but set the bgcolor and onload attributes in the DEFAULT directive above. + #%] -