]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/diabook/wallwall_item.tpl
don't allow non-existent themes as choices
[friendica.git] / view / theme / diabook / wallwall_item.tpl
index 3b103745bb757db445a51385df53abbe2c623011..bee75ad99a236b4063b2a902241c5bb93b9f913d 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">
                        
                        
                                <a href="#" id="tagger-$item.id" onclick="itemTag($item.id); return false;" class="tag-item icon tagged" title="$item.star.tagger"></a>
                        {{ endif }}     
                        
+                       {{ if $item.filer }}
+                       <a href="#" id="filer-$item.id" onclick="itemFiler($item.id); return false;" class="filer-item icon file-as" title="$item.star.filer"></a>
+                       {{ endif }}     
+                       
                        {{ if $item.plink }}<a class="icon link" title="$item.plink.title" href="$item.plink.href">$item.plink.title</a>{{ endif }}
                        
                                        
@@ -88,7 +92,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