diff options
author | reed%reedloden.com <> | 2009-10-19 04:13:03 +0200 |
---|---|---|
committer | reed%reedloden.com <> | 2009-10-19 04:13:03 +0200 |
commit | 2acae4908b29ed6f8e8591e3d4856c40b58d4e23 (patch) | |
tree | 238262e16a4845159baceebd472ef60e479be262 /template/en/default/bug/process | |
parent | 5b5d877f48b5154a641296089db1ff815b860fae (diff) | |
download | bugzilla-2acae4908b29ed6f8e8591e3d4856c40b58d4e23.tar.gz bugzilla-2acae4908b29ed6f8e8591e3d4856c40b58d4e23.tar.xz |
Backout changes that weren't supposed to be committed. Oops\!
Diffstat (limited to 'template/en/default/bug/process')
-rw-r--r-- | template/en/default/bug/process/header.html.tmpl | 10 | ||||
-rw-r--r-- | template/en/default/bug/process/results.html.tmpl | 9 |
2 files changed, 0 insertions, 19 deletions
diff --git a/template/en/default/bug/process/header.html.tmpl b/template/en/default/bug/process/header.html.tmpl index 171d3b50d..3ca8e10e8 100644 --- a/template/en/default/bug/process/header.html.tmpl +++ b/template/en/default/bug/process/header.html.tmpl @@ -41,17 +41,7 @@ [% title = "Change Votes" %] [% END %] -[% bodyclasses = ['bz_bug', - "bz_status_$bug.bug_status", - "bz_component_$bug.component", - "bz_bug_$bug.bug_id" - ] -%] -[% FOREACH group = bug.groups_in %] - [% bodyclasses.push("bz_group_$group.name") %] -[% END %] [% PROCESS global/header.html.tmpl - bodyclasses = bodyclasses javascript_urls = [ "js/util.js", "js/field.js", "js/yui/calendar.js" ] style_urls = [ "skins/standard/yui/calendar.css", "skins/standard/show_bug.css" ] doc_section = "bug_page.html" diff --git a/template/en/default/bug/process/results.html.tmpl b/template/en/default/bug/process/results.html.tmpl index 617c6850a..d2adca8b8 100644 --- a/template/en/default/bug/process/results.html.tmpl +++ b/template/en/default/bug/process/results.html.tmpl @@ -31,15 +31,6 @@ [% PROCESS global/variables.none.tmpl %] [% UNLESS header_done %] - [% bodyclasses = ['bz_bug', - "bz_status_$bug.bug_status", - "bz_component_$bug.component", - "bz_bug_$bug.bug_id" - ] - %] - [% FOREACH group = bug.groups_in %] - [% bodyclasses.push("bz_group_$group.name") %] - [% END %] [% PROCESS bug/process/header.html.tmpl %] [% END %] |