diff options
author | Friendika <info@friendika.com> | 2011-10-03 05:17:00 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-03 05:17:00 -0700 |
commit | e4b4c1e9f8cc00c7cf6dfbffe3c1400cc1e3340f (patch) | |
tree | b7f6c22d7924990cb698acc24273e2283d154eab /view/conversation.tpl | |
parent | 8edab8067390a5f565f6abb889ec8dd1b18583d4 (diff) | |
parent | 209958a58434ba7740f762ed2026e04254edbf9c (diff) | |
download | volse-hubzilla-e4b4c1e9f8cc00c7cf6dfbffe3c1400cc1e3340f.tar.gz volse-hubzilla-e4b4c1e9f8cc00c7cf6dfbffe3c1400cc1e3340f.tar.bz2 volse-hubzilla-e4b4c1e9f8cc00c7cf6dfbffe3c1400cc1e3340f.zip |
Merge pull request #15 from fabrixxm/master
some work on quattro theme and a little fix to JS
Diffstat (limited to 'view/conversation.tpl')
-rw-r--r-- | view/conversation.tpl | 5 |
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> |