]> git.mxchange.org Git - friendica.git/blobdiff - view/conversation.tpl
little stuff - name change, live updates, new network types
[friendica.git] / view / conversation.tpl
index 339302638abce536720cc8d1c56f02128e06c411..86445aab8e2d41aedfcccda75bce8b22ed8eea56 100644 (file)
@@ -1,5 +1,11 @@
-{{ for $treads as $tread }}
+{{ for $threads as $thread }}
 <div class="tread-wrapper">
-       $tread
+       $thread
 </div>
 {{ endfor }}
+
+{{ if $dropping }}
+<a href="#" onclick="deleteCheckedItems();return false;">
+       <span class="icon s22 delete text">$dropping</span>
+</a>
+{{ endif }}