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) { ...@@ -595,6 +595,7 @@ function selectProduct(f) {
<td></td> <td></td>
<td>(comma-separated list)</td> <td>(comma-separated list)</td>
</tr> </tr>
[% IF Param('usevotes') %]
<tr> <tr>
<td align="right"> <td align="right">
Only bugs with at least: Only bugs with at least:
...@@ -603,6 +604,7 @@ function selectProduct(f) { ...@@ -603,6 +604,7 @@ function selectProduct(f) {
<input name="votes" size="3" value="[% default.votes.0 FILTER html %]"> votes <input name="votes" size="3" value="[% default.votes.0 FILTER html %]"> votes
</td> </td>
</tr> </tr>
[% END %]
</table> </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