summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-02-24 13:39:34 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2010-02-24 13:39:34 +0100
commit06e7baa3fb12979c60b6c5ba59322d33a73e3e58 (patch)
tree40f85c97385096e6d27362c7969985a675fc3dce /template/en/default/reports
parentf6e24acaeb1e9b0f7f4eafb27bc7adf81d5dd9e2 (diff)
downloadbugzilla-06e7baa3fb12979c60b6c5ba59322d33a73e3e58.tar.gz
bugzilla-06e7baa3fb12979c60b6c5ba59322d33a73e3e58.tar.xz
Bug 547496: Add IDs to some form elements
r=pyrzak a=LpSolit
Diffstat (limited to 'template/en/default/reports')
-rw-r--r--template/en/default/reports/menu.html.tmpl11
1 files changed, 6 insertions, 5 deletions
diff --git a/template/en/default/reports/menu.html.tmpl b/template/en/default/reports/menu.html.tmpl
index 12c95d93e..5f26ac335 100644
--- a/template/en/default/reports/menu.html.tmpl
+++ b/template/en/default/reports/menu.html.tmpl
@@ -28,6 +28,7 @@
[% PROCESS global/header.html.tmpl
title = "Reporting and Charting Kitchen"
doc_section = "reporting.html"
+ style_urls = ['skins/standard/reports.css']
%]
<p>
@@ -38,18 +39,18 @@
<h2>Current State</h2>
<ul>
- <li>
+ <li id="report_search">
<strong><a href="query.cgi">Search</a></strong> -
list sets of [% terms.bugs %].
</li>
- <li>
+ <li id="report_tabular">
<strong>
<a href="query.cgi?format=report-table">Tabular reports</a>
</strong> -
tables of [% terms.bug %] counts in 1, 2 or 3 dimensions, as HTML or CSV.
</li>
[% IF feature_enabled('graphical_reports') %]
- <li>
+ <li id="report_graphical">
<strong>
<a href="query.cgi?format=report-graph">Graphical reports</a>
</strong> -
@@ -64,14 +65,14 @@
<ul>
[% IF feature_enabled('old_charts') %]
- <li>
+ <li id="old_charts">
<strong><a href="reports.cgi">Old Charts</a></strong> -
plot the status and/or resolution of [% terms.bugs %] against
time, for each product in your database.
</li>
[% END %]
[% IF feature_enabled('new_charts') AND user.in_group(Param("chartgroup")) %]
- <li>
+ <li id="new_charts">
<strong><a href="chart.cgi">New Charts</a></strong> -
plot any arbitrary search against time. Far more powerful.
</li>