From b63947eb1d70ba47b80afa737f6dd80f663122c3 Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" <> Date: Sat, 24 Oct 2009 00:25:51 +0000 Subject: [PATCH] Bug 516635 - "Add "bz_product_" to body classes" [p=reed r=LpSolit a=LpSolit] --- template/en/default/attachment/created.html.tmpl | 1 + template/en/default/attachment/updated.html.tmpl | 1 + template/en/default/bug/show.html.tmpl | 1 + 3 files changed, 3 insertions(+) diff --git a/template/en/default/attachment/created.html.tmpl b/template/en/default/attachment/created.html.tmpl index 22d5c1220a..4a977667cf 100644 --- a/template/en/default/attachment/created.html.tmpl +++ b/template/en/default/attachment/created.html.tmpl @@ -28,6 +28,7 @@ [% bug = bugs.0 %] [% bodyclasses = ['bz_bug', "bz_status_$bug.bug_status", + "bz_product_$bug.product", "bz_component_$bug.component", "bz_bug_$bug.bug_id" ] diff --git a/template/en/default/attachment/updated.html.tmpl b/template/en/default/attachment/updated.html.tmpl index e0a92bc8a5..b75dc7242d 100644 --- a/template/en/default/attachment/updated.html.tmpl +++ b/template/en/default/attachment/updated.html.tmpl @@ -29,6 +29,7 @@ [% filtered_timestamp = bug.delta_ts FILTER time %] [% bodyclasses = ['bz_bug', "bz_status_$bug.bug_status", + "bz_product_$bug.product", "bz_component_$bug.component", "bz_bug_$bug.bug_id" ] diff --git a/template/en/default/bug/show.html.tmpl b/template/en/default/bug/show.html.tmpl index b92acb1343..44d637d45a 100644 --- a/template/en/default/bug/show.html.tmpl +++ b/template/en/default/bug/show.html.tmpl @@ -31,6 +31,7 @@ [% filtered_timestamp = bug.delta_ts FILTER time %] [% bodyclasses = ['bz_bug', "bz_status_$bug.bug_status", + "bz_product_$bug.product", "bz_component_$bug.component", "bz_bug_$bug.bug_id" ] -- 2.47.2