From 8e9520eb5dd1623948ba8e8f09ef75fd0f8ffd83 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Fri, 28 Jan 2005 03:09:39 +0000 Subject: Bug 272658 : Add user dropdowns to editcomponents.cgi Patch by GavinS r=glob a=myk --- .../en/default/admin/components/edit.html.tmpl | 26 +++++++++++++++++----- 1 file changed, 20 insertions(+), 6 deletions(-) (limited to 'template/en/default/admin/components/edit.html.tmpl') diff --git a/template/en/default/admin/components/edit.html.tmpl b/template/en/default/admin/components/edit.html.tmpl index 0a8507917..580008008 100644 --- a/template/en/default/admin/components/edit.html.tmpl +++ b/template/en/default/admin/components/edit.html.tmpl @@ -55,16 +55,30 @@ - Initial owner: - + + + [% INCLUDE global/userselect.html.tmpl + name => "initialowner" + id => "initialowner" + value => initialowner + size => 64 + emptyok => 1 + %] + [% IF Param('useqacontact') %] - Initial QA contact: - + + + [% INCLUDE global/userselect.html.tmpl + name => "initialqacontact" + id => "initialqacontact" + value => initialqacontact + size => 64 + emptyok => 1 + %] + [% END %] -- cgit v1.2.3-24-g4f1b