From 2544d68752b01fc59dcf4ea23b0e5ebc3cd9e1a4 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 4 Jun 2008 03:39:10 +0000 Subject: Bug 437008: Add hook to edit.html.tmpl to show additional fields Patch By Elliotte Martin r=mkanat, a=mkanat --- template/en/default/bug/edit.html.tmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'template') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 7caed087b..27b778687 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 %] -- cgit v1.2.3-24-g4f1b