summaryrefslogtreecommitdiffstats
path: root/extensions/Needinfo/template
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-04-23 17:40:29 +0200
committerDave Lawrence <dlawrence@mozilla.com>2013-04-23 17:40:29 +0200
commitca8762f064d4be411b72923354259013e2f0450f (patch)
tree8def71c6c7d7d38cf4086899335b0dfa9aefa42a /extensions/Needinfo/template
parent6666f8768bbab2105261beff6fdebf4de4dfd9a0 (diff)
downloadbugzilla-ca8762f064d4be411b72923354259013e2f0450f.tar.gz
bugzilla-ca8762f064d4be411b72923354259013e2f0450f.tar.xz
Bug 864304 - Requesting needinfo from more than one person is annoying
Diffstat (limited to 'extensions/Needinfo/template')
-rw-r--r--extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl12
1 files changed, 7 insertions, 5 deletions
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 @@
<option value="other">other</option>
</select>
<span id="needinfo_from_container" class="bz_default_hidden">
- [%+ 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"
%]
</span>
</td>