diff options
Diffstat (limited to 'view/tpl/wall_thread.tpl')
-rw-r--r-- | view/tpl/wall_thread.tpl | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/view/tpl/wall_thread.tpl b/view/tpl/wall_thread.tpl index 600f755b1..6f7ced7fe 100644 --- a/view/tpl/wall_thread.tpl +++ b/view/tpl/wall_thread.tpl @@ -73,18 +73,20 @@ </div> {{ if $item.drop.dropping }}<input type="checkbox" onclick="checkboxhighlight(this);" title="$item.drop.select" class="item-select" name="itemselected[]" value="$item.id" />{{ endif }} <div class="wall-item-delete-end"></div> + </div> + </div> + <div class="wall-item-wrapper-end"></div> + <div class="wall-item-like $item.indent" id="wall-item-like-$item.id">$item.like</div> + <div class="wall-item-dislike $item.indent" id="wall-item-dislike-$item.id">$item.dislike</div> + {{ if $item.threaded }} {{ if $item.comment }} - <div class="wall-item-comment-wrapper" > + <div class="wall-item-comment-wrapper$item.indent" > $item.comment </div> {{ endif }} {{ endif }} - </div> - </div> - <div class="wall-item-wrapper-end"></div> - <div class="wall-item-like $item.indent" id="wall-item-like-$item.id">$item.like</div> - <div class="wall-item-dislike $item.indent" id="wall-item-dislike-$item.id">$item.dislike</div> + <div class="wall-item-outside-wrapper-end$item.indent" ></div> </div> {{ for $item.children as $item }} @@ -98,3 +100,4 @@ {{ endif }} </div> {{if $item.comment_lastcollapsed}}</div>{{endif}} + |