summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports/old-charts.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/reports/old-charts.html.tmpl')
-rw-r--r--template/en/default/reports/old-charts.html.tmpl18
1 files changed, 9 insertions, 9 deletions
diff --git a/template/en/default/reports/old-charts.html.tmpl b/template/en/default/reports/old-charts.html.tmpl
index 29098c160..96e387b78 100644
--- a/template/en/default/reports/old-charts.html.tmpl
+++ b/template/en/default/reports/old-charts.html.tmpl
@@ -15,19 +15,20 @@
[% PROCESS global/header.html.tmpl
title = "$terms.Bug Charts"
h1 = "Welcome to the $terms.Bugzilla Charting Kitchen"
+ style_urls = ['skins/standard/reports.css']
doc_section = "reporting.html#charts"
%]
-<div align="center">
- [% IF url_image %]
+[% IF url_image %]
+ <div class="center">
<img src="[% url_image FILTER html %]">
- <br clear="both">
- [% ELSE %]
+ </div>
+[% ELSE %]
<form id="choose_product" method="get" action="reports.cgi">
- <table border="1" cellpadding="5" cellspacing="2">
+ <table id="old_charts">
<tr>
<th>Product:</th>
- <td align="center">
+ <td>
<select id="product_id" name="product_id">
[% FOREACH product = products %]
<option value="[% product.id FILTER html %]">[% product.name || '-All-' FILTER html %]</option>
@@ -37,7 +38,7 @@
</tr>
<tr>
<th>Chart datasets:</th>
- <td align="center">
+ <td>
<select id="datasets" name="datasets" multiple="multiple" size="5">
[%# We cannot use translated statuses and resolutions from field-descs.none.html
# because old charts do not distinguish statuses from resolutions. %]
@@ -56,7 +57,6 @@
</tr>
</table>
</form>
- [% END %]
-</div>
+[% END %]
[% PROCESS global/footer.html.tmpl %]