From: mkanat%bugzilla.org <> Date: Wed, 4 Jun 2008 04:02:28 +0000 (+0000) Subject: Bug 437013: Add hook to edit-multiple.html.tmpl to add fields to display X-Git-Tag: bugzilla-3.0.5~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5194b157cae0460798efb6d8b4ead3074ad15e56;p=thirdparty%2Fbugzilla.git Bug 437013: Add hook to edit-multiple.html.tmpl to add fields to display Patch By Elliotte Martin r=mkanat, a=mkanat --- diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index 38e4e930f3..b8cfa57a42 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -216,6 +216,8 @@ [% END %] + [% Hook.process("after_custom_fields") %] +