diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-03-08 23:34:38 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-03-08 23:34:38 +0100 |
commit | ff6475497815527eaf1ff741fe4eb933f16fed87 (patch) | |
tree | 6fe46ce006311e366beea4cb46c99c654038053a /template/en/default/reports | |
parent | 40e2d5249b92c3a4efbe6fd3a300f6950b0cb14e (diff) | |
download | bugs-ff6475497815527eaf1ff741fe4eb933f16fed87.tar bugs-ff6475497815527eaf1ff741fe4eb933f16fed87.tar.gz bugs-ff6475497815527eaf1ff741fe4eb933f16fed87.tar.bz2 bugs-ff6475497815527eaf1ff741fe4eb933f16fed87.tar.xz bugs-ff6475497815527eaf1ff741fe4eb933f16fed87.zip |
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')
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'] %] |