diff options
author | David Lawrence <dlawrence@mozilla.com> | 2013-05-04 20:46:20 +0200 |
---|---|---|
committer | David Lawrence <dlawrence@mozilla.com> | 2013-05-04 20:46:20 +0200 |
commit | c60cce7d4f4f175ddf723d9def271ad9a964034a (patch) | |
tree | 52a2c0995f1d57f261fb8cd8708c288a57dc2eda /template | |
parent | 2f7d085d82c45225062be0c096163cbe636ad451 (diff) | |
download | bugzilla-c60cce7d4f4f175ddf723d9def271ad9a964034a.tar.gz bugzilla-c60cce7d4f4f175ddf723d9def271ad9a964034a.tar.xz |
Bug 654833 - New hook to add additional attachment action links to the attachment details page
r/a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/attachment/edit.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index f9657b647..fbe3a9c79 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -290,6 +290,7 @@ && attachment.datasize > 0 %] | <a href="attachment.cgi?id=[% attachment.id %]&action=delete">Delete</a> [% END %] + [% Hook.process('action') %] </div> <div id="attachment_list"> |