]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 674554 - Add new template hook in request/email.txt.tmpl called 'after_summary'
authorDavid Lawrence <dlawrence@mozilla.com>
Thu, 4 Aug 2011 03:22:24 +0000 (23:22 -0400)
committerDavid Lawrence <dlawrence@mozilla.com>
Thu, 4 Aug 2011 03:22:24 +0000 (23:22 -0400)
r/a=mkanat

template/en/default/request/email.txt.tmpl

index 182ac09e0ad2ce1418334efa113d0f48eee997b6..72da9ae7350dc2035dbdbd0ae7e7c19ac5e45cb8 100644 (file)
@@ -75,6 +75,9 @@ Attachment [% attidsummary %]
 [%- END %]
 [%+ urlbase %]attachment.cgi?id=[% attachment.id %]&action=edit
 [%- END %]
+
+[%- Hook.process('after_summary') -%]
+
 [%- FILTER bullet = wrap(80) %]
 
 [% USE Bugzilla %]