From 114f371c93495fdab5690144bf9577f95ac224d5 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 29 May 2013 12:25:53 +0800 Subject: Bug 875613: The default for needinfo should be "other" --- .../template/en/default/bug/needinfo.html.tmpl | 41 +++++++++++++++------- 1 file changed, 28 insertions(+), 13 deletions(-) (limited to 'extensions/Needinfo') diff --git a/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl b/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl index f56f8490b..2ffbbe835 100644 --- a/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl +++ b/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl @@ -57,41 +57,56 @@ - + - + [% IF Param('useqacontact') && bug.qa_contact.login != "" %] [% END %] - + - + [% INCLUDE global/userselect.html.tmpl id => "needinfo_from" name => "needinfo_from" value => "" size => 30 multiple => 5 + onchange => "needinfo_other_changed()" field_title => "Enter one or more comma separated users to request more information from" %] - + [% END %] -- cgit v1.2.3-24-g4f1b