[% DEFAULT title = "Choose the classification" %]
[% PROCESS global/header.html.tmpl %]
-[% previous_params = cgi.canonicalise_query('classification') %]
+[% USE Bugzilla %]
+[% previous_params = Bugzilla.cgi.canonicalise_query('classification') %]
+
<h2>First, you must pick a classification on which to enter [% terms.abug %]:</h2>
<table id="choose_classification">
<tr>
[% DEFAULT title = "Choose a Product" %]
[% PROCESS global/header.html.tmpl %]
-[% previous_params = cgi.canonicalise_query('classification', 'product') %]
+[% USE Bugzilla %]
+[% previous_params = Bugzilla.cgi.canonicalise_query('classification', 'product') %]
+
<h2>[% h2 FILTER html %]</h2>
<table id="choose_product">