mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
20 lines
588 B
Smarty
Executable file
20 lines
588 B
Smarty
Executable file
<div class="generic-content-wrapper">
|
|
<div class="section-title-wrapper">
|
|
{{if $mailbox == 'combined'}}
|
|
<a class="btn btn-xs btn-danger pull-right" href="mail/{{$mailbox}}/dropconv/{{$thread_id}}" onclick="return confirmDelete();"><i class="icon-trash"></i> {{$delete}}</a>
|
|
{{/if}}
|
|
<h2>{{$prvmsg_header}}</h2>
|
|
<div class="clear"></div>
|
|
</div>
|
|
<div class="section-content-wrapper">
|
|
{{foreach $mails as $mail}}
|
|
{{include file="mail_conv.tpl"}}
|
|
{{/foreach}}
|
|
|
|
{{if $canreply}}
|
|
{{include file="prv_message.tpl"}}
|
|
{{else}}
|
|
{{$unknown_text}}
|
|
{{/if}}
|
|
</div>
|
|
</div>
|