From cfda9d97c4b9281f9fec36611dbd96ceaa10f633 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 8 Apr 2005 07:45:47 +0000 Subject: Bug 238876: remove %FORM from process_bug.cgi - Patch by Teemu Mannermaa r=LpSolit a=justdave --- template/en/default/bug/process/midair.html.tmpl | 8 +++++--- 1 file changed, 5 insertions(+), 3 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 491e5b269..2c2427616 100644 --- a/template/en/default/bug/process/midair.html.tmpl +++ b/template/en/default/bug/process/midair.html.tmpl @@ -20,8 +20,6 @@ #%] [%# INTERFACE: - # form: hash; the form values submitted to the script - # mform: hash; the form multi-values submitted to the script # operations: array; bug activity since the user last displayed the bug form, # used by bug/activity/table.html.tmpl to display recent changes that will # be overwritten if the user submits these changes. See that template @@ -34,6 +32,10 @@ # bug_id: number; the ID of the bug being changed. #%] +[%# The global Bugzilla->cgi object is used to obtain form variable values. %] +[% USE Bugzilla %] +[% cgi = Bugzilla.cgi %] + [% PROCESS global/variables.none.tmpl %] [% UNLESS header_done %] @@ -62,7 +64,7 @@

Your comment was:
-

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

-- cgit v1.2.3-24-g4f1b