aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/threaded_conversation.tpl
blob: 0f949265c24aa1c889c1ee66ff1eabf24fba7d76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{ for $threads as $thread }}
{{ for $thread.items as $thread_item }} 
{{ inc $thread_item.template with $item=$thread_item }}{{ endinc }}
{{ endfor }}
{{ endfor }}

<div id="conversation-end"></div>

{{ 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 }}