diff options
author | mkanat%bugzilla.org <> | 2008-06-04 05:47:20 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-06-04 05:47:20 +0200 |
commit | b221a13ac23eab14280fbae52b4e0220527ef0d5 (patch) | |
tree | e7d0837a3828ad14f03b2d55da39fc0ac4ec746a /template/en | |
parent | 2544d68752b01fc59dcf4ea23b0e5ebc3cd9e1a4 (diff) | |
download | bugzilla-b221a13ac23eab14280fbae52b4e0220527ef0d5.tar.gz bugzilla-b221a13ac23eab14280fbae52b4e0220527ef0d5.tar.xz |
Bug 437010: Add hook to show-multiple.html.tmpl to add fields to detailed bug list.
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/bug/show-multiple.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl index 1442cae4f..173d98e92 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 <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" %] @@ -279,6 +280,9 @@ </tr> [% END %] [% END %] + + [% Hook.process("last_row", "bug/show-multiple.html.tmpl") %] + </table> |