From: Reed Loden
Date: Tue, 13 Jul 2010 02:28:38 +0000 (-0500)
Subject: Bug 578253 - Add autocomplete support to the add users to watch input field
X-Git-Tag: bugzilla-3.7.3~59
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecf6eee758f17bab3be3a4ebb859eb52b54699fc;p=thirdparty%2Fbugzilla.git
Bug 578253 - Add autocomplete support to the add users to watch input field
[r=mkanat a=mkanat]
---
diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl
index 291cd5dc3a..96a111bae8 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.
Add users to my watch list (comma separated list):
-
+ [% INCLUDE global/userselect.html.tmpl
+ id => "new_watchedusers"
+ name => "new_watchedusers"
+ value => ""
+ size => 60
+ multiple => 5
+ %]