]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/diabook/wall_item.tpl
Merge pull request #90 from simonlnu/master
[friendica.git] / view / theme / diabook / wall_item.tpl
index c836d4fbb3fc1b9fe368bab0610dc0538d15e207..0a02ba812990b20339b159ed086e36a84d1a3058 100644 (file)
@@ -5,9 +5,6 @@
        <img id="like-rotator-$item.id" class="like-rotator" src="images/rotator.gif" alt="$item.wait" title="$item.wait" style="display: none;" />
 </div>
 {{ endif }}
-
-
-
 <div class="wall-item-container $item.indent">
        <div class="wall-item-item">
                <div class="wall-item-info">
                        </span>
                        </div>
                <div class="wall-item-content">
-
                        {{ if $item.title }}<h2><a href="$item.plink.href">$item.title</a></h2>{{ endif }}
                        $item.body
                </div>
        </div>
        <div class="wall-item-bottom">
-               <div></div>
+               <div class="wall-item-links">
+               </div>
                <div class="wall-item-tags">
                        {{ for $item.tags as $tag }}
                                <span class='tag'>$tag</span>
@@ -62,7 +59,8 @@
                        {{ if $item.vote.share }}
                                <a href="#" id="share-$item.id" class="icon recycle" title="$item.vote.share.0" onclick="jotShare($item.id); return false"></a>
                        {{ endif }}     
-                       
+
+
                        {{ if $item.star }}
                                <a href="#" id="star-$item.id" onclick="dostar($item.id); return false;"  class="$item.star.classdo"  title="$item.star.do" >
                                        <img src="images/star_dummy.png" class="icon star" alt="$item.star.do" /> </a>