aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorbugreport%peshkin.net <>2005-06-16 12:40:32 +0000
committerbugreport%peshkin.net <>2005-06-16 12:40:32 +0000
commit1fde21205d29e4fb435649ff7e8323af7d4cd1de (patch)
tree7450f0de2d7c41b62ffbea6a51ea5fb967fc13b7 /template
parent9970f570d4c4ddc3e1c38e352b254abecec385b9 (diff)
downloadbugs-1fde21205d29e4fb435649ff7e8323af7d4cd1de.tar
bugs-1fde21205d29e4fb435649ff7e8323af7d4cd1de.tar.gz
bugs-1fde21205d29e4fb435649ff7e8323af7d4cd1de.tar.bz2
bugs-1fde21205d29e4fb435649ff7e8323af7d4cd1de.tar.xz
bugs-1fde21205d29e4fb435649ff7e8323af7d4cd1de.zip
Bug 297797: New Hook - add actions to attachment table - Patch by Dennis Melentyev <dennis.melentyev@infopulse.com.ua> r/a=myk
Diffstat (limited to 'template')
-rw-r--r--template/en/default/attachment/list.html.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl
index 5840139a3..8f6bbadb1 100644
--- a/template/en/default/attachment/list.html.tmpl
+++ b/template/en/default/attachment/list.html.tmpl
@@ -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 %]