summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-12-15 18:01:12 +0100
committergerv%gerv.net <>2002-12-15 18:01:12 +0100
commitee84183ca9efa0839c49ad02f293d60db0a4d76f (patch)
tree4d8e48f28ed0571ce78e613f32860f8c5124a576 /template
parent53394f513746d1f92ed000e77ae6c4ffdc30b74d (diff)
downloadbugzilla-ee84183ca9efa0839c49ad02f293d60db0a4d76f.tar.gz
bugzilla-ee84183ca9efa0839c49ad02f293d60db0a4d76f.tar.xz
Bug 116819 - Attach and Reassign in one fell swoop. Patch by gerv; r,a=justdave.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/attachment/create.html.tmpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl
index 1c00146e5..f7cfe21f9 100644
--- a/template/en/default/attachment/create.html.tmpl
+++ b/template/en/default/attachment/create.html.tmpl
@@ -122,6 +122,17 @@
[% END %]
</td>
</tr>
+ [% IF (user.userid != bugassignee_id) AND UserInGroup("editbugs") %]
+ <tr>
+ <th>Reassignment:</th>
+ <td>
+ <em>If you want to assign this bug to yourself,
+ check the box below.</em><br>
+ <input type="checkbox" id="takebug" name="takebug" value="1">
+ <label for="takebug">take bug</label>
+ </td>
+ </tr>
+ [% END %]
<tr>
<th>Comment:</th>
<td>