]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook-blue/mail_list.tpl
Merge branch 'master' of https://github.com/friendica/friendica
[friendica.git] / view / theme / diabook-blue / mail_list.tpl
1 <div class="mail-list-wrapper">
2         <span class="mail-subject {{if $seen}}seen{{else}}unseen{{endif}}"><a href="message/$id" class="mail-link">$subject</a></span>
3         <span class="mail-from">$from_name</span>
4         <span class="mail-date">$date</span>
5         <span class="mail-count">$count</span>
6         
7         <a href="message/dropconv/$id" onclick="return confirmDelete();"  title="$delete" class="mail-delete icon s22 delete"></a>
8 </div>