diff options
author | Reed Loden <reed@reedloden.com> | 2010-07-13 04:27:46 +0200 |
---|---|---|
committer | Reed Loden <reed@reedloden.com> | 2010-07-13 04:27:46 +0200 |
commit | 88e8e01b2d6b5e81020730962f8e8e999b5b5ae8 (patch) | |
tree | 2f6774e3e813d329c985a95f1147a2620707dfce /template/en | |
parent | 09b2024623021a21cb41f8940f6f817f03f26f91 (diff) | |
download | bugzilla-88e8e01b2d6b5e81020730962f8e8e999b5b5ae8.tar.gz bugzilla-88e8e01b2d6b5e81020730962f8e8e999b5b5ae8.tar.xz |
Bug 578253 - Add autocomplete support to the add users to watch input field
[r=mkanat a=mkanat]
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/account/prefs/email.html.tmpl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl index 291cd5dc3..96a111bae 100644 --- a/template/en/default/account/prefs/email.html.tmpl +++ b/template/en/default/account/prefs/email.html.tmpl @@ -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> |