summaryrefslogtreecommitdiffstats
path: root/template/en/default/search/search-report-table.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2003-07-04 06:31:13 +0200
committergerv%gerv.net <>2003-07-04 06:31:13 +0200
commit44b48df3901d829e1423749136d142964ccb4a3e (patch)
treef87659c97f6c97654cde63005c514a5504913631 /template/en/default/search/search-report-table.html.tmpl
parent7b35e1a271f27612cba91216d50e5f497dd0c69a (diff)
downloadbugzilla-44b48df3901d829e1423749136d142964ccb4a3e.tar.gz
bugzilla-44b48df3901d829e1423749136d142964ccb4a3e.tar.xz
Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, 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.tmpl12
1 files changed, 7 insertions, 5 deletions
diff --git a/template/en/default/search/search-report-table.html.tmpl b/template/en/default/search/search-report-table.html.tmpl
index 6e098303f..43010f16c 100644
--- a/template/en/default/search/search-report-table.html.tmpl
+++ b/template/en/default/search/search-report-table.html.tmpl
@@ -24,7 +24,9 @@
# the interfaces of the templates it contains.
#%]
-[% PROCESS global/header.html.tmpl
+[% PROCESS global/variables.none.tmpl %]
+
+[% PROCESS global/header.html.tmpl
title = "Generate Report"
onload = "selectProduct(document.forms['reportform']);"
%]
@@ -32,8 +34,8 @@
[% PROCESS "search/search-report-select.html.tmpl" %]
<p>
- Produce a table of bug counts by choosing one or more fields as your axes,
- and then refining your set of bugs using the rest of the form.
+ 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.
</p>
@@ -56,7 +58,7 @@
<input type="radio" name="ctype" value="csv">CSV
</td>
</tr>
-
+
<tr>
<td valign="middle" align="center">
<b>Vertical Axis:</b><br>
@@ -73,7 +75,7 @@
</table>
</td>
</tr>
-</table>
+</table>
<hr>