diff options
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 54ff22fbd..0bc5c516c 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -18,6 +18,7 @@ # # Contributor(s): Gervase Markham <gerv@gerv.net> # Ville Skyttä <ville.skytta@iki.fi> + # Shane H. W. Travis <travis@sedsystems.ca> #%] [% PROCESS global/variables.none.tmpl %] @@ -247,6 +248,22 @@ function set_assign_to() { </td> </tr> + [% IF Param("insidergroup") && UserInGroup(Param("insidergroup")) %] + <tr> + <td></td> + <td colspan="3"> + + <input type="checkbox" id="commentprivacy" name="commentprivacy" + [% " checked=\"checked\"" IF commentprivacy %]> + <label for="commentprivacy"> + Initial Description is Private + </label> + </td> + </tr> + [% ELSE %] + <input type="hidden" name="commentprivacy" value="0"> + [% END %] + [% IF UserInGroup('editbugs') %] [% IF use_keywords %] <tr> |