From 2ca9968dd1a1a018708a29c452d3969f16114a86 Mon Sep 17 00:00:00 2001 From: Reed Loden Date: Mon, 12 Jul 2010 22:21:08 -0500 Subject: Bug 578253 - Add autocomplete support to the requester and requestee fields on request.cgi [r=mkanat a=mkanat] https://bugzilla.mozilla.org/show_bug.cgi?id=578254 --- template/en/default/request/queue.html.tmpl | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) (limited to 'template/en/default/request/queue.html.tmpl') diff --git a/template/en/default/request/queue.html.tmpl b/template/en/default/request/queue.html.tmpl index 8a36ab554..e2838c863 100644 --- a/template/en/default/request/queue.html.tmpl +++ b/template/en/default/request/queue.html.tmpl @@ -72,8 +72,16 @@ to some group are shown by default. - + - +
Requester: + [% INCLUDE global/userselect.html.tmpl + id => "requester" + name => "requester" + value => cgi.param('requester') + size => 20 + emptyok => 1 + title => "Requester's email address" + %] + Product:
Requestee: + [% INCLUDE global/userselect.html.tmpl + id => "requestee" + name => "requestee" + value => cgi.param('requestee') + size => 20 + emptyok => 1 + hyphenok => 1 + title => "Requestee's email address or "-" (hyphen) for requests with no requestee" + %] + Component: