Commit c60cce7d authored by David Lawrence's avatar David Lawrence

Bug 654833 - New hook to add additional attachment action links to the attachment details page

r/a=mkanat
parent 2f7d085d
......@@ -290,6 +290,7 @@
&& attachment.datasize > 0 %]
| <a href="attachment.cgi?id=[% attachment.id %]&amp;action=delete">Delete</a>
[% END %]
[% Hook.process('action') %]
</div>
<div id="attachment_list">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment