aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/threaded_conversation.tpl
blob: c20f8a3d63c0fef78b6009283238381f1f9fb536 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{foreach $threads as $thread}}
{{foreach $thread.items as $thread_item}} 
{{include file="{{$thread_item.template}}" item=$thread_item}}
{{/foreach}}
{{/foreach}}

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