]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 160224 - remember query radio buttons don't have default
authorbbaetz%student.usyd.edu.au <>
Thu, 8 Aug 2002 18:03:39 +0000 (18:03 +0000)
committerbbaetz%student.usyd.edu.au <>
Thu, 8 Aug 2002 18:03:39 +0000 (18:03 +0000)
r=gerv x2

template/en/default/search/knob.html.tmpl

index 6bbd390c04543fc5db81876657a28dda4cfa5f83..4a9de5f16d252a2cce24cbca8595ac61a2a4a4d7 100644 (file)
@@ -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>
   
   <script type="text/javascript"> <!--
     remCheckboxChanged();
-    remTypeChanged(); 
     // -->
   </script>
 [% END %]