]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 516635 - "Add "bz_product_<product-name>" to body classes" [p=reed r=LpSolit...
authorreed%reedloden.com <>
Sat, 24 Oct 2009 00:25:51 +0000 (00:25 +0000)
committerreed%reedloden.com <>
Sat, 24 Oct 2009 00:25:51 +0000 (00:25 +0000)
template/en/default/attachment/created.html.tmpl
template/en/default/attachment/updated.html.tmpl
template/en/default/bug/show.html.tmpl

index 22d5c1220ad8974d9738cf318036f8649cb632f8..4a977667cff78c2f0bf1efbcf439b8b6bb91f4d5 100644 (file)
@@ -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"
                  ]
index e0a92bc8a56c0125211c39045e51081dfa65d4ab..b75dc7242dec28634cbd13a36caa23d2339cd8aa 100644 (file)
@@ -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"
                  ]
index b92acb134371612933982541ef437527f98832b4..44d637d45a804520d4915d125cfcdfc88839e2a4 100644 (file)
@@ -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"
                    ]