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

{{ if $dropping }}
<div id="item-delete-selected" class="fakelink" onclick="deleteCheckedItems();">
	<div id="item-delete-selected-icon" class="icon drophide" title="$dropping" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></div>
	<div id="item-delete-selected-desc" >$dropping</div>
</div>
<div id="item-delete-selected-end"></div>
{{ endif }}