summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/edit.html.tmpl')
-rw-r--r--template/en/default/bug/edit.html.tmpl17
1 files changed, 14 insertions, 3 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index ef6b551fa..f4c68bb4d 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -163,7 +163,13 @@
<b><u>A</u>dd&nbsp;CC:</b>
</td>
<td>
- <input name="newcc" size="30" value="" accesskey="a">
+ [% INCLUDE global/userselect.html.tmpl
+ name => "newcc"
+ value => ""
+ accesskey => "a"
+ size => 30
+ emptyok => 1
+ %]
</td>
</tr>
@@ -270,8 +276,13 @@
<b><u>Q</u>A Contact:</b>
</td>
<td colspan="7">
- <input name="qa_contact" accesskey="q"
- value="[% bug.qa_contact.email FILTER html %]" size="60">
+ [% INCLUDE global/userselect.html.tmpl
+ name => "qa_contact"
+ value => bug.qa_contact.email
+ accesskey => "q"
+ size => 60
+ emptyok => 1
+ %]
</td>
</tr>
[% END %]