]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 437010: Add hook to show-multiple.html.tmpl to add fields to detailed bug list
authormkanat%bugzilla.org <>
Wed, 4 Jun 2008 03:48:22 +0000 (03:48 +0000)
committermkanat%bugzilla.org <>
Wed, 4 Jun 2008 03:48:22 +0000 (03:48 +0000)
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat

template/en/default/bug/show-multiple.html.tmpl

index 1442cae4f86c51b7da7473ea24b6a4be3ba9e35f..173d98e924bd44cb0bbd58c8e1c4479b9726b899 100644 (file)
@@ -20,6 +20,7 @@
   #                 Toms Baugis <toms@myrealbox.com>
   #                 Olav Vitters <olav@bkor.dhs.org>
   #                 Max Kanat-Alexander <mkanat@bugzilla.org>
+  #                 Elliotte Martin <emartin@everythingsolved.com>
   #%]
 
 [% PROCESS "global/field-descs.none.tmpl" %]
       </tr>
     [% END %]
   [% END %]
+  
+  [% Hook.process("last_row", "bug/show-multiple.html.tmpl") %]
+   
   </table>