]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/smarty3/threaded_conversation.tpl
091fc8437ea3e9764e4bbd25985418e6dd8f976a
[friendica.git] / view / theme / frost-mobile / smarty3 / threaded_conversation.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}{{$live_update}}
6
7 {{foreach $threads as $thread}}
8 {{include file="{{$thread.template}}" item=$thread}}
9 {{/foreach}}
10
11 <div id="conversation-end"></div>
12
13 <!--{{if $dropping}}
14 <div id="item-delete-selected" class="fakelink" onclick="deleteCheckedItems();">
15   <div id="item-delete-selected-icon" class="icon drophide" title="{{$dropping}}" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></div>
16   <div id="item-delete-selected-desc" >{{$dropping}}</div>
17 </div>
18 <div id="item-delete-selected-end"></div>
19 {{/if}}-->