From bcccebd1cd7cb6229e3b852f3780ffe7b5430b5e Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 4 Jun 2008 03:48:22 +0000 Subject: [PATCH] Bug 437010: Add hook to show-multiple.html.tmpl to add fields to detailed bug list Patch By Elliotte Martin r=mkanat, a=mkanat --- template/en/default/bug/show-multiple.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl index 1442cae4f8..173d98e924 100644 --- a/template/en/default/bug/show-multiple.html.tmpl +++ b/template/en/default/bug/show-multiple.html.tmpl @@ -20,6 +20,7 @@ # Toms Baugis # Olav Vitters # Max Kanat-Alexander + # Elliotte Martin #%] [% PROCESS "global/field-descs.none.tmpl" %] @@ -279,6 +280,9 @@ [% END %] [% END %] + + [% Hook.process("last_row", "bug/show-multiple.html.tmpl") %] + -- 2.47.2