From 90d86a9744883ccc120a0a955ffade72990e1505 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 14 Apr 2016 21:03:00 +0200 Subject: Bug 1088022 - Bump min version to CGI 4.09 r=dkl --- template/en/default/bug/process/midair.html.tmpl | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'template/en/default/bug/process/midair.html.tmpl') diff --git a/template/en/default/bug/process/midair.html.tmpl b/template/en/default/bug/process/midair.html.tmpl index f89590df2..ca7e095c1 100644 --- a/template/en/default/bug/process/midair.html.tmpl +++ b/template/en/default/bug/process/midair.html.tmpl @@ -15,10 +15,6 @@ # bug: Bugzilla::Bug; the bug being changed. #%] -[%# The global Bugzilla->cgi object is used to obtain form variable values. %] -[% USE Bugzilla %] -[% cgi = Bugzilla.cgi %] - [% UNLESS header_done %] [% PROCESS bug/process/header.html.tmpl %] [% END %] @@ -45,11 +41,11 @@

[% END %] -[% IF cgi.param("comment") %] +[% IF cgi_param("comment") %]

Your comment was:

-    [% cgi.param("comment") FILTER html %]
+    [% cgi_param("comment") FILTER html %]
   

[% END %] @@ -70,16 +66,16 @@ You have the following choices: [% ", except for the added comment(s)" IF comments.size %]. - [% IF cgi.param("comment") %] + [% IF cgi_param("comment") %]
  • - + - - + + - + value="[% cgi_param("comment_is_private") FILTER html %]"> +
  • -- cgit v1.2.3-24-g4f1b