streams/view/tpl/threaded_conversation.tpl
2013-01-06 15:57:11 -07:00

15 lines
562 B
Smarty

{{ for $threads as $thread }}
{{ for $thread.items as $thread_item }}
{{ inc $thread_item.template with $item=$thread_item }}{{ endinc }}
{{ endfor }}
{{ 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 }}