friendica-github/view/theme/frost-mobile/smarty3/threaded_conversation.tpl

21 lines
630 B
Smarty
Raw Normal View History

{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
2013-01-11 10:00:10 -07:00
*}}
{{$live_update}}
2012-12-22 12:57:29 -07:00
{{foreach $threads as $thread}}
{{include file="{{$thread.template}}" item=$thread}}
2012-12-22 12:57:29 -07:00
{{/foreach}}
<div id="conversation-end"></div>
2013-02-10 10:21:52 -07:00
{{*<!--{{if $dropping}}
2012-12-22 12:57:29 -07:00
<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>
2013-02-10 10:21:52 -07:00
{{/if}}-->*}}