From: David Lawrence Date: Fri, 22 Jul 2011 15:19:06 +0000 (-0400) Subject: Bug 670670 - New hook for requests.cgi that allows for additional links after attachm... X-Git-Tag: bugzilla-4.0.2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ddeb4fb79b1890b2530ef783da8fa56cf21514e;p=thirdparty%2Fbugzilla.git Bug 670670 - New hook for requests.cgi that allows for additional links after attachment descriptions. r/a=mkanat --- diff --git a/template/en/default/request/queue.html.tmpl b/template/en/default/request/queue.html.tmpl index cd84e0f78a..d99dadc9b5 100644 --- a/template/en/default/request/queue.html.tmpl +++ b/template/en/default/request/queue.html.tmpl @@ -200,7 +200,10 @@ to some group are shown by default. [% FOREACH column = display_columns %] [% NEXT IF column == group_field || excluded_columns.contains(column) %] - [% PROCESS "display_$column" %] + + [% PROCESS "display_$column" %] + [% Hook.process('after_column') %] + [% END %] [% END %]