summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-03-08 23:34:38 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2014-03-08 23:34:38 +0100
commitff6475497815527eaf1ff741fe4eb933f16fed87 (patch)
tree6fe46ce006311e366beea4cb46c99c654038053a /template/en/default/reports
parent40e2d5249b92c3a4efbe6fd3a300f6950b0cb14e (diff)
downloadbugzilla-ff6475497815527eaf1ff741fe4eb933f16fed87.tar.gz
bugzilla-ff6475497815527eaf1ff741fe4eb933f16fed87.tar.xz
Bug 956190 (part 4): Merge duplicates.css, reports.css, search_form.css, show_multiple.css and summarize-time.css with buglist.css
Diffstat (limited to 'template/en/default/reports')
-rw-r--r--template/en/default/reports/components.html.tmpl8
-rw-r--r--template/en/default/reports/create-chart.html.tmpl2
-rw-r--r--template/en/default/reports/duplicates-simple.html.tmpl2
-rw-r--r--template/en/default/reports/duplicates.html.tmpl5
-rw-r--r--template/en/default/reports/edit-series.html.tmpl2
-rw-r--r--template/en/default/reports/menu.html.tmpl2
-rw-r--r--template/en/default/reports/old-charts.html.tmpl2
-rw-r--r--template/en/default/reports/report.html.tmpl2
8 files changed, 10 insertions, 15 deletions
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 @@
<h1>[% product.name FILTER html %]</h1>
-<div class="product_desc">[% product.description FILTER html_light %]</div>
+<div id="product_desc">[% product.description FILTER html_light %]</div>
<p>Select a component to see open [% terms.bugs %] in that component.</p>
-<table class="component_table">
+<table id="component_table">
<tr>
<th>Component</th>
<th>Default Assignee</th>
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>[% title FILTER html %]</title>
<link href="[% 'skins/standard/global.css' FILTER mtime %]"
rel="stylesheet" type="text/css">
- <link href="[% 'skins/standard/duplicates.css' FILTER mtime %]"
- rel="stylesheet" type="text/css">
</head>
<body>
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 %]
<p>
<a href="#explanation">What is this data?</a>
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']
%]
<form method="get" action="chart.cgi" name="chartform">
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']
%]
<p>
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']
%]