]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 265394 : bodyattrs should be dropped from header.html.tmpl
authortravis%sedsystems.ca <>
Tue, 1 Feb 2005 00:12:18 +0000 (00:12 +0000)
committertravis%sedsystems.ca <>
Tue, 1 Feb 2005 00:12:18 +0000 (00:12 +0000)
Patch by Marc Schumann <wurblzap@gmail.com>  r=LpSolit, vladd  a=justdave

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

index 045971da588b70e8473d92c12034b9db81c013a6..0b6bb90deb3ad8fd99658a80000514595419ecf0 100644 (file)
   'style', 
   'bgcolor', 
   'onload',
-  'bodyattrs', 
   'h1',
   'h2',
   'h3', 
index 4a4c6e19cbada53af2f8a7b3ef40bf2c8893eaed..6c31822e850114f012f925c00a8badbc39be66ab 100644 (file)
@@ -27,7 +27,6 @@
   # h2: string. Page subheader.
   # h3: string. Right-aligned subheader.
   # bgcolor: string. the page's background color ("#rrggbb").
-  # bodyattrs: any extra attributes for the <body> tag
   # bodyclasses: array of extra CSS classes for the <body>
   # onload: string. JavaScript code to run when the page finishes loading.
   # javascript: string. Javascript to go in the header.
@@ -46,7 +45,6 @@
   h3 = ""
   bgcolor = "#ffffff"
   onload = ""
-  bodyattrs = ""
 %]
 
 [%# We should be able to set the default value of the h1 variable
         class="[% Param('urlbase').replace('^https?://','').replace('/$','').replace('[-~@:/.]+','-') %]
                [% FOREACH class = bodyclasses %]
                  [% ' ' %][% class FILTER css_class_quote %]
-               [% END %]"
-        [%+ bodyattrs %]>
+               [% END %]">
 
 [%# Migration note: the following file corresponds to the old Param
   # 'bannerhtml'