]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 670670 - New hook for requests.cgi that allows for additional links after attachm...
authorDavid Lawrence <dlawrence@mozilla.com>
Fri, 22 Jul 2011 15:08:05 +0000 (11:08 -0400)
committerDavid Lawrence <dlawrence@mozilla.com>
Fri, 22 Jul 2011 15:08:05 +0000 (11:08 -0400)
r/a=mkanat

template/en/default/request/queue.html.tmpl

index cd84e0f78ae1b109265bd01ea37c4a0fa1552ad6..d99dadc9b5cc0561dbb0ba3bcda48548f7eecb1b 100644 (file)
@@ -200,7 +200,10 @@ to some group are shown by default.
     <tr>
       [% FOREACH column = display_columns %]
         [% NEXT IF column == group_field || excluded_columns.contains(column) %]
-        <td>[% PROCESS "display_$column" %]</td>
+        <td>
+          [% PROCESS "display_$column" %]
+          [% Hook.process('after_column') %]
+        </td>
       [% END %]
     </tr>
   [% END %]