summaryrefslogtreecommitdiffstats
path: root/extensions/Voting/template
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
parent6c0edaa72ebaf62ad80b994c4a980bad59f63c41 (diff)
downloadbugzilla-4ef9e6c9b50c5b4c25f5e21c1785f42ca0dfcb7f.tar.gz
bugzilla-4ef9e6c9b50c5b4c25f5e21c1785f42ca0dfcb7f.tar.xz
changes to voting extension
Diffstat (limited to 'extensions/Voting/template')
-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>