Bug 155031 - search by votes is shown even when votes are turned off.

r=jouni x2
parent fbb2c9b0
......@@ -595,6 +595,7 @@ function selectProduct(f) {
<td></td>
<td>(comma-separated list)</td>
</tr>
[% IF Param('usevotes') %]
<tr>
<td align="right">
Only bugs with at least:
......@@ -603,6 +604,7 @@ function selectProduct(f) {
<input name="votes" size="3" value="[% default.votes.0 FILTER html %]"> votes
</td>
</tr>
[% END %]
</table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment