Bug 303899: Allow changing Status Whiteboard when when editing multiple bugs
Patch by Matisse Enzer <matisse@matisse.net>, r=jouni, a=justdave git-svn-id: svn://10.0.0.236/trunk@177711 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
34acdeea1b
commit
d0908e4c1c
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user