]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/dispy/wall_item.tpl
move connect button down a smidgin
[friendica.git] / view / theme / dispy / wall_item.tpl
index ed1206f81b72434df3b4ec60fdfc75b37466a5cf..1f5cbcaeb3d6300e1d95331fe251d97c2a45e563 100644 (file)
@@ -5,7 +5,7 @@
                                 onmouseover="if (typeof t$id != 'undefined') clearTimeout(t$id); openMenu('wall-item-photo-menu-button-$id')" 
                                 onmouseout="t$id=setTimeout('closeMenu(\'wall-item-photo-menu-button-$id\'); closeMenu(\'wall-item-photo-menu-$id\');',200)">
                                <a href="$profile_url" title="$linktitle" class="wall-item-photo-link" id="wall-item-photo-link-$id">
-                                       <img src="$thumb" class="wall-item-photo$sparkle" id="wall-item-photo-$id" height="80" width="80" alt="$name" />
+                                       <img src="$thumb" class="wall-item-photo$sparkle" id="wall-item-photo-$id" style="height: 80px; width: 80px;" alt="$name" />
                                </a>
                                <span onclick="openClose('wall-item-photo-menu-$id');" class="fakelink wall-item-photo-menu-button" id="wall-item-photo-menu-button-$id">menu</span>
                                <div class="wall-item-photo-menu" id="wall-item-photo-menu-$id">
                </div>
                <div class="wall-item-lock-wrapper">$lock</div>
                <div class="wall-item-tools" id="wall-item-tools-$id">
+               {{ if $star }}
+                       <a href="#" id="starred-$id" onclick="dostar($id); return false;" class="star-item icon $isstarred" title="$star.toggle"></a>
+               {{ endif }}
                $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
                $drop
+               
                </div>
                <div class="wall-item-content" id="wall-item-content-$id" >
                        <div class="wall-item-title" id="wall-item-title-$id">$title</div>