summaryrefslogtreecommitdiffstats
path: root/template/en/default/search/form.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2003-12-08 07:41:53 +0100
committergerv%gerv.net <>2003-12-08 07:41:53 +0100
commit867aef719852c2a5689512d24ba4ae0b7a9942e7 (patch)
treee4183eacc568a0340a7ef512154c7fa7abb95a23 /template/en/default/search/form.html.tmpl
parenteef0d2856605458a57b08d2d50981df10fb6a3a6 (diff)
downloadbugzilla-867aef719852c2a5689512d24ba4ae0b7a9942e7.tar.gz
bugzilla-867aef719852c2a5689512d24ba4ae0b7a9942e7.tar.xz
Bug 218568 - Clean up charting UI. Having played with it for a bit, it needed work. Patch by gerv; r=kiko, a=justdave.
Diffstat (limited to 'template/en/default/search/form.html.tmpl')
-rw-r--r--template/en/default/search/form.html.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl
index c33b2f0bd..b01765470 100644
--- a/template/en/default/search/form.html.tmpl
+++ b/template/en/default/search/form.html.tmpl
@@ -352,7 +352,9 @@ function selectProduct(f) {
value="[% default.short_desc.0 FILTER html %]">
</td>
<td>
- <input type="submit" value="[% button_name FILTER html %]">
+ [% IF button_name %]
+ <input type="submit" value="[% button_name FILTER html %]">
+ [% END %]
</td>
</tr>