]> git.mxchange.org Git - friendica.git/commitdiff
[frio] Enable Like Rotator on posts
authorHypolite Petovan <ben.lort@gmail.com>
Sat, 24 Sep 2016 17:04:35 +0000 (13:04 -0400)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 22 Nov 2016 15:31:01 +0000 (16:31 +0100)
- Move rotator from hidden block to post header

view/theme/frio/templates/wall_thread.tpl

index f58d4425f5864905bcc57f79db0ed69e38675da4..e71dc7b84c336fb3b2d3dcb7ee1216614449f40e 100644 (file)
@@ -61,7 +61,6 @@ as the value of $top_child_total (this is done at the end of this file)
        <span class="icon s22 star {{$item.isstarred}}" id="starred-{{$item.id}}" title="{{$item.star.starred}}">{{$item.star.starred}}</span>
        {{/if}}
        {{if $item.lock}}<span class="navicon lock fakelink" onclick="lockview(event,{{$item.id}});" title="{{$item.lock}}"></span><span class="fa fa-lock"></span>{{/if}}
-       <img id="like-rotator-{{$item.id}}" class="like-rotator" src="images/rotator.gif" alt="{{$item.wait}}" title="{{$item.wait}}" style="display: none;" />
 </div>
 <!-- ./TODO => Unknow block -->
 
@@ -193,6 +192,7 @@ as the value of $top_child_total (this is done at the end of this file)
                        <div class="additional-info text-muted">
                                <div id="wall-item-ago-{{$item.id}}" class="wall-item-ago">
                                        <small><a href="{{$item.plink.orig}}"><span class="time" title="{{$item.localtime}}" data-toggle="tooltip"><time class="dt-published" datetime="{{$item.localtime}}">{{$item.ago}}</time></span></a></small>
+                                       <img id="like-rotator-{{$item.id}}" class="like-rotator" src="images/rotator.gif" alt="{{$item.wait}}" title="{{$item.wait}}" style="display: none;" />
                                </div>
 
                                {{if $item.location}}