]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/diabook/wallwall_item.tpl
Merge remote branch 'upstream/master'
[friendica.git] / view / theme / diabook / wallwall_item.tpl
index 3b103745bb757db445a51385df53abbe2c623011..c5b6b36b54f82cc8d57ffb44cea8161500d93952 100644 (file)
@@ -1,6 +1,5 @@
 {{ if $item.indent }}{{ else }}
 <div class="wall-item-decor">
-       {{ if $item.lock }}<span class="icon lock fakelink" onclick="lockview(event,$item.id);" title="$item.lock">$item.lock</span>{{ endif }} 
        <img id="like-rotator-$item.id" class="like-rotator" src="images/rotator.gif" alt="$item.wait" title="$item.wait" style="display: none;" />
 </div>
 {{ endif }}
@@ -52,6 +51,7 @@
 
                </div>
                <div class="wall-item-actions">
+
                        <div class="wall-item-actions-social">
                        
                        
@@ -88,7 +88,6 @@
                                {{ endif }}
                        </div>
                        <div class="wall-item-location">$item.location&nbsp;</div>
-
                </div>
        </div>
        <div class="wall-item-bottom">
 
 <div class="wall-item-comment-wrapper" >
        $item.comment
-</div>
+</div>
\ No newline at end of file