summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'extensions')
-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>