aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-aerith/mail_list.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-01 15:44:27 -0700
committerfriendica <info@friendica.com>2012-04-01 15:44:27 -0700
commit2589feef70cdc7d98f61a25035be82713ff93725 (patch)
tree4ca5c8b9f42079a557cebb93d4074695e89b19bd /view/theme/diabook-aerith/mail_list.tpl
parent00bbb9ad362539cc945254eb66af33e2e470440b (diff)
parent408de09f725cfee6d5eeac5491222f74ee539b3c (diff)
downloadvolse-hubzilla-2589feef70cdc7d98f61a25035be82713ff93725.tar.gz
volse-hubzilla-2589feef70cdc7d98f61a25035be82713ff93725.tar.bz2
volse-hubzilla-2589feef70cdc7d98f61a25035be82713ff93725.zip
Merge branch 'pull'
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>