From 4c183ff73f2db10ce92ee8eb318fafcae2a1851c Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 3 Aug 2011 23:22:24 -0400 Subject: Bug 674554 - Add new template hook in request/email.txt.tmpl called 'after_summary' r/a=mkanat --- template/en/default/request/email.txt.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template/en/default/request/email.txt.tmpl b/template/en/default/request/email.txt.tmpl index 182ac09e0..72da9ae73 100644 --- a/template/en/default/request/email.txt.tmpl +++ b/template/en/default/request/email.txt.tmpl @@ -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 %] -- cgit v1.2.3-24-g4f1b