]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 303899: Allow changing Status Whiteboard when when editing multiple bugs
authorjouni%heikniemi.net <>
Sun, 14 Aug 2005 01:49:02 +0000 (01:49 +0000)
committerjouni%heikniemi.net <>
Sun, 14 Aug 2005 01:49:02 +0000 (01:49 +0000)
Patch by Matisse Enzer <matisse@matisse.net>, r=jouni, a=justdave

template/en/default/list/edit-multiple.html.tmpl

index 1bee75f5483650fed10c1b87d1c5f074d420ff48..6a205f773502c56ff016a9694e93569404a99f95 100644 (file)
     </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>