]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/loozah/wall_item.tpl
fix html reshares when editplain in use
[friendica.git] / view / theme / loozah / wall_item.tpl
index e2b7c9c5ad378305b272017bf90592db31ca67e6..56c8a82e266c5e9dcc5f6f86a2325e05dca1ac52 100755 (executable)
@@ -36,7 +36,7 @@
                        <div class="wall-item-like-buttons" id="wall-item-like-buttons-$id">
                                <a href="#" class="icon like" title="$vote.like.0" onclick="dolike($id,'like'); return false"></a>
                                <a href="#" class="icon dislike" title="$vote.dislike.0" onclick="dolike($id,'dislike'); return false"></a>
-                               {{ if $vote.share }}<a href="#" class="icon recycle wall-item-share-buttons" title=""$vote.share.0" onclick="jotShare($id); return false"></a>{{ endif }}
+                               {{ if $vote.share }}<a href="#" class="icon recycle wall-item-share-buttons" title="$vote.share.0" onclick="jotShare($id); return false"></a>{{ endif }}
                                <img id="like-rotator-$id" class="like-rotator" src="images/rotator.gif" alt="$wait" title="$wait" style="display: none;" />
                        </div>
                        {{ endif }}
@@ -49,6 +49,8 @@
                         
                        {{ if $star }}
                        <a href="#" id="starred-$id" onclick="dostar($id); return false;" class="star-item icon $isstarred" title="$star.toggle"></a>
+                       <a href="#" id="tagger-$id" onclick="itemTag($id); return false;" class="tag-item icon tagged" title="$star.tagger"></a>
+
                        {{ endif }}
                        
                        <div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-$id" >