aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/diabook-red/mail_display.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_display.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_display.tpl')
-rw-r--r--view/theme/diabook/diabook-red/mail_display.tpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/view/theme/diabook/diabook-red/mail_display.tpl b/view/theme/diabook/diabook-red/mail_display.tpl
new file mode 100644
index 000000000..8b82e95c6
--- /dev/null
+++ b/view/theme/diabook/diabook-red/mail_display.tpl
@@ -0,0 +1,12 @@
+<div id="mail-display-subject">
+ <span class="{{if $thread_seen}}seen{{else}}unseen{{endif}}">$thread_subject</span>
+ <a href="message/dropconv/$thread_id" onclick="return confirmDelete();" title="$delete" class="mail-delete icon s22 delete"></a>
+</div>
+
+{{ for $mails as $mail }}
+ <div id="tread-wrapper-$mail.id" class="tread-wrapper">
+ {{ inc mail_conv.tpl }}{{endinc}}
+ </div>
+{{ endfor }}
+
+{{ inc prv_message.tpl }}{{ endinc }}