aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorFyorl <gaelreth@gmail.com>2012-08-02 20:47:09 +0100
committerFyorl <gaelreth@gmail.com>2012-08-02 20:47:09 +0100
commit5bffd9883de02807817838cd840a5293b6b908ac (patch)
tree949804ccc3e124f33c7f34f244cf7ffad36ce373 /phpBB/styles
parentfa06b779ad7c80d76274ee080db494e9d767ae26 (diff)
downloadforums-5bffd9883de02807817838cd840a5293b6b908ac.tar
forums-5bffd9883de02807817838cd840a5293b6b908ac.tar.gz
forums-5bffd9883de02807817838cd840a5293b6b908ac.tar.bz2
forums-5bffd9883de02807817838cd840a5293b6b908ac.tar.xz
forums-5bffd9883de02807817838cd840a5293b6b908ac.zip
[feature/attach-dl] Added links to the templates
PHPBB3-11042
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_body.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index cfbf0969d9..d27d653907 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -45,6 +45,10 @@
</div>
<!-- ENDIF -->
+ <!-- IF S_HAS_ATTACHMENTS -->
+ <span>[ <a href="{U_DL_ALL_LINK}">{L_DOWNLOAD_ALL_ATTACH}</a> ]</span>
+ <!-- ENDIF -->
+
<!-- IF .pagination or TOTAL_POSTS -->
<div class="pagination">
<!-- IF U_VIEW_UNREAD_POST and not S_IS_BOT --><a href="{U_VIEW_UNREAD_POST}">{L_VIEW_UNREAD_POST}</a> &bull; <!-- ENDIF -->{TOTAL_POSTS} &bull;
@@ -157,7 +161,7 @@
<!-- IF postrow.S_HAS_ATTACHMENTS -->
<dl class="attachbox">
- <dt>{L_ATTACHMENTS}</dt>
+ <dt>{L_ATTACHMENTS}<!-- IF postrow.S_MULTIPLE_ATTACH --> [ <a href="{postrow.U_DL_ALL_LINK}">{L_DOWNLOAD_ALL}</a> ]<!-- ENDIF --></dt>
<!-- BEGIN attachment -->
<dd>{postrow.attachment.DISPLAY_ATTACHMENT}</dd>
<!-- END attachment -->