friendica/view/conversation.tpl

12 lines
270 B
Smarty
Raw Normal View History

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