mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 13:32:16 +09:00
Fix #1282 display attachment list in message
This commit is contained in:
parent
c35d739443
commit
22cb4c552a
8 changed files with 73 additions and 24 deletions
|
|
@ -5,6 +5,13 @@
|
|||
</div>
|
||||
<div class="co">
|
||||
<div class="xe_content">{$message->content|noescape}</div>
|
||||
<!--@if(count($message_files))-->
|
||||
<ul class="attachments">
|
||||
<!--@foreach($message_files as $file)-->
|
||||
<li><a href="{getUrl('')}{$file->download_url}">{$file->source_filename}</a> <span class="file_size">({FileHandler::filesize($file->file_size)})</li>
|
||||
<!--@endforeach-->
|
||||
</ul>
|
||||
<!--@endif-->
|
||||
</div>
|
||||
<div class="bna">
|
||||
<span class="fl"><a href="{getUrl('message_srl', '')}" class="bn white">{$lang->cmd_list}</a></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue