aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/conv_item.tpl
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2014-05-21 06:44:53 +1000
committerRedMatrix <info@friendica.com>2014-05-21 06:44:53 +1000
commit8333f9fe20b6190e48a9d802baaf41d2926545ed (patch)
tree76299b17394d36f546d0533c9fe889a2e920d9a2 /view/tpl/conv_item.tpl
parent6d01707a724504a34b8e84e87c6601a046de9739 (diff)
parent1aa7f3136f336a66220aae28f1404e2e2a4ecd39 (diff)
downloadvolse-hubzilla-8333f9fe20b6190e48a9d802baaf41d2926545ed.tar.gz
volse-hubzilla-8333f9fe20b6190e48a9d802baaf41d2926545ed.tar.bz2
volse-hubzilla-8333f9fe20b6190e48a9d802baaf41d2926545ed.zip
Merge pull request #463 from git-marijus/master
some work on comment_item.tpl
Diffstat (limited to 'view/tpl/conv_item.tpl')
-rwxr-xr-xview/tpl/conv_item.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl
index ee10b6633..fe54ac377 100755
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.tpl
@@ -174,9 +174,11 @@
{{/foreach}}
{{/if}}
{{if $item.comment}}
- <div class="wall-item-comment-wrapper" >
+ <div class="wall-item-comment-wrapper{{if $item.children}} wall-item-comment-wrapper-wc{{/if}}" >
{{$item.comment}}
</div>
+ <div id="comment-edit-preview-{{$item.id}}" class="comment-edit-preview"></div>
+ <div class="clear"></div>
{{/if}}
</div>
{{if $item.comment_lastcollapsed}}