From ca8762f064d4be411b72923354259013e2f0450f Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Tue, 23 Apr 2013 11:40:29 -0400 Subject: Bug 864304 - Requesting needinfo from more than one person is annoying --- .../Needinfo/template/en/default/bug/needinfo.html.tmpl | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl') diff --git a/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl b/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl index 6031d6e0c..f56f8490b 100644 --- a/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl +++ b/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl @@ -82,11 +82,13 @@ - [%+ INCLUDE global/userselect.html.tmpl - id => "needinfo_from" - name => "needinfo_from" - size => 30 - value => "" + [% INCLUDE global/userselect.html.tmpl + id => "needinfo_from" + name => "needinfo_from" + value => "" + size => 30 + multiple => 5 + field_title => "Enter one or more comma separated users to request more information from" %] -- cgit v1.2.3-24-g4f1b