From def7903801fcdbab2f227688375f38c5cb490f27 Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Wed, 11 Aug 2004 12:08:10 +0000 Subject: Bug 251669: add an option to show users in a drop down menu instead of a text edit field patch by glob r=joel a=justdave --- template/en/default/list/edit-multiple.html.tmpl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'template/en/default/list/edit-multiple.html.tmpl') diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index f03ea09e1..2f61ae45b 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -302,10 +302,12 @@ -
+[% INCLUDE global/userselect.html.tmpl + name => "assigned_to" + value => user.login + size => 32 + onchange => "document.forms.changeform.knob[$knum].checked=true;" +%]
[% knum = knum + 1 %]