From: mkanat%bugzilla.org <> Date: Wed, 4 Jun 2008 03:48:22 +0000 (+0000) Subject: Bug 437010: Add hook to show-multiple.html.tmpl to add fields to detailed bug list X-Git-Tag: bugzilla-3.2rc1~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcccebd1cd7cb6229e3b852f3780ffe7b5430b5e;p=thirdparty%2Fbugzilla.git Bug 437010: Add hook to show-multiple.html.tmpl to add fields to detailed bug list Patch By Elliotte Martin r=mkanat, a=mkanat --- 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") %] +