Commit 1c881b96 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 399079: Remove the 'showallproducts' parameter - Patch by Fré©ric Buclin…

Bug 399079: Remove the 'showallproducts' parameter - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat
parent 15528ad8
...@@ -54,12 +54,6 @@ sub get_param_list { ...@@ -54,12 +54,6 @@ sub get_param_list {
}, },
{ {
name => 'showallproducts',
type => 'b',
default => 0
},
{
name => 'usetargetmilestone', name => 'usetargetmilestone',
type => 'b', type => 'b',
default => 0 default => 0
......
...@@ -28,9 +28,6 @@ ...@@ -28,9 +28,6 @@
"specific classification. But you must have 'editclassification' " _ "specific classification. But you must have 'editclassification' " _
"permissions enabled in order to edit classifications.", "permissions enabled in order to edit classifications.",
showallproducts => "If this is on and useclassification is set, $terms.Bugzilla will add a " _
"'All' link in the 'New $terms.Bug' page to list all available products.",
usetargetmilestone => "Do you wish to use the Target Milestone field?", usetargetmilestone => "Do you wish to use the Target Milestone field?",
useqacontact => "Do you wish to use the QA Contact field?", useqacontact => "Do you wish to use the QA Contact field?",
......
...@@ -29,8 +29,6 @@ ...@@ -29,8 +29,6 @@
[% PROCESS global/header.html.tmpl %] [% PROCESS global/header.html.tmpl %]
<table> <table>
[% IF Param('showallproducts') %]
<tr> <tr>
<th align="right"> <th align="right">
<a href="[% target FILTER url_quote %]?classification=__all <a href="[% target FILTER url_quote %]?classification=__all
...@@ -44,7 +42,6 @@ ...@@ -44,7 +42,6 @@
<tr> <tr>
<th colspan="2">&nbsp;</th> <th colspan="2">&nbsp;</th>
</tr> </tr>
[% END %]
[% FOREACH class = classifications %] [% FOREACH class = classifications %]
<tr> <tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment