From 5852e76888924d197ae0a2322ce27b506c46b900 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Mon, 15 Sep 2003 06:00:08 +0000 Subject: Bug 218569 - Clean up reporting UI. Patch by gerv; r=jouni, a=justdave. --- .../default/search/search-report-graph.html.tmpl | 32 ++++++++++++++++------ 1 file changed, 24 insertions(+), 8 deletions(-) (limited to 'template/en/default/search/search-report-graph.html.tmpl') diff --git a/template/en/default/search/search-report-graph.html.tmpl b/template/en/default/search/search-report-graph.html.tmpl index 7793f3012..d5f4a14dc 100644 --- a/template/en/default/search/search-report-graph.html.tmpl +++ b/template/en/default/search/search-report-graph.html.tmpl @@ -27,19 +27,34 @@ [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl - title = "Generate Report" - onload = "selectProduct(document.forms['reportform']);" + title = "Generate Graphical Report" + onload = "selectProduct(document.forms['reportform']);chartTypeChanged()" %] [% PROCESS "search/search-report-select.html.tmpl" %]

- Produce a pictorial graph of [% terms.bug %] counts by choosing one or more fields as - your axes, and then refining your set of [% terms.bugs %] using the rest of the form. - If you choose a third axis, it will be represented by multiple tables of data. - Note: vertical axis settings will be ignored for pie charts. + Choose one or more fields as your axes, and then refine your set of + [% terms.bugs %] using the rest of the form.

+ + [% button_name = "Generate Report" %]
@@ -48,6 +63,7 @@ Vertical Axis:
+ [% PROCESS select name = 'y_axis_field' %]

Plot Data Sets:
@@ -56,8 +72,7 @@ Individually
- Added - + Summed @@ -80,6 +95,7 @@ [% FOREACH chart_format = chart_formats %] [% chart_format.description FILTER html %]
[% END %] -- cgit v1.2.3-24-g4f1b