'cgi' is not defined in templates, see bug 913364
git-svn-id: svn://10.0.0.236/trunk@265653 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
4063ba4332
commit
7d8d21a7ec
@ -1 +1 @@
|
||||
9194
|
||||
9195
|
||||
@ -1 +1 @@
|
||||
38d2f3ab2c59f1ef9636990854fb9314dd8799d6
|
||||
f1fda7c8b9cf4646374cc708c14942e5feed82d1
|
||||
@ -19,7 +19,9 @@
|
||||
[% 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>
|
||||
|
||||
@ -28,7 +28,9 @@
|
||||
[% 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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user