friendica/view/conversation.tpl
2011-11-24 16:42:12 -08:00

12 lines
270 B
Smarty

{{ 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 }}