]> git.mxchange.org Git - friendica.git/blobdiff - view/conversation.tpl
change to hover function
[friendica.git] / view / conversation.tpl
index 339302638abce536720cc8d1c56f02128e06c411..7d4e7d2621e04227abaf0b42a0c9ccced9d50473 100644 (file)
@@ -1,5 +1,11 @@
-{{ for $treads as $tread }}
-<div class="tread-wrapper">
-       $tread
+{{ for $threads as $thread }}
+<div id="tread-wrapper-$thread.id" class="tread-wrapper">
+       $thread.html
 </div>
 {{ endfor }}
+
+{{ if $dropping }}
+<a href="#" onclick="deleteCheckedItems();return false;">
+       <span class="icon s22 delete text">$dropping</span>
+</a>
+{{ endif }}