aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro/mail_list.tpl
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2012-03-28 23:47:23 -0700
committerfabrixxm <fabrix.xm@gmail.com>2012-03-28 23:47:23 -0700
commit3ee529d095ac7e83ae1e71d86cbe6d443885d54e (patch)
treea924cf0031d16f6f15b7d84d5f519ca4257042b4 /view/theme/quattro/mail_list.tpl
parent4e4f7ac79fe5f75ee5595c3a6eb7d3e445c8c6e2 (diff)
parent011a96d960e8d8c9624e17c37afa49c97d55c0c6 (diff)
downloadvolse-hubzilla-3ee529d095ac7e83ae1e71d86cbe6d443885d54e.tar.gz
volse-hubzilla-3ee529d095ac7e83ae1e71d86cbe6d443885d54e.tar.bz2
volse-hubzilla-3ee529d095ac7e83ae1e71d86cbe6d443885d54e.zip
Merge pull request #185 from fabrixxm/master
Updated private message pages
Diffstat (limited to 'view/theme/quattro/mail_list.tpl')
-rw-r--r--view/theme/quattro/mail_list.tpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/quattro/mail_list.tpl b/view/theme/quattro/mail_list.tpl
new file mode 100644
index 000000000..6bc6c84f6
--- /dev/null
+++ b/view/theme/quattro/mail_list.tpl
@@ -0,0 +1,8 @@
+<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-count">$count</span>
+
+ <a href="message/dropconv/$id" onclick="return confirmDelete();" title="$delete" class="mail-delete icon s22 delete"></a>
+</div>