diff options
author | Guy Pyrzak <guy.pyrzak@gmail.com> | 2010-09-19 01:29:22 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-09-19 01:29:22 +0200 |
commit | 6aec8ad47e62041e9d72f53a2e043d938ec01eae (patch) | |
tree | babb7d575af1c1e53e1dd22d1ab7cff7f83911ca | |
parent | 46317c3190e95cca62cd5d932bd6bc4b45e75d23 (diff) | |
parent | 4ef9e6c9b50c5b4c25f5e21c1785f42ca0dfcb7f (diff) | |
download | bugzilla-6aec8ad47e62041e9d72f53a2e043d938ec01eae.tar.gz bugzilla-6aec8ad47e62041e9d72f53a2e043d938ec01eae.tar.xz |
Bug 584427: "Only bugs with at least X votes" should not be in the "Search by People" section of query.cgi
r/a=mkanat
-rw-r--r-- | extensions/Voting/template/en/default/hook/search/form-after_freetext_fields.html.tmpl (renamed from extensions/Voting/template/en/default/hook/search/form-email_numbering_end.html.tmpl) | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/extensions/Voting/template/en/default/hook/search/form-email_numbering_end.html.tmpl b/extensions/Voting/template/en/default/hook/search/form-after_freetext_fields.html.tmpl index 5acfff14c..dca1dba00 100644 --- a/extensions/Voting/template/en/default/hook/search/form-email_numbering_end.html.tmpl +++ b/extensions/Voting/template/en/default/hook/search/form-after_freetext_fields.html.tmpl @@ -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> |