12 lines
270 B
Smarty
12 lines
270 B
Smarty
{{ for $threads as $thread }}
|
|
<div id="tread-wrapper-$thread.id" class="tread-wrapper">
|
|
$thread.html
|
|
</div>
|
|
{{ endfor }}
|
|
|
|
{{ if $dropping }}
|
|
<a href="#" onclick="deleteCheckedItems();return false;">
|
|
<span class="icon s22 delete text">$dropping</span>
|
|
</a>
|
|
{{ endif }}
|