diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-16 09:31:29 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-16 09:31:29 +0100 |
| commit | aa17306c2111503cfb61eb6d2c31dd4361abfbdb (patch) | |
| tree | 14f76b1152d76be02d0eef2bf023e23a06a582eb | |
| parent | 78da8ad1155f2a51e7ed8588a38aaa1158ba1b58 (diff) | |
| download | liberty-aa17306c2111503cfb61eb6d2c31dd4361abfbdb.tar.gz liberty-aa17306c2111503cfb61eb6d2c31dd4361abfbdb.tar.bz2 liberty-aa17306c2111503cfb61eb6d2c31dd4361abfbdb.zip | |
Replace network-receive with go-down for file download icon
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rwxr-xr-x | templates/list_comment_files_inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list_comment_files_inc.tpl b/templates/list_comment_files_inc.tpl index 44298ea..555754f 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}">{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> + <a class="btn btn-default" href="{$item.download_url}">{biticon ipackage="icons" iname="go-down" iexplain="Download"} {$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> |
