Commit 8afa5934 authored by jouni%heikniemi.net's avatar jouni%heikniemi.net

Bug 303899: Allow changing Status Whiteboard when when editing multiple bugs

Patch by Matisse Enzer <matisse@matisse.net>, r=jouni, a=justdave
parent 82fd0dea
......@@ -182,6 +182,18 @@
</tr>
[% END %]
[% IF Param('usestatuswhiteboard') %]
<tr>
<td align="right">
<b>Status Whiteboard:</b>
</td>
<td colspan="7">
<input name="status_whiteboard"
value="[% dontchange FILTER html %]" size="60">
</td>
</tr>
[% END %]
</table>
<b><label for="comment">Additional Comments:</label></b><br>
......
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