From bfcab9b81d3aa6b31124a6068dda8f5061d4089a Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Mon, 7 Dec 2009 19:11:58 +0000 Subject: Bug 530009: Put the template header stuff required to display show_bug all in one place Patch by Max Kanat-Alexander r=LpSolit, a=LpSolit --- template/en/default/bug/process/header.html.tmpl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'template/en/default/bug/process/header.html.tmpl') 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 = '' %] -- cgit v1.2.3-24-g4f1b