diff options
author | burnus%gmx.de <> | 2003-02-28 05:13:27 +0000 |
---|---|---|
committer | burnus%gmx.de <> | 2003-02-28 05:13:27 +0000 |
commit | fffe057ba30815677909a93bb719451fb6d8f92c (patch) | |
tree | cccaa6717f65bb4a4aeb556698d27334ba2144fa /template | |
parent | da98b60ae00290034e504dca9156245b712cf2df (diff) | |
download | bugs-fffe057ba30815677909a93bb719451fb6d8f92c.tar bugs-fffe057ba30815677909a93bb719451fb6d8f92c.tar.gz bugs-fffe057ba30815677909a93bb719451fb6d8f92c.tar.bz2 bugs-fffe057ba30815677909a93bb719451fb6d8f92c.tar.xz bugs-fffe057ba30815677909a93bb719451fb6d8f92c.zip |
Bug 180692 - enter_bug shows keywords option even if keywords are disabled
r=bbaetz, a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 302c7e3d9..c59cd3a70 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -193,16 +193,18 @@ </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> + [% IF use_keywords %] + <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 align="right"> <strong>Depends on:</strong> |