]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 654833 - New hook to add additional attachment action links to the attachment...
authorDavid Lawrence <dlawrence@mozilla.com>
Sat, 4 May 2013 18:47:42 +0000 (14:47 -0400)
committerDavid Lawrence <dlawrence@mozilla.com>
Sat, 4 May 2013 18:47:42 +0000 (14:47 -0400)
r/a=mkanat

template/en/default/attachment/edit.html.tmpl

index 5c85ef9f09d188d2f801f0798c5e7c996118187a..c0d30610aeb3efd6be64705b19f7723124df8811 100644 (file)
         && attachment.datasize > 0 %]
     | <a href="attachment.cgi?id=[% attachment.id %]&amp;action=delete">Delete</a>
   [% END %]
+  [% Hook.process('action') %]
 </div>
 
 <div id="attachment_list">