diff options
author | Thomas Willingham <founder@kakste.com> | 2013-05-27 19:40:14 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-05-27 19:40:14 +0100 |
commit | b7270cad2b57a5aa6ff0a4d20ae26a9bbc705893 (patch) | |
tree | e011b92df6cb1dacdeeeab3976b568b83bb29705 /view/tpl | |
parent | df32c93d562f0dfcc28ebf36723ef07dab630b90 (diff) | |
download | volse-hubzilla-b7270cad2b57a5aa6ff0a4d20ae26a9bbc705893.tar.gz volse-hubzilla-b7270cad2b57a5aa6ff0a4d20ae26a9bbc705893.tar.bz2 volse-hubzilla-b7270cad2b57a5aa6ff0a4d20ae26a9bbc705893.zip |
Prevent showmore covering up the end of posts, plus put likes back where they were pre-threaded comments.
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/conv_item.tpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 91a4bd35d..e4178eb39 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -97,11 +97,13 @@ </div> {{if $item.drop.pagedrop}}<input type="checkbox" onclick="checkboxhighlight(this);" title="{{$item.drop.select}}" class="item-select" name="itemselected[]" value="{{$item.id}}" />{{/if}} <div class="wall-item-delete-end"></div> + <div class="wall-item-like {{$item.indent}}" id="wall-item-like-{{$item.id}}">{{$item.showlike}}</div> + <div class="wall-item-dislike {{$item.indent}}" id="wall-item-dislike-{{$item.id}}">{{$item.showdislike}}</div> + </div> </div> + <div class="wall-item-wrapper-end"></div> - <div class="wall-item-like {{$item.indent}}" id="wall-item-like-{{$item.id}}">{{$item.showlike}}</div> - <div class="wall-item-dislike {{$item.indent}}" id="wall-item-dislike-{{$item.id}}">{{$item.showdislike}}</div> <div class="wall-item-outside-wrapper-end {{$item.indent}}" ></div> </div> |