Friendica Communications Platform
(please note that this is a clone of the repository at github, issues are handled there)
https://friendi.ca
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<div id="mail-display-subject">
|
|
<span class="{{if $thread_seen}}seen{{else}}unseen{{endif}}">$thread_subject</span>
|
|
<a href="message/dropconv/$thread_id" onclick="return confirmDelete();" title="$delete" class="mail-delete icon s22 delete"></a>
|
|
</div>
|
|
|
|
{{ for $mails as $mail }}
|
|
<div id="tread-wrapper-$mail_item.id" class="tread-wrapper">
|
|
{{ inc mail_conv.tpl }}{{endinc}}
|
|
</div>
|
|
{{ endfor }}
|
|
|
|
{{ inc prv_message.tpl }}{{ endinc }}
|