diff options
author | gerv%gerv.net <> | 2002-09-14 07:21:16 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-09-14 07:21:16 +0200 |
commit | 229bf2d0d7a6c7b48b25e4d9c08c038184340a8a (patch) | |
tree | 6b3bf85aa6fe3035a46044eb5047f4dda3a3e8eb /template | |
parent | 2594a7d4e2a290c18184d72d63d4a96ef0d52ef1 (diff) | |
download | bugzilla-229bf2d0d7a6c7b48b25e4d9c08c038184340a8a.tar.gz bugzilla-229bf2d0d7a6c7b48b25e4d9c08c038184340a8a.tar.xz |
Bug 25521 - Keyword field in new bug entry. Patch by jeff.hedlund@matrixsi.com; r=gerv.
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 3e776865b..066c11b63 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -177,6 +177,19 @@ <br> </td> </tr> + + [% IF UserInGroup('editbugs') %] + <tr> + <td align="right" valign="top"> + <strong> + <a href="describekeywords.cgi">Keywords</a>: + </strong> + </td> + <td colspan="3"> + <input name="keywords" size="60" value=""> (optional) + </td> + </tr> + [% END %] <tr> <td></td> |