summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/create/comment.txt.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-04-08 08:59:58 +0200
committerlpsolit%gmail.com <>2005-04-08 08:59:58 +0200
commit27cf96409b41597cb7b76b1ab37e56c26daa8d86 (patch)
tree25599b8e85eea07cca20d5337c00dd6c397a8704 /template/en/default/bug/create/comment.txt.tmpl
parentf9289c131459af1c5980b7f24ae1e4430a2dec5f (diff)
downloadbugzilla-27cf96409b41597cb7b76b1ab37e56c26daa8d86.tar.gz
bugzilla-27cf96409b41597cb7b76b1ab37e56c26daa8d86.tar.xz
Bug 238875: remove %FORM from post_bug.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave
Diffstat (limited to 'template/en/default/bug/create/comment.txt.tmpl')
-rw-r--r--template/en/default/bug/create/comment.txt.tmpl14
1 files changed, 9 insertions, 5 deletions
diff --git a/template/en/default/bug/create/comment.txt.tmpl b/template/en/default/bug/create/comment.txt.tmpl
index 595ad3a80..c9f40426e 100644
--- a/template/en/default/bug/create/comment.txt.tmpl
+++ b/template/en/default/bug/create/comment.txt.tmpl
@@ -19,8 +19,12 @@
# Contributor(s): Gervase Markham <gerv@gerv.net>
#%]
[%# INTERFACE:
- # form: hash. This is the $::FORM variable from a bug submission (i.e. the
- # fields on a template from enter_bug.cgi.) It can be used to pull out
- # various custom fields and format an initial Description entry from them.
- #%]
-[% form.comment %]
+ # This template has no interface.
+ #
+ # Form variables from a bug submission (i.e. the fields on a template from
+ # enter_bug.cgi) can be access via Bugzilla.cgi.param. It can be used to
+ # pull out various custom fields and format an initial Description entry
+ # from them.
+ #%]
+[% USE Bugzilla %]
+[% Bugzilla.cgi.param("comment") %]