aboutsummaryrefslogtreecommitdiffstats
path: root/view/conversation.tpl
blob: 86445aab8e2d41aedfcccda75bce8b22ed8eea56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{{ for $threads as $thread }}
<div class="tread-wrapper">
	$thread
</div>
{{ endfor }}

{{ if $dropping }}
<a href="#" onclick="deleteCheckedItems();return false;">
	<span class="icon s22 delete text">$dropping</span>
</a>
{{ endif }}