]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 241516: remove possible namespace conflicts in the additional CSS classes for...
authorjustdave%syndicomm.com <>
Tue, 27 Apr 2004 03:39:42 +0000 (03:39 +0000)
committerjustdave%syndicomm.com <>
Tue, 27 Apr 2004 03:39:42 +0000 (03:39 +0000)
r=myk, a=justdave

template/en/default/bug/show.html.tmpl

index 3ef31af3fee05ffd7b4ad6ee637dee0a9bf93143..2334b2dd9ca54174e179af88a2575e5b7a86d291 100644 (file)
@@ -28,9 +28,9 @@
 
 [% filtered_desc = bug.short_desc FILTER html %]
 [% filtered_timestamp = bug.delta_ts FILTER time %]
-[% bodyattrs = BLOCK %]class='bz_bug [% bug.bug_status 
-  FILTER css_class_quote %] [%+ bug.component 
-  FILTER css_class_quote %] [%+ bug.bug_id 
+[% 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