]> 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)
committerHypolite Petovan <ben.lort@gmail.com>
Sat, 24 Sep 2016 17:04:35 +0000 (13:04 -0400)
- Move rotator from hidden block to post header

view/theme/frio/templates/wall_thread.tpl

index 1b7ce13ab2b51190fc8a4f194bda86001c87f1ad..2e05cf7523c87469a29f4a75cfcc21f1391fa46c 100644 (file)
@@ -59,7 +59,6 @@ as the value of $top_child_total (this is done at the end of this file)
 <div class="wall-item-decor" style="display:none;">
        <span class="icon s22 star {{$item.isstarred}}" id="starred-{{$item.id}}" title="{{$item.star.starred}}">{{$item.star.starred}}</span>
        {{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 -->
 
@@ -191,6 +190,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}}