]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 297797: New Hook - add actions to attachment table - Patch by Dennis Melentyev...
authorbugreport%peshkin.net <>
Thu, 16 Jun 2005 12:40:32 +0000 (12:40 +0000)
committerbugreport%peshkin.net <>
Thu, 16 Jun 2005 12:40:32 +0000 (12:40 +0000)
template/en/default/attachment/list.html.tmpl

index 5840139a35da54fd0ba9344e9c7663a248758580..8f6bbadb1dc4b08338f7ad1f285a641785496748 100644 (file)
@@ -73,6 +73,7 @@
           [% IF attachment.ispatch && patchviewerinstalled %]
             | <a href="attachment.cgi?id=[% attachment.attachid %]&amp;action=diff">Diff</a>
           [% END %]
+          [% Hook.process("action") %]
         </td>
       </tr>
     [% END %]