friendica/view/conversation.tpl

12 lines
270 B
Smarty
Raw Normal View History

2011-10-03 09:38:58 +02:00
{{ for $threads as $thread }}
2011-11-25 01:42:12 +01:00
<div id="tread-wrapper-$thread.id" class="tread-wrapper">
$thread.html
</div>
{{ endfor }}
2011-10-03 09:38:58 +02:00
{{ if $dropping }}
<a href="#" onclick="deleteCheckedItems();return false;">
<span class="icon s22 delete text">$dropping</span>
</a>
{{ endif }}