Commit 88e8e01b authored by Reed Loden's avatar Reed Loden

Bug 578253 - Add autocomplete support to the add users to watch input field

[r=mkanat a=mkanat]
parent 09b20246
......@@ -265,7 +265,13 @@ You are currently not watching any users.
</p>
<p id="new_watched_by_you">Add users to my watch list (comma separated list):
<input size="60" name="new_watchedusers" value="">
[% INCLUDE global/userselect.html.tmpl
id => "new_watchedusers"
name => "new_watchedusers"
value => ""
size => 60
multiple => 5
%]
</p>
<p id="watching_you">Users watching you:<br>
......
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