]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 584427: Move "Only bugs with at least X votes" search form to the
authorGuy Pyrzak <guy.pyrzak@gmail.com>
Sat, 18 Sep 2010 23:39:58 +0000 (16:39 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Sat, 18 Sep 2010 23:39:58 +0000 (16:39 -0700)
"Detailed Bug Information" section of query.cgi
r=mkanat, a=mkanat

extensions/Voting/template/en/default/hook/search/form-after_freetext_fields.html.tmpl [moved from extensions/Voting/template/en/default/hook/search/form-email_numbering_end.html.tmpl with 78% similarity]

similarity index 78%
rename from extensions/Voting/template/en/default/hook/search/form-email_numbering_end.html.tmpl
rename to extensions/Voting/template/en/default/hook/search/form-after_freetext_fields.html.tmpl
index 5acfff14cecc36442ba3edee8f29d71f3bf50e49..dca1dba00f6ba6f03de8e977768e83c26cc6f7ae 100644 (file)
   #   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>