diff options
author | reed%reedloden.com <> | 2009-10-19 04:09:39 +0200 |
---|---|---|
committer | reed%reedloden.com <> | 2009-10-19 04:09:39 +0200 |
commit | 5b5d877f48b5154a641296089db1ff815b860fae (patch) | |
tree | 8777a72d745ddaf69e40a98e45de5d2097f793e6 /template/en/default/attachment | |
parent | a7310a522e4ac2b24d01f0cdf44e132d0db8f73b (diff) | |
download | bugzilla-5b5d877f48b5154a641296089db1ff815b860fae.tar.gz bugzilla-5b5d877f48b5154a641296089db1ff815b860fae.tar.xz |
Bug 516635 - "Add "bz_product_<product-name>" to body classes" [p=reed r=LpSolit a=LpSolit]
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r-- | template/en/default/attachment/created.html.tmpl | 1 | ||||
-rw-r--r-- | template/en/default/attachment/updated.html.tmpl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/attachment/created.html.tmpl b/template/en/default/attachment/created.html.tmpl index 22d5c1220..4a977667c 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 e0a92bc8a..b75dc7242 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" ] |