aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro-green/conversation.tpl
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2012-03-26 14:48:01 +0200
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2012-03-26 14:48:01 +0200
commit37f10a6d4fd2f8f5858f3222269bd6f48031962f (patch)
tree8e4a8afc0dba6c523d1e87ce900729436a832aa9 /view/theme/quattro-green/conversation.tpl
parent8ded404aaa0d2e89457635d0b67cf9888443d55c (diff)
downloadvolse-hubzilla-37f10a6d4fd2f8f5858f3222269bd6f48031962f.tar.gz
volse-hubzilla-37f10a6d4fd2f8f5858f3222269bd6f48031962f.tar.bz2
volse-hubzilla-37f10a6d4fd2f8f5858f3222269bd6f48031962f.zip
marking quattro-green as extension of quattro and deleting the tpl files
Diffstat (limited to 'view/theme/quattro-green/conversation.tpl')
-rwxr-xr-xview/theme/quattro-green/conversation.tpl23
1 files changed, 0 insertions, 23 deletions
diff --git a/view/theme/quattro-green/conversation.tpl b/view/theme/quattro-green/conversation.tpl
deleted file mode 100755
index ff202bbe4..000000000
--- a/view/theme/quattro-green/conversation.tpl
+++ /dev/null
@@ -1,23 +0,0 @@
-{{ for $threads as $thread }}
-<div id="tread-wrapper-$thread.id" class="tread-wrapper">
- {{ for $thread.items as $item }}
- {{if $item.comment_firstcollapsed}}
- <div class="hide-comments-outer">
- <span id="hide-comments-total-$thread.id" class="hide-comments-total">$thread.num_comments</span> <span id="hide-comments-$thread.id" class="hide-comments fakelink" onclick="showHideComments($thread.id);">$thread.hide_text</span>
- </div>
- <div id="collapsed-comments-$thread.id" class="collapsed-comments" style="display: none;">
- {{endif}}
- {{if $item.comment_lastcollapsed}}</div>{{endif}}
-
- {{ inc $item.template }}{{ endinc }}
-
-
- {{ endfor }}
-</div>
-{{ endfor }}
-
-{{ if $dropping }}
-<a href="#" onclick="deleteCheckedItems();return false;">
- <span class="icon s22 delete text">$dropping</span>
-</a>
-{{ endif }}