aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-aerith/mail_display.tpl
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-04-22 01:17:13 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-04-22 01:17:13 -0400
commitf99d9e4d7f89ed0edb03ff07bad7c087154fc6ad (patch)
tree880edf811fbdd2c58ddc4748d95e9244c202fd9e /view/theme/diabook-aerith/mail_display.tpl
parent2d129e7455b6b083809a03df97f299db732d79f6 (diff)
parentd340b80094cbaf33f3989422240be929741b0ff8 (diff)
downloadvolse-hubzilla-f99d9e4d7f89ed0edb03ff07bad7c087154fc6ad.tar.gz
volse-hubzilla-f99d9e4d7f89ed0edb03ff07bad7c087154fc6ad.tar.bz2
volse-hubzilla-f99d9e4d7f89ed0edb03ff07bad7c087154fc6ad.zip
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master: rev update diabook-themes: deleted obsolete diabook-folder & minor bug-fixes * master:
Diffstat (limited to 'view/theme/diabook-aerith/mail_display.tpl')
-rw-r--r--view/theme/diabook-aerith/mail_display.tpl12
1 files changed, 0 insertions, 12 deletions
diff --git a/view/theme/diabook-aerith/mail_display.tpl b/view/theme/diabook-aerith/mail_display.tpl
deleted file mode 100644
index 8b82e95c6..000000000
--- a/view/theme/diabook-aerith/mail_display.tpl
+++ /dev/null
@@ -1,12 +0,0 @@
-<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 }}