aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/testbubble/conversation.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-07-09 22:48:51 -0700
committerfriendica <info@friendica.com>2012-07-09 22:48:51 -0700
commit5355193b6342910ec69ec172846027ac9353d2b3 (patch)
tree9ebe1cfea820b8ce73756f78cd6b2361a349bb4f /view/theme/testbubble/conversation.tpl
parent4b066e04f619c2c6f8d383daee9ceab49f39acdc (diff)
downloadvolse-hubzilla-5355193b6342910ec69ec172846027ac9353d2b3.tar.gz
volse-hubzilla-5355193b6342910ec69ec172846027ac9353d2b3.tar.bz2
volse-hubzilla-5355193b6342910ec69ec172846027ac9353d2b3.zip
theme cleanup
Diffstat (limited to 'view/theme/testbubble/conversation.tpl')
-rw-r--r--view/theme/testbubble/conversation.tpl27
1 files changed, 0 insertions, 27 deletions
diff --git a/view/theme/testbubble/conversation.tpl b/view/theme/testbubble/conversation.tpl
deleted file mode 100644
index fccd9a8bb..000000000
--- a/view/theme/testbubble/conversation.tpl
+++ /dev/null
@@ -1,27 +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 }}
-
-<div id="conversation-end"></div>
-
-{{ if $dropping }}
-<div id="item-delete-selected" class="fakelink" onclick="deleteCheckedItems();">
- <div id="item-delete-selected-icon" class="icon drophide" title="$dropping" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></div>
- <div id="item-delete-selected-desc" >$dropping</div>
-</div>
-<div id="item-delete-selected-end"></div>
-{{ endif }}