]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 575173 - Add autocomplete support for adding/removing CCs on edit multiple bug...
authorReed Loden <reed@reedloden.com>
Mon, 5 Jul 2010 07:44:30 +0000 (02:44 -0500)
committerReed Loden <reed@reedloden.com>
Mon, 5 Jul 2010 07:44:30 +0000 (02:44 -0500)
[r=mkanat a=mkanat]

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

index 87eb0c7d45929d72b26e6dfbff547f6aca914c5b..03e1395a1b8f7742eb58fae7009662336206137e 100644 (file)
 
     <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>