friendica/view/theme/diabook/smarty3/mail_display.tpl

18 lines
554 B
Smarty
Raw Normal View History

{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
2013-01-11 18:00:10 +01:00
*}}
<div id="mail-display-subject">
2012-12-22 20:57:29 +01:00
<span class="{{if $thread_seen}}seen{{else}}unseen{{/if}}">{{$thread_subject}}</span>
<a href="message/dropconv/{{$thread_id}}" onclick="return confirmDelete();" title="{{$delete}}" class="mail-delete icon s22 delete"></a>
</div>
2013-01-12 13:58:54 +01:00
{{foreach $mails as $mail}}
2012-12-22 20:57:29 +01:00
<div id="tread-wrapper-{{$mail_item.id}}" class="tread-wrapper">
2013-01-12 13:58:54 +01:00
{{include file="mail_conv.tpl"}}
2012-12-22 20:57:29 +01:00
</div>
{{/foreach}}
{{include file="prv_message.tpl"}}