From ee84183ca9efa0839c49ad02f293d60db0a4d76f Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sun, 15 Dec 2002 17:01:12 +0000 Subject: Bug 116819 - Attach and Reassign in one fell swoop. Patch by gerv; r,a=justdave. --- template/en/default/attachment/create.html.tmpl | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'template/en') 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 %] + [% IF (user.userid != bugassignee_id) AND UserInGroup("editbugs") %] + + Reassignment: + + If you want to assign this bug to yourself, + check the box below.
+ + + + + [% END %] Comment: -- cgit v1.2.3-24-g4f1b