summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
diff options
context:
space:
mode:
authorbugreport%peshkin.net <>2004-08-11 14:08:10 +0200
committerbugreport%peshkin.net <>2004-08-11 14:08:10 +0200
commitdef7903801fcdbab2f227688375f38c5cb490f27 (patch)
tree770f8d2e9c056cbdf05065b3c86c8f3051210402 /template/en/default/bug/edit.html.tmpl
parentd7a8d47bebd3e45bb9b508e38e594a7b90407a06 (diff)
downloadbugzilla-def7903801fcdbab2f227688375f38c5cb490f27.tar.gz
bugzilla-def7903801fcdbab2f227688375f38c5cb490f27.tar.xz
Bug 251669: add an option to show users in a drop down menu instead of a text edit field
patch by glob <bugzilla@glob.com.au> r=joel a=justdave
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 %]