From 038e3b0e82dde2dec9a426cbbdf4e615d5f2a308 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Wed, 3 Nov 2004 06:50:09 +0000 Subject: Patch for bug 251596: make show.html template use customized body attribute; patch by Marc Schumann ; r=kiko, a=justdave. --- template/en/default/bug/show.html.tmpl | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'template/en/default/bug/show.html.tmpl') diff --git a/template/en/default/bug/show.html.tmpl b/template/en/default/bug/show.html.tmpl index f98e05f0c..8db59a980 100644 --- a/template/en/default/bug/show.html.tmpl +++ b/template/en/default/bug/show.html.tmpl @@ -28,17 +28,16 @@ [% 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" - bodyattrs = bodyattrs + bodyclasses = ['bz_bug', + "bz_status_$bug.bug_status", + "bz_component_$bug.component", + "bz_bug_$bug.bug_id" + ] %] [% PROCESS bug/navigate.html.tmpl %] -- cgit v1.2.3-24-g4f1b