]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/smarty3/mail_display.tpl
template engine rework
[friendica.git] / view / theme / quattro / smarty3 / mail_display.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <div id="mail-display-subject">
7         <span class="{{if $thread_seen}}seen{{else}}unseen{{/if}}">{{$thread_subject}}</span>
8         <a href="message/dropconv/{{$thread_id}}" onclick="return confirmDelete();"  title="{{$delete}}" class="mail-delete icon s22 delete"></a>
9 </div>
10
11 {{foreach $mails as $mail}}
12         <div id="tread-wrapper-{{$mail_item.id}}" class="tread-wrapper">
13                 {{include file="mail_conv.tpl"}}
14         </div>
15 {{/foreach}}
16
17 {{include file="prv_message.tpl"}}