]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/threaded_conversation.tpl
newline at end of header
[friendica.git] / view / theme / quattro / threaded_conversation.tpl
index 7eadf7e9f42c59ad59082b8f963f7304d462da7b..82e071134e677197cca584a11ef0ffd8d62c2269 100644 (file)
@@ -1,14 +1,14 @@
 $live_update
 
-{{ for $threads as $item }}
+{{ for $threads as $thread }}
 
-<div id="tread-wrapper-$item.id" class="tread-wrapper {{ if $item.threaded }}threaded{{ endif }}  $item.toplevel">
+<div id="tread-wrapper-$thread.id" class="tread-wrapper {{ if $thread.threaded }}threaded{{ endif }}  $thread.toplevel">
        
        
-               {{ if $item.type == tag }}
-                       {{ inc wall_item_tag.tpl }}{{ endinc }}
+               {{ if $thread.type == tag }}
+                       {{ inc wall_item_tag.tpl with $item=$thread }}{{ endinc }}
                {{ else }}
-                       {{ inc $item.template }}{{ endinc }}
+                       {{ inc $thread.template with $item=$thread }}{{ endinc }}
                {{ endif }}
                
 </div>
@@ -17,9 +17,10 @@ $live_update
 <div id="conversation-end"></div>
 
 {{ if $dropping }}
-<a href="#" onclick="deleteCheckedItems();return false;">
+<a id="item-delete-selected" href="#" onclick="deleteCheckedItems();return false;">
        <span class="icon s22 delete text">$dropping</span>
 </a>
+<img id="item-delete-selected-rotator" class="like-rotator" src="images/rotator.gif" style="display: none;" />
 {{ endif }}
 
 <script>