From 87cdd1c7afb9c11e2d2fdc246f79c3a0e42de0e8 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 4 Jun 2008 04:00:35 +0000 Subject: Bug 437013: Add hook to edit-multiple.html.tmpl to add fields to display Patch By Elliotte Martin r=mkanat, a=mkanat --- template/en/default/list/edit-multiple.html.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template/en/default/list') diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index fef4c0c99..238763e06 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -253,6 +253,8 @@ [% END %] + [% Hook.process("after_custom_fields") %] + [% IF use_keywords %] -- cgit v1.2.3-24-g4f1b