From ff6475497815527eaf1ff741fe4eb933f16fed87 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sat, 8 Mar 2014 23:34:38 +0100 Subject: Bug 956190 (part 4): Merge duplicates.css, reports.css, search_form.css, show_multiple.css and summarize-time.css with buglist.css --- template/en/default/reports/components.html.tmpl | 8 ++++---- template/en/default/reports/create-chart.html.tmpl | 2 +- template/en/default/reports/duplicates-simple.html.tmpl | 2 -- template/en/default/reports/duplicates.html.tmpl | 5 +---- template/en/default/reports/edit-series.html.tmpl | 2 +- template/en/default/reports/menu.html.tmpl | 2 +- template/en/default/reports/old-charts.html.tmpl | 2 +- template/en/default/reports/report.html.tmpl | 2 +- 8 files changed, 10 insertions(+), 15 deletions(-) (limited to 'template/en/default/reports') diff --git a/template/en/default/reports/components.html.tmpl b/template/en/default/reports/components.html.tmpl index c307caedb..22a7c948e 100644 --- a/template/en/default/reports/components.html.tmpl +++ b/template/en/default/reports/components.html.tmpl @@ -16,8 +16,8 @@ [% END %] [% PROCESS global/header.html.tmpl - style_urls = [ "skins/standard/reports.css" ] - title = title + style_urls = ['skins/standard/buglist.css'] + title = title %] [% IF Param("useqacontact") %] @@ -28,10 +28,10 @@

[% product.name FILTER html %]

-
[% product.description FILTER html_light %]
+
[% product.description FILTER html_light %]

Select a component to see open [% terms.bugs %] in that component.

- +
diff --git a/template/en/default/reports/create-chart.html.tmpl b/template/en/default/reports/create-chart.html.tmpl index c4e554210..eb2530aef 100644 --- a/template/en/default/reports/create-chart.html.tmpl +++ b/template/en/default/reports/create-chart.html.tmpl @@ -15,7 +15,7 @@ [% PROCESS global/header.html.tmpl title = "Create Chart" - style_urls = [ "skins/standard/reports.css"] + style_urls = ['skins/standard/buglist.css'] %] [% PROCESS "reports/series-common.html.tmpl" diff --git a/template/en/default/reports/duplicates-simple.html.tmpl b/template/en/default/reports/duplicates-simple.html.tmpl index 95185c414..5c3a34bb0 100644 --- a/template/en/default/reports/duplicates-simple.html.tmpl +++ b/template/en/default/reports/duplicates-simple.html.tmpl @@ -24,8 +24,6 @@ [% title FILTER html %] - diff --git a/template/en/default/reports/duplicates.html.tmpl b/template/en/default/reports/duplicates.html.tmpl index 9d3fc698b..67d1f233e 100644 --- a/template/en/default/reports/duplicates.html.tmpl +++ b/template/en/default/reports/duplicates.html.tmpl @@ -27,10 +27,7 @@ [% title = "Most Frequently Reported $terms.Bugs" %] [% END%] -[% PROCESS global/header.html.tmpl - title = title - style_urls = ['skins/standard/duplicates.css'] -%] +[% PROCESS global/header.html.tmpl title = title %]

What is this data? diff --git a/template/en/default/reports/edit-series.html.tmpl b/template/en/default/reports/edit-series.html.tmpl index f87c45a92..ad6bb32f4 100644 --- a/template/en/default/reports/edit-series.html.tmpl +++ b/template/en/default/reports/edit-series.html.tmpl @@ -14,7 +14,7 @@ [% END %] [% PROCESS global/header.html.tmpl - style_urls = [ "skins/standard/reports.css" ] + style_urls = ['skins/standard/buglist.css'] %]
diff --git a/template/en/default/reports/menu.html.tmpl b/template/en/default/reports/menu.html.tmpl index b1dfa23fe..2804dda70 100644 --- a/template/en/default/reports/menu.html.tmpl +++ b/template/en/default/reports/menu.html.tmpl @@ -14,7 +14,7 @@ [% PROCESS global/header.html.tmpl title = "Reporting and Charting Kitchen" doc_section = "using.html#reports-and-charts" - style_urls = ['skins/standard/reports.css'] + style_urls = ['skins/standard/buglist.css'] %]

diff --git a/template/en/default/reports/old-charts.html.tmpl b/template/en/default/reports/old-charts.html.tmpl index 9e2ced2b4..b3ebe386d 100644 --- a/template/en/default/reports/old-charts.html.tmpl +++ b/template/en/default/reports/old-charts.html.tmpl @@ -15,7 +15,7 @@ [% PROCESS global/header.html.tmpl title = "$terms.Bug Charts" h1 = "Welcome to the $terms.Bugzilla Charting Kitchen" - style_urls = ['skins/standard/reports.css'] + style_urls = ['skins/standard/buglist.css'] doc_section = "using.html#charts" %] diff --git a/template/en/default/reports/report.html.tmpl b/template/en/default/reports/report.html.tmpl index 195e92e89..a9cd96551 100644 --- a/template/en/default/reports/report.html.tmpl +++ b/template/en/default/reports/report.html.tmpl @@ -56,7 +56,7 @@ [% PROCESS global/header.html.tmpl header_addl_info = time - style_urls = ['skins/standard/reports.css'] + style_urls = ['skins/standard/buglist.css'] yui = ['datatable'] %] -- cgit v1.2.3-24-g4f1b

Component Default Assignee