summaryrefslogtreecommitdiffstats
path: root/template/en/default/search/search-report-table.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2003-09-15 08:00:08 +0200
committergerv%gerv.net <>2003-09-15 08:00:08 +0200
commit5852e76888924d197ae0a2322ce27b506c46b900 (patch)
tree05a82fb77be75d44662e030461182a1d226cb1c0 /template/en/default/search/search-report-table.html.tmpl
parentb23c12c2d3684605bb36eb7e323dc7644da5006d (diff)
downloadbugzilla-5852e76888924d197ae0a2322ce27b506c46b900.tar.gz
bugzilla-5852e76888924d197ae0a2322ce27b506c46b900.tar.xz
Bug 218569 - Clean up reporting UI. Patch by gerv; r=jouni, a=justdave.
Diffstat (limited to 'template/en/default/search/search-report-table.html.tmpl')
-rw-r--r--template/en/default/search/search-report-table.html.tmpl13
1 files changed, 3 insertions, 10 deletions
diff --git a/template/en/default/search/search-report-table.html.tmpl b/template/en/default/search/search-report-table.html.tmpl
index b850f93c8..713ea88f9 100644
--- a/template/en/default/search/search-report-table.html.tmpl
+++ b/template/en/default/search/search-report-table.html.tmpl
@@ -27,16 +27,15 @@
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
- title = "Generate Report"
+ title = "Generate Tabular Report"
onload = "selectProduct(document.forms['reportform']);"
%]
[% PROCESS "search/search-report-select.html.tmpl" %]
<p>
- Produce a table 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.
+ Choose one or more fields as your axes, and then refine your set of
+ [% terms.bugs %] using the rest of the form.
</p>
[% button_name = "Generate Report" %]
@@ -51,12 +50,6 @@
<b>Horizontal Axis:</b>
[% PROCESS select name = 'x_axis_field' %]
</td>
- <td>&nbsp;&nbsp;</td>
- <td rowspan="2">
- <b>Format:</b><br>
- <input type="radio" name="ctype" value="html" checked="checked">HTML<br>
- <input type="radio" name="ctype" value="csv">CSV
- </td>
</tr>
<tr>