From: justdave%syndicomm.com <> Date: Mon, 24 Mar 2003 15:59:58 +0000 (+0000) Subject: Bug 190892: Radio button for "run this query" looks silly if it's the only choice... X-Git-Tag: bugzilla-2.17.4~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30beadb614663cc4313b5101f23f55c2ce79893e;p=thirdparty%2Fbugzilla.git Bug 190892: Radio button for "run this query" looks silly if it's the only choice. Make it a hidden input if it's the only one. r= Gerv, a= justdave --- diff --git a/template/en/default/search/knob.html.tmpl b/template/en/default/search/knob.html.tmpl index 4a9de5f16d..50e8fc6467 100644 --- a/template/en/default/search/knob.html.tmpl +++ b/template/en/default/search/knob.html.tmpl @@ -66,21 +66,30 @@
| - - - | -- |
| + + + | ++ |
| - + [% IF namedqueries.size > 0 %] + + [% END %] - + [% IF namedqueries.size > 0 %] + + [% ELSE %] + + + [% END %] |