Commit 08e874e0 authored by Reed Loden's avatar Reed Loden

Bug 575173 - Add autocomplete support for adding/removing CCs on edit multiple bug page

[r=mkanat a=mkanat]
parent bf3e63a7
......@@ -201,7 +201,13 @@
<th><label for="masscc">CC List:</label></th>
<td colspan="3">
<input id="masscc" name="masscc" size="40">
[% INCLUDE global/userselect.html.tmpl
id => "masscc"
name => "masscc"
value => ""
size => 40
multiple => 5
%]
<select name="ccaction">
<option value="add">Add these to the CC List</option>
<option value="remove">Remove these from the CC List</option>
......
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