summaryrefslogtreecommitdiffstats
path: root/template/en/default/search/knob.html.tmpl
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-08-08 20:03:39 +0200
committerbbaetz%student.usyd.edu.au <>2002-08-08 20:03:39 +0200
commitbd0fd08cc620476f9e0f5b9d2469088af49f552a (patch)
tree955e18b59721156270f276b7783b345ea76e6065 /template/en/default/search/knob.html.tmpl
parent05bc3feca1539b79ff6552ed87ee992a7a4ca0f9 (diff)
downloadbugzilla-bd0fd08cc620476f9e0f5b9d2469088af49f552a.tar.gz
bugzilla-bd0fd08cc620476f9e0f5b9d2469088af49f552a.tar.xz
Bug 160224 - remember query radio buttons don't have default
r=gerv x2
Diffstat (limited to 'template/en/default/search/knob.html.tmpl')
-rw-r--r--template/en/default/search/knob.html.tmpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/template/en/default/search/knob.html.tmpl b/template/en/default/search/knob.html.tmpl
index 6bbd390c0..4a9de5f16 100644
--- a/template/en/default/search/knob.html.tmpl
+++ b/template/en/default/search/knob.html.tmpl
@@ -84,7 +84,7 @@
</td>
<td>
<input type="radio" id="remtype-asnamed"
- name="remtype" value="asnamed"
+ name="remtype" value="asnamed" checked="checked"
onclick="remTypeChanged()">
<label for="remtype-asnamed">with this name:</label>
<input type="text" name="newqueryname"><br>
@@ -123,7 +123,6 @@
<script type="text/javascript"> <!--
remCheckboxChanged();
- remTypeChanged();
// -->
</script>
[% END %]