From: mkanat%bugzilla.org <> Date: Wed, 4 Jun 2008 03:40:12 +0000 (+0000) Subject: Bug 437008: Add hook to edit.html.tmpl to show additional fields X-Git-Tag: bugzilla-3.2rc1~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08fe00cce9b18316cfe8cc6524fd8fdbe84c5cab;p=thirdparty%2Fbugzilla.git Bug 437008: Add hook to edit.html.tmpl to show additional fields Patch By Elliotte Martin r=mkanat, a=mkanat --- diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 7caed087b6..27b778687c 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -21,6 +21,7 @@ # Frédéric Buclin # Olav Vitters # Guy Pyrzak + # Elliotte Martin #%] [% PROCESS global/variables.none.tmpl %] @@ -193,6 +194,8 @@ [% PROCESS section_spacer %] + [% Hook.process("after_custom_fields") %] + [% PROCESS section_flags %]