Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
fffe057b
Commit
fffe057b
authored
Feb 28, 2003
by
burnus%gmx.de
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 180692 - enter_bug shows keywords option even if keywords are disabled
r=bbaetz, a=justdave
parent
da98b60a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
10 deletions
+14
-10
enter_bug.cgi
enter_bug.cgi
+2
-0
create.html.tmpl
template/en/default/bug/create/create.html.tmpl
+12
-10
No files found.
enter_bug.cgi
View file @
fffe057b
...
...
@@ -356,6 +356,8 @@ $vars->{'group'} = \@groups;
$vars
->
{
'default'
}
=
\%
default
;
$vars
->
{
'use_keywords'
}
=
1
if
(
@::legal_keywords
);
my
$format
=
GetFormat
(
"bug/create/create"
,
$::FORM
{
'format'
},
$::FORM
{
'ctype'
});
...
...
template/en/default/bug/create/create.html.tmpl
View file @
fffe057b
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment