Commit 6aec8ad4 authored by Guy Pyrzak's avatar Guy Pyrzak Committed by Frédéric Buclin

Bug 584427: "Only bugs with at least X votes" should not be in the "Search by…

Bug 584427: "Only bugs with at least X votes" should not be in the "Search by People" section of query.cgi r/a=mkanat
parents 46317c31 4ef9e6c9
......@@ -18,14 +18,11 @@
# Max Kanat-Alexander <mkanat@bugzilla.org>
#%]
<tr>
<td align="right">
<div class="search_field_row">
<span class="field_label ">
<label for="votes">Only [% terms.bugs %] with at least</label>:
</td>
<td>
<input name="votes" id="votes" size="3"
value="[% default.votes.0 FILTER html %]"> votes
<input type="hidden" name="votes_type" value="greaterthaneq">
</td>
</tr>
</span>
<input name="votes" id="votes" size="3"
value="[% default.votes.0 FILTER html %]"> votes
<input type="hidden" name="votes_type" value="greaterthaneq">
</div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment