diff options
author | David Lawrence <dlawrence@mozilla.com> | 2011-08-04 05:22:24 +0200 |
---|---|---|
committer | David Lawrence <dlawrence@mozilla.com> | 2011-08-04 05:22:24 +0200 |
commit | 4c183ff73f2db10ce92ee8eb318fafcae2a1851c (patch) | |
tree | 336292e0e25e549f464a02ab10aeef0cafcfc121 /template/en/default/request | |
parent | a3cdd6f2ec42d579f5f9ca764090acd82425fb21 (diff) | |
download | bugzilla-4c183ff73f2db10ce92ee8eb318fafcae2a1851c.tar.gz bugzilla-4c183ff73f2db10ce92ee8eb318fafcae2a1851c.tar.xz |
Bug 674554 - Add new template hook in request/email.txt.tmpl called 'after_summary'
r/a=mkanat
Diffstat (limited to 'template/en/default/request')
-rw-r--r-- | template/en/default/request/email.txt.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
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 %] |