]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/testbubble/wall_item.tpl
Fixes for testbubble
[friendica.git] / view / theme / testbubble / wall_item.tpl
index b8af3685fc24bfb11cf17dc3412cd29a55f8df01..47f062affb04808a65a211745055bd2524634236 100644 (file)
 
                <div class="wall-item-tools" id="wall-item-tools-$id">
                        $vote
-                       $plink
+                       {{ if $plink }}
+                               <div class="wall-item-links-wrapper"><a href="$plink.href" title="$plink.title" target="external-link" class="icon remote-link"></a></div>
+                       {{ endif }}
                        $edpost
-                       $star
+                        
+                       {{ if $star }}
+                       <a href="#" id="starred-$id" onclick="dostar($id); return false;" class="star-item icon $isstarred" title="$star.toggle"></a>
+                       {{ endif }}
                        $drop
                </div>