aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro/mail_display.tpl
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2012-03-28 15:34:02 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2012-03-28 15:34:02 +0200
commit011a96d960e8d8c9624e17c37afa49c97d55c0c6 (patch)
treee55bf4f12fbad5871d89ecd50835ba8ae8031224 /view/theme/quattro/mail_display.tpl
parent50711040cbf3686f427e5ad8d0582674ef45a12b (diff)
downloadvolse-hubzilla-011a96d960e8d8c9624e17c37afa49c97d55c0c6.tar.gz
volse-hubzilla-011a96d960e8d8c9624e17c37afa49c97d55c0c6.tar.bz2
volse-hubzilla-011a96d960e8d8c9624e17c37afa49c97d55c0c6.zip
quattro: style pm pages
Diffstat (limited to 'view/theme/quattro/mail_display.tpl')
-rw-r--r--view/theme/quattro/mail_display.tpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/view/theme/quattro/mail_display.tpl b/view/theme/quattro/mail_display.tpl
new file mode 100644
index 000000000..8b82e95c6
--- /dev/null
+++ b/view/theme/quattro/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 }}