quattro: use "ago" for date information and on mouse the date stamp

This commit is contained in:
Tobias Diekershoff 2012-08-27 19:32:23 +02:00
parent 1e9d35fb0e
commit 036d5db0c0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<div class="mail-list-wrapper">
<span class="mail-subject {{if $seen}}seen{{else}}unseen{{endif}}"><a href="message/$id" class="mail-link">$subject</a></span>
<span class="mail-from">$from_name</span>
<span class="mail-date">$date</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>