]> git.mxchange.org Git - friendica.git/commitdiff
fix bug #540 for quattro themes
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 29 May 2013 08:44:09 +0000 (10:44 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 29 May 2013 08:44:09 +0000 (10:44 +0200)
view/theme/quattro/templates/wall_thread.tpl

index 805ddfaaa9ca06c1e769bda8d334f09cd85f47c0..f4149949ef87a1c27b2d2a67ab371fc500be07f9 100644 (file)
                                {{if $item.vote.dislike}}
                                <a href="#" id="dislike-{{$item.id}}" title="{{$item.vote.dislike.0}}" onclick="dolike({{$item.id}},'dislike'); return false">{{$item.vote.dislike.1}}</a>
                                {{/if}}
+                           {{if $item.vote.share}}
+                                   <a href="#" id="share-{{$item.id}}" title="{{$item.vote.share.0}}" onclick="jotShare({{$item.id}}); return false">{{$item.vote.share.1}}</a>
+                           {{/if}}                     
                        {{/if}}
                                                
-                       {{if $item.vote.share}}
-                               <a href="#" id="share-{{$item.id}}" title="{{$item.vote.share.0}}" onclick="jotShare({{$item.id}}); return false">{{$item.vote.share.1}}</a>
-                       {{/if}}                 
                        </div>
                        
                        <div class="wall-item-actions-tools">