summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/process/header.html.tmpl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-12-07 20:11:58 +0100
committermkanat%bugzilla.org <>2009-12-07 20:11:58 +0100
commitbfcab9b81d3aa6b31124a6068dda8f5061d4089a (patch)
treefd780dcbfdb229ee6d11e74a39e8b1faeb156428 /template/en/default/bug/process/header.html.tmpl
parent52d3817935a8b93048884bcdfe1c03822afd3efc (diff)
downloadbugzilla-bfcab9b81d3aa6b31124a6068dda8f5061d4089a.tar.gz
bugzilla-bfcab9b81d3aa6b31124a6068dda8f5061d4089a.tar.xz
Bug 530009: Put the template header stuff required to display show_bug all in one place
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default/bug/process/header.html.tmpl')
-rw-r--r--template/en/default/bug/process/header.html.tmpl10
1 files changed, 6 insertions, 4 deletions
diff --git a/template/en/default/bug/process/header.html.tmpl b/template/en/default/bug/process/header.html.tmpl
index 3ca8e10e8..25571354e 100644
--- a/template/en/default/bug/process/header.html.tmpl
+++ b/template/en/default/bug/process/header.html.tmpl
@@ -26,6 +26,8 @@
[% USE Bugzilla %]
+[% PROCESS "bug/show-header.html.tmpl" %]
+
[% IF title_tag == "bug_processed" %]
[% title = BLOCK %]
[% IF Bugzilla.cgi.param('id') %]
@@ -41,8 +43,8 @@
[% title = "Change Votes" %]
[% END %]
-[% PROCESS global/header.html.tmpl
- 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"
+[% PROCESS global/header.html.tmpl
+ # We don't have a bug object at this point, unfortunately, so we can't
+ # actually display all the proper header info.
+ header_addl_info = ''
%]