зеркало из https://github.com/mozilla/pjs.git
Bug 180692 - enter_bug shows keywords option even if keywords are disabled
r=bbaetz, a=justdave
This commit is contained in:
Родитель
9c3b9e0612
Коммит
c03ce5f67f
|
@ -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'});
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче