summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorjouni%heikniemi.net <>2005-08-14 03:49:02 +0200
committerjouni%heikniemi.net <>2005-08-14 03:49:02 +0200
commit8afa5934a67c36d0439cc3b2c939bd4c7d9ae9e8 (patch)
tree6cf02ad26d0d012e248a24d822cec9348639ab07 /template
parent82fd0deaed733fb9bf0cd974c8acc7c13ae57297 (diff)
downloadbugzilla-8afa5934a67c36d0439cc3b2c939bd4c7d9ae9e8.tar.gz
bugzilla-8afa5934a67c36d0439cc3b2c939bd4c7d9ae9e8.tar.xz
Bug 303899: Allow changing Status Whiteboard when when editing multiple bugs
Patch by Matisse Enzer <matisse@matisse.net>, r=jouni, a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/list/edit-multiple.html.tmpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl
index 1bee75f54..6a205f773 100644
--- a/template/en/default/list/edit-multiple.html.tmpl
+++ b/template/en/default/list/edit-multiple.html.tmpl
@@ -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>