]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Erf. Backing out leftovers from another patch that accidently got checked in with...
authorjustdave%bugzilla.org <>
Mon, 25 Oct 2004 11:53:43 +0000 (11:53 +0000)
committerjustdave%bugzilla.org <>
Mon, 25 Oct 2004 11:53:43 +0000 (11:53 +0000)
template/en/default/bug/show.html.tmpl
template/en/default/global/header.html.tmpl

index 8db59a9800444047e56d2f65e1af68e119fdffa3..f98e05f0cbd87d4d5b62a5d07b0faaf8a33f52b7 100644 (file)
 
 [% filtered_desc = bug.short_desc FILTER html %]
 [% filtered_timestamp = bug.delta_ts FILTER time %]
+[% bodyattrs = BLOCK %]class='bz_bug bz_status_[% bug.bug_status 
+  FILTER css_class_quote %] bz_component_[% bug.component 
+  FILTER css_class_quote %] bz_bug_[% bug.bug_id 
+  FILTER css_class_quote %]' 
+[% END %]
 [% PROCESS global/header.html.tmpl
   title = "$terms.Bug $bug.bug_id - $bug.short_desc"
   h1 = "$terms.Bugzilla $terms.Bug $bug.bug_id"
   h2 = filtered_desc
   h3 = "Last modified: $filtered_timestamp"
-  bodyclasses = ['bz_bug',
-                 "bz_status_$bug.bug_status",
-                 "bz_component_$bug.component",
-                 "bz_bug_$bug.bug_id"
-                ]
+  bodyattrs = bodyattrs
 %]
 
 [% PROCESS bug/navigate.html.tmpl %]
index ed0d801a613b3721b3714a92a4b7708bdb059446..5ee8c7f321acbf8a07818ee1dd0a2fe843b70210 100644 (file)
@@ -28,7 +28,6 @@
   # 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.
   # style: string. CSS style.