From: Reed Loden
Date: Tue, 13 Jul 2010 02:27:46 +0000 (-0500)
Subject: Bug 578253 - Add autocomplete support to the add users to watch input field
X-Git-Tag: bugzilla-4.1.1~414
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88e8e01b2d6b5e81020730962f8e8e999b5b5ae8;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
+ %]