aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-aerith/mail_list.tpl
diff options
context:
space:
mode:
authortomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net>2012-04-01 09:13:35 -0700
committertomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net>2012-04-01 09:13:35 -0700
commit31d04d685e2b782e7fe2c82a831a454ffeab4a5c (patch)
tree4ea0618540e317551cba83994a4ccb9a2149285a /view/theme/diabook-aerith/mail_list.tpl
parent6c302e78da72921858d4eef1e4c91542e090ddff (diff)
parentf075e977fe60b5ce4544ceb0ea8bfcf2f108c31f (diff)
downloadvolse-hubzilla-31d04d685e2b782e7fe2c82a831a454ffeab4a5c.tar.gz
volse-hubzilla-31d04d685e2b782e7fe2c82a831a454ffeab4a5c.tar.bz2
volse-hubzilla-31d04d685e2b782e7fe2c82a831a454ffeab4a5c.zip
Merge pull request #197 from tomtom84/master
fixes in diabook-derivates
Diffstat (limited to 'view/theme/diabook-aerith/mail_list.tpl')
-rw-r--r--view/theme/diabook-aerith/mail_list.tpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/diabook-aerith/mail_list.tpl b/view/theme/diabook-aerith/mail_list.tpl
new file mode 100644
index 000000000..6bc6c84f6
--- /dev/null
+++ b/view/theme/diabook-aerith/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>