summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/show-multiple.html.tmpl
diff options
context:
space:
mode:
authorGuy Pyrzak <guy.pyrzak@gmail.com>2010-10-03 01:50:02 +0200
committerGuy Pyrzak <guy.pyrzak@gmail.com>2010-10-03 01:50:02 +0200
commitc465a2a38e87e3e638c48abe29470a5ec706b572 (patch)
tree8cb456af6f026d2ee389049b1c30f4eac36847e2 /template/en/default/attachment/show-multiple.html.tmpl
parent45071f40f52131bc605130c40352d477f85d0f05 (diff)
downloadbugzilla-c465a2a38e87e3e638c48abe29470a5ec706b572.tar.gz
bugzilla-c465a2a38e87e3e638c48abe29470a5ec706b572.tar.xz
Bug 414509: offer View All (non obsolete) attachments
r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default/attachment/show-multiple.html.tmpl')
-rw-r--r--template/en/default/attachment/show-multiple.html.tmpl7
1 files changed, 6 insertions, 1 deletions
diff --git a/template/en/default/attachment/show-multiple.html.tmpl b/template/en/default/attachment/show-multiple.html.tmpl
index 15e20e894..e238e5f49 100644
--- a/template/en/default/attachment/show-multiple.html.tmpl
+++ b/template/en/default/attachment/show-multiple.html.tmpl
@@ -33,7 +33,12 @@
subheader = filtered_summary
style_urls = ['skins/standard/attachment.css']
%]
-
+[% IF hide_obsolete %]
+ <div id="hidden_obsolete_message">
+ Obsolete attachments are hidden. To view all attachments (including obsolete)
+ <a href="attachment.cgi?bugid=[% bug.id FILTER html %]&amp;action=viewall">click here</a>.
+ </div>
+[% END %]
<br>
[% FOREACH a = attachments %]