From 88e8e01b2d6b5e81020730962f8e8e999b5b5ae8 Mon Sep 17 00:00:00 2001
From: Reed Loden
Date: Mon, 12 Jul 2010 21:27:46 -0500
Subject: Bug 578253 - Add autocomplete support to the add users to watch input
field [r=mkanat a=mkanat]
---
template/en/default/account/prefs/email.html.tmpl | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
(limited to 'template')
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.
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
+ %]
Users watching you:
--
cgit v1.2.3-24-g4f1b