friendica/view/conversation.tpl

12 wiersze
235 B
Smarty
Czysty Zwykły widok Historia

2011-10-03 07:38:58 +00:00
{{ for $threads as $thread }}
<div class="tread-wrapper">
2011-10-03 07:38:58 +00:00
$thread
</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 }}