]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/smarty3/mail_list.tpl
template engine rework
[friendica.git] / view / theme / quattro / smarty3 / mail_list.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <div class="mail-list-wrapper">
7         <span class="mail-subject {{if $seen}}seen{{else}}unseen{{/if}}"><a href="message/{{$id}}" class="mail-link">{{$subject}}</a></span>
8         <span class="mail-from">{{$from_name}}</span>
9         <span class="mail-date" title="{{$date}}">{{$ago}}</span>
10         <span class="mail-count">{{$count}}</span>
11         
12         <a href="message/dropconv/{{$id}}" onclick="return confirmDelete();"  title="{{$delete}}" class="mail-delete icon s22 delete"></a>
13 </div>