diff options
author | friendica <info@friendica.com> | 2012-08-09 19:09:55 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-09 19:09:55 -0700 |
commit | f2a7fcf8220ef497c8f39f0c9ec3175757f53128 (patch) | |
tree | 5341c592ee54f231bb5268537ce345e831f50cb8 /view/theme/quattro/mail_list.tpl | |
parent | 0292d46e5de06529012ebb14ce934fb476d595d0 (diff) | |
download | volse-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.tpl | 8 |
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> |