aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/diabook-red/mail_list.tpl
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-04-20 01:44:20 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-04-20 01:44:21 +0200
commitf5f1956e8b855ab5aeab531fc44a1a773427bf64 (patch)
treeec970c671a945a6f64543b62ebdd37647abc89d6 /view/theme/diabook/diabook-red/mail_list.tpl
parent4a292e41378df8a89a809a2e1472727ca7b4b5c0 (diff)
downloadvolse-hubzilla-f5f1956e8b855ab5aeab531fc44a1a773427bf64.tar.gz
volse-hubzilla-f5f1956e8b855ab5aeab531fc44a1a773427bf64.tar.bz2
volse-hubzilla-f5f1956e8b855ab5aeab531fc44a1a773427bf64.zip
diabook-themes: theme-settings: add "colour scheme"-option, add diabook-pink and some bug/css-fixes
Diffstat (limited to 'view/theme/diabook/diabook-red/mail_list.tpl')
-rw-r--r--view/theme/diabook/diabook-red/mail_list.tpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/diabook/diabook-red/mail_list.tpl b/view/theme/diabook/diabook-red/mail_list.tpl
new file mode 100644
index 000000000..6bc6c84f6
--- /dev/null
+++ b/view/theme/diabook/diabook-red/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>