streams/view/tpl/threaded_conversation.tpl

16 lines
562 B
Smarty
Raw Normal View History

2013-01-06 21:42:51 +00:00
{{ for $threads as $thread }}
{{ for $thread.items as $thread_item }}
{{ inc $thread_item.template with $item=$thread_item }}{{ endinc }}
{{ endfor }}
2013-01-06 12:07:10 +00:00
{{ 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 }}