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

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