diff options
author | Reed Loden <reed@reedloden.com> | 2010-07-05 09:44:30 +0200 |
---|---|---|
committer | Reed Loden <reed@reedloden.com> | 2010-07-05 09:44:30 +0200 |
commit | 08e874e03e62f18a518c1adcc213a4503ea8269e (patch) | |
tree | efe677fc02740b984be404b074770bb772b260f1 /template | |
parent | bf3e63a75b8fbc9d613ec3fd6289a178731692e4 (diff) | |
download | bugzilla-08e874e03e62f18a518c1adcc213a4503ea8269e.tar.gz bugzilla-08e874e03e62f18a518c1adcc213a4503ea8269e.tar.xz |
Bug 575173 - Add autocomplete support for adding/removing CCs on edit multiple bug page
[r=mkanat a=mkanat]
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/list/edit-multiple.html.tmpl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index 87eb0c7d4..03e1395a1 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -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> |