summaryrefslogtreecommitdiffstats
path: root/extensions/Voting/template/en/default/hook/search/form-after_freetext_fields.html.tmpl
diff options
context:
space:
mode:
authorGuy Pyrzak <guy.pyrzak@gmail.com>2010-09-11 01:29:02 +0200
committerGuy Pyrzak <guy.pyrzak@gmail.com>2010-09-11 01:29:02 +0200
commit4ef9e6c9b50c5b4c25f5e21c1785f42ca0dfcb7f (patch)
tree2cee76ee288d4de7da8b909ce7e2bdb5425eb046 /extensions/Voting/template/en/default/hook/search/form-after_freetext_fields.html.tmpl
parent6c0edaa72ebaf62ad80b994c4a980bad59f63c41 (diff)
downloadbugzilla-4ef9e6c9b50c5b4c25f5e21c1785f42ca0dfcb7f.tar.gz
bugzilla-4ef9e6c9b50c5b4c25f5e21c1785f42ca0dfcb7f.tar.xz
changes to voting extension
Diffstat (limited to 'extensions/Voting/template/en/default/hook/search/form-after_freetext_fields.html.tmpl')
-rw-r--r--extensions/Voting/template/en/default/hook/search/form-after_freetext_fields.html.tmpl28
1 files changed, 28 insertions, 0 deletions
diff --git a/extensions/Voting/template/en/default/hook/search/form-after_freetext_fields.html.tmpl b/extensions/Voting/template/en/default/hook/search/form-after_freetext_fields.html.tmpl
new file mode 100644
index 000000000..dca1dba00
--- /dev/null
+++ b/extensions/Voting/template/en/default/hook/search/form-after_freetext_fields.html.tmpl
@@ -0,0 +1,28 @@
+[%# The contents of this file are subject to the Mozilla Public
+ # License Version 1.1 (the "License"); you may not use this file
+ # except in compliance with the License. You may obtain a copy of
+ # the License at http://www.mozilla.org/MPL/
+ #
+ # Software distributed under the License is distributed on an "AS
+ # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+ # implied. See the License for the specific language governing
+ # rights and limitations under the License.
+ #
+ # The Original Code is the Bugzilla Bug Tracking System.
+ #
+ # The Initial Developer of the Original Code is Everything Solved, Inc.
+ # Portions created by the Initial Developer are Copyright (C) 2010
+ # the Initial Developer. All Rights Reserved.
+ #
+ # Contributor(s):
+ # Max Kanat-Alexander <mkanat@bugzilla.org>
+ #%]
+
+<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>