From 1ad9a822d2aef528dd41605e4f36c044ce083d50 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 11 May 2015 21:46:45 +0800 Subject: Bug 1163575: Intermittent error prevents ProductDashboard from working --- .../en/default/pages/productdashboard.html.tmpl | 25 +++++++++++----------- 1 file changed, 12 insertions(+), 13 deletions(-) (limited to 'extensions/ProductDashboard') diff --git a/extensions/ProductDashboard/template/en/default/pages/productdashboard.html.tmpl b/extensions/ProductDashboard/template/en/default/pages/productdashboard.html.tmpl index c8d3111fa..3a01f879f 100644 --- a/extensions/ProductDashboard/template/en/default/pages/productdashboard.html.tmpl +++ b/extensions/ProductDashboard/template/en/default/pages/productdashboard.html.tmpl @@ -30,17 +30,7 @@ [% javascript_urls.push("extensions/ProductDashboard/web/js/roadmap.js") %] [% END %] -[% filtered_product = product.name FILTER html %] -[% PROCESS global/header.html.tmpl - title = "Product Dashboard: $filtered_product" - generate_api_token = 1 - style_urls = [ "skins/standard/buglist.css", - "js/yui/assets/skins/sam/paginator.css", - "extensions/ProductDashboard/web/styles/productdashboard.css" ] -%] - - +[% END %] + +[% filtered_product = product.name FILTER html %] +[% PROCESS global/header.html.tmpl + title = "Product Dashboard: $filtered_product" + generate_api_token = 1 + javascript = js + style_urls = [ "skins/standard/buglist.css", + "js/yui/assets/skins/sam/paginator.css", + "extensions/ProductDashboard/web/styles/productdashboard.css" ] +%] [% url_filtered_product = product.name FILTER uri %] [% url_filtered_status = bug_status FILTER uri %] -- cgit v1.2.3-24-g4f1b