summaryrefslogtreecommitdiff
path: root/templates/list_comment_files_inc.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/list_comment_files_inc.tpl')
-rwxr-xr-xtemplates/list_comment_files_inc.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list_comment_files_inc.tpl b/templates/list_comment_files_inc.tpl
index b397b82..44298ea 100755
--- a/templates/list_comment_files_inc.tpl
+++ b/templates/list_comment_files_inc.tpl
@@ -6,7 +6,7 @@
<p>
<div class="attachments">
{foreach from=$storageHash item=item key=id}
- <a class="btn btn-default" href="{$item.download_url}">{booticon iname="fa-cloud-arrow-down"} {$item.file_name|default:"File `$id`"|escape} <small>({$item.file_size|display_bytes})</small></a> <small>{jspopup notra=1 href="`$item.display_url`&popup=y" title="Details..."}</small>
+ <a class="btn btn-default" href="{$item.download_url}">{biticon ipackage="icons" iname="network-receive"} {$item.file_name|default:"File `$id`"|escape} <small>({$item.file_size|display_bytes})</small></a> <small>{jspopup notra=1 href="`$item.display_url`&popup=y" title="Details..."}</small>
{/foreach}
</div>
</p>