From 1c881b96dcd6a128e79c2183c904d0caa7f1c1d1 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 10 Dec 2008 18:43:28 +0000 Subject: Bug 399079: Remove the 'showallproducts' parameter - Patch by Frédéric Buclin r/a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/admin/params/bugfields.html.tmpl | 3 --- template/en/default/global/choose-classification.html.tmpl | 3 --- 2 files changed, 6 deletions(-) (limited to 'template') diff --git a/template/en/default/admin/params/bugfields.html.tmpl b/template/en/default/admin/params/bugfields.html.tmpl index bdd9ad882..e0625b480 100644 --- a/template/en/default/admin/params/bugfields.html.tmpl +++ b/template/en/default/admin/params/bugfields.html.tmpl @@ -28,9 +28,6 @@ "specific classification. But you must have 'editclassification' " _ "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?", useqacontact => "Do you wish to use the QA Contact field?", diff --git a/template/en/default/global/choose-classification.html.tmpl b/template/en/default/global/choose-classification.html.tmpl index 6a3771912..9342d814a 100644 --- a/template/en/default/global/choose-classification.html.tmpl +++ b/template/en/default/global/choose-classification.html.tmpl @@ -29,8 +29,6 @@ [% PROCESS global/header.html.tmpl %] - -[% IF Param('showallproducts') %] -[% END %] [% FOREACH class = classifications %] -- cgit v1.2.3-24-g4f1b