summaryrefslogtreecommitdiffstats
path: root/extensions/Voting/template/en/default/hook/search/form-after_freetext_fields.html.tmpl
blob: cb549e3e46b0558fb060c803e5f2c49b47af6c06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[%# This Source Code Form is subject to the terms of the Mozilla Public
  # License, v. 2.0. If a copy of the MPL was not distributed with this
  # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  #
  # This Source Code Form is "Incompatible With Secondary Licenses", as
  # defined by the Mozilla Public License, v. 2.0.
  #%]

<div class="search_field_row">
  <span class="field_label ">
    <label for="votes">Only [% terms.bugs %] with at least</label>:
  </span>
  <input name="votes" id="votes" size="3"
         value="[% default.votes.0 FILTER html %]"> votes
  <input type="hidden" name="votes_type" value="greaterthaneq">
</div>