aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro/mail_display.tpl
blob: 8b82e95c6041df4a060d308a7ae9b54a3aad0eca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<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.id" class="tread-wrapper">
		{{ inc mail_conv.tpl }}{{endinc}}
	</div>
{{ endfor }}

{{ inc prv_message.tpl }}{{ endinc }}