aboutsummaryrefslogtreecommitdiffstats
path: root/view/conversation.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/conversation.tpl')
-rw-r--r--view/conversation.tpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/view/conversation.tpl b/view/conversation.tpl
index e509ddb22..446814959 100644
--- a/view/conversation.tpl
+++ b/view/conversation.tpl
@@ -1,8 +1,9 @@
-{{ for $treads as $tread }}
+{{ for $threads as $thread }}
<div class="tread-wrapper">
- $tread
+ $thread
</div>
{{ endfor }}
+
{{ 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>