Tobias Diekershoff
9a5e6138b6
The Fishfinger theme is derived from the Quattro theme. This must be available in the Friendica themes directory. Creation date around the 2012, at a time when "vier" was either not there or just in the beginning
14 lines
559 B
Smarty
14 lines
559 B
Smarty
{{*
|
|
* AUTOMATICALLY GENERATED TEMPLATE
|
|
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
|
|
*
|
|
*}}
|
|
<div class="mail-list-wrapper">
|
|
<span class="mail-subject {{if $seen}}seen{{else}}unseen{{/if}}"><a href="message/{{$id}}" class="mail-link">{{$subject}}</a></span>
|
|
<span class="mail-from">{{$from_name}}</span>
|
|
<span class="mail-date" title="{{$date}}">{{$ago}}</span>
|
|
<span class="mail-count">{{$count}}</span>
|
|
|
|
<a href="message/dropconv/{{$id}}" onclick="return confirmDelete();" title="{{$delete}}" class="mail-delete icon s22 delete"></a>
|
|
</div>
|