aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro/mail_list.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-08-09 19:09:55 -0700
committerfriendica <info@friendica.com>2012-08-09 19:09:55 -0700
commitf2a7fcf8220ef497c8f39f0c9ec3175757f53128 (patch)
tree5341c592ee54f231bb5268537ce345e831f50cb8 /view/theme/quattro/mail_list.tpl
parent0292d46e5de06529012ebb14ce934fb476d595d0 (diff)
downloadvolse-hubzilla-f2a7fcf8220ef497c8f39f0c9ec3175757f53128.tar.gz
volse-hubzilla-f2a7fcf8220ef497c8f39f0c9ec3175757f53128.tar.bz2
volse-hubzilla-f2a7fcf8220ef497c8f39f0c9ec3175757f53128.zip
more theme modularisation and css/js management
Diffstat (limited to 'view/theme/quattro/mail_list.tpl')
-rw-r--r--view/theme/quattro/mail_list.tpl8
1 files changed, 0 insertions, 8 deletions
diff --git a/view/theme/quattro/mail_list.tpl b/view/theme/quattro/mail_list.tpl
deleted file mode 100644
index 6bc6c84f6..000000000
--- a/view/theme/quattro/mail_list.tpl
+++ /dev/null
@@ -1,8 +0,0 @@
-<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>