]> git.mxchange.org Git - friendica.git/blobdiff - view/conversation.tpl
show relation in contact_template
[friendica.git] / view / conversation.tpl
old mode 100644 (file)
new mode 100755 (executable)
index 3393026..7d4e7d2
@@ -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 }}