diff options
author | bugreport%peshkin.net <> | 2005-06-16 14:40:32 +0200 |
---|---|---|
committer | bugreport%peshkin.net <> | 2005-06-16 14:40:32 +0200 |
commit | 1fde21205d29e4fb435649ff7e8323af7d4cd1de (patch) | |
tree | 7450f0de2d7c41b62ffbea6a51ea5fb967fc13b7 | |
parent | 9970f570d4c4ddc3e1c38e352b254abecec385b9 (diff) | |
download | bugzilla-1fde21205d29e4fb435649ff7e8323af7d4cd1de.tar.gz bugzilla-1fde21205d29e4fb435649ff7e8323af7d4cd1de.tar.xz |
Bug 297797: New Hook - add actions to attachment table - Patch by Dennis Melentyev <dennis.melentyev@infopulse.com.ua> r/a=myk
-rw-r--r-- | template/en/default/attachment/list.html.tmpl | 1 |
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 %]&action=diff">Diff</a> [% END %] + [% Hook.process("action") %] </td> </tr> [% END %] |