]> 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:46:20 +0000 (14:46 -0400)
committerDavid Lawrence <dlawrence@mozilla.com>
Sat, 4 May 2013 18:46:20 +0000 (14:46 -0400)
r/a=mkanat

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

index f9657b647b58a78f43706c165bde620e89c2d2af..fbe3a9c7995c47cf3f6b421de6062bb6ce411257 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">