summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorburnus%gmx.de <>2003-02-28 06:13:27 +0100
committerburnus%gmx.de <>2003-02-28 06:13:27 +0100
commitfffe057ba30815677909a93bb719451fb6d8f92c (patch)
treecccaa6717f65bb4a4aeb556698d27334ba2144fa /template
parentda98b60ae00290034e504dca9156245b712cf2df (diff)
downloadbugzilla-fffe057ba30815677909a93bb719451fb6d8f92c.tar.gz
bugzilla-fffe057ba30815677909a93bb719451fb6d8f92c.tar.xz
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.tmpl22
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>