summaryrefslogtreecommitdiffstats
path: root/template/en/default/search/form.html.tmpl
diff options
context:
space:
mode:
authorjustdave%bugzilla.org <>2004-05-30 19:40:16 +0200
committerjustdave%bugzilla.org <>2004-05-30 19:40:16 +0200
commit15ca6f2c2edc03a15adf06374015edbfb0a58ecb (patch)
tree027397b3651228453e465e625c33ed6b371fb136 /template/en/default/search/form.html.tmpl
parent66984b98691edbbd4617a351c9a976ad9d6a8f58 (diff)
downloadbugzilla-15ca6f2c2edc03a15adf06374015edbfb0a58ecb.tar.gz
bugzilla-15ca6f2c2edc03a15adf06374015edbfb0a58ecb.tar.xz
Bug 179671: Boolean charts didn't work on the reporting pages.
r=jouni, a=justdave
Diffstat (limited to 'template/en/default/search/form.html.tmpl')
-rw-r--r--template/en/default/search/form.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl
index 015387b11..2fd458148 100644
--- a/template/en/default/search/form.html.tmpl
+++ b/template/en/default/search/form.html.tmpl
@@ -332,7 +332,8 @@ function selectProduct(f) {
[% PROCESS "global/field-descs.none.tmpl" %]
[%# If we resubmit to ourselves, we need to know if we are using a format. %]
-<input type="hidden" name="query_format" value="[% format FILTER html %]">
+[% thisformat = query_format != '' ? query_format : format %]
+<input type="hidden" name="query_format" value="[% thisformat FILTER html %]">
[%# *** Summary *** %]