aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/threaded_conversation.tpl
blob: 8ece65f7a0af2262c92ba20dc5161db4d7e7dc05 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{{*
 *	AUTOMATICALLY GENERATED TEMPLATE
 *	DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
 *
 *}}{{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}}