From 44b48df3901d829e1423749136d142964ccb4a3e Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 4 Jul 2003 04:31:13 +0000 Subject: 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. --- template/en/default/search/search-report-table.html.tmpl | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'template/en/default/search/search-report-table.html.tmpl') 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" %]

- 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.

@@ -56,7 +58,7 @@ CSV - + Vertical Axis:
@@ -73,7 +75,7 @@ - +
-- cgit v1.2.3-24-g4f1b