2017-08-28 14:29:11 +02:00
|
|
|
|
|
|
|
<div class="wall-item-actions" id="wall-item-like-buttons-{{$id}}">
|
2018-08-18 23:47:04 +02:00
|
|
|
<button type="button" class="btn-link button-likes" id="like-{{$id}}" title="{{$likethis}}" onclick="dolike({{$id}},'like'); return false;" data-toggle="button">
|
|
|
|
<i class="faded-icon page-action fa fa-thumbs-up" aria-hidden="true"></i>
|
|
|
|
</button>
|
2020-02-20 04:20:26 +01:00
|
|
|
{{if $dislike}}
|
2018-08-18 23:47:04 +02:00
|
|
|
<span class="icon-padding"> </span>
|
2020-02-20 04:20:26 +01:00
|
|
|
<button type="button" class="btn-link button-likes" id="dislike-{{$id}}" title="{{$dislike}}" onclick="dolike({{$id}},'dislike'); return false;" data-toggle="button">
|
2018-08-18 23:47:04 +02:00
|
|
|
<i class="faded-icon page-action fa fa-thumbs-down" aria-hidden="true"></i>
|
|
|
|
</button>
|
2017-08-28 14:29:11 +02:00
|
|
|
{{/if}}
|
2018-12-14 04:28:12 +01:00
|
|
|
<img id="like-rotator-{{$id}}" class="like-rotator" src="images/rotator.gif" alt="{{$wait}}" title="{{$wait}}" style="display: none;" />
|
2017-08-28 14:29:11 +02:00
|
|
|
</div>
|