'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:
bzrmirror%bugzilla.org 2014-10-30 00:00:48 +00:00
parent 4063ba4332
commit 7d8d21a7ec
4 changed files with 8 additions and 4 deletions

View File

@ -1 +1 @@
9194 9195

View File

@ -1 +1 @@
38d2f3ab2c59f1ef9636990854fb9314dd8799d6 f1fda7c8b9cf4646374cc708c14942e5feed82d1

View File

@ -19,7 +19,9 @@
[% DEFAULT title = "Choose the classification" %] [% DEFAULT title = "Choose the classification" %]
[% PROCESS global/header.html.tmpl %] [% 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> <h2>First, you must pick a classification on which to enter [% terms.abug %]:</h2>
<table id="choose_classification"> <table id="choose_classification">
<tr> <tr>

View File

@ -28,7 +28,9 @@
[% DEFAULT title = "Choose a Product" %] [% DEFAULT title = "Choose a Product" %]
[% PROCESS global/header.html.tmpl %] [% 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> <h2>[% h2 FILTER html %]</h2>
<table id="choose_product"> <table id="choose_product">