Commit 4ef9e6c9 authored by Guy Pyrzak's avatar Guy Pyrzak

changes to voting extension

parent 6c0edaa7
...@@ -18,14 +18,11 @@ ...@@ -18,14 +18,11 @@
# Max Kanat-Alexander <mkanat@bugzilla.org> # Max Kanat-Alexander <mkanat@bugzilla.org>
#%] #%]
<tr> <div class="search_field_row">
<td align="right"> <span class="field_label ">
<label for="votes">Only [% terms.bugs %] with at least</label>: <label for="votes">Only [% terms.bugs %] with at least</label>:
</td> </span>
<td> <input name="votes" id="votes" size="3"
<input name="votes" id="votes" size="3" value="[% default.votes.0 FILTER html %]"> votes
value="[% default.votes.0 FILTER html %]"> votes <input type="hidden" name="votes_type" value="greaterthaneq">
<input type="hidden" name="votes_type" value="greaterthaneq"> </div>
</td>
</tr>
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