summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/components/edit.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/components/edit.html.tmpl')
-rw-r--r--template/en/default/admin/components/edit.html.tmpl26
1 files changed, 20 insertions, 6 deletions
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 @@
</td>
</tr>
<tr>
- <td valign="top">Initial owner:</td>
- <td><input size="64" maxlength="64" name="initialowner" value="
- [%- initialowner FILTER html %]"></td>
+ <td valign="top"><label for="initialowner">Initial owner:</label></td>
+ <td>
+ [% INCLUDE global/userselect.html.tmpl
+ name => "initialowner"
+ id => "initialowner"
+ value => initialowner
+ size => 64
+ emptyok => 1
+ %]
+ </td>
[% IF Param('useqacontact') %]
</tr>
<tr>
- <td valign="top">Initial QA contact:</td>
- <td><input size="64" maxlength="64" name="initialqacontact" value="
- [%- initialqacontact FILTER html %]"></td>
+ <td valign="top"><label for="initialqacontact">Initial QA contact:</label></td>
+ <td>
+ [% INCLUDE global/userselect.html.tmpl
+ name => "initialqacontact"
+ id => "initialqacontact"
+ value => initialqacontact
+ size => 64
+ emptyok => 1
+ %]
+ </td>
[% END %]
</tr>