aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/wallwall_item.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-16 15:08:32 -0700
committerfriendica <info@friendica.com>2012-03-16 15:08:32 -0700
commit141ae076ad9fc6dfce1b25604f44faa54a4ad940 (patch)
treee764658692b4c66b5f0f14d796a56980c23779f6 /view/theme/dispy/wallwall_item.tpl
parent58940175e173c04c9bfa3498af40c65f6514a9ce (diff)
parentc7dd52be6268e0232dc3c3e035235078b5ea4547 (diff)
downloadvolse-hubzilla-141ae076ad9fc6dfce1b25604f44faa54a4ad940.tar.gz
volse-hubzilla-141ae076ad9fc6dfce1b25604f44faa54a4ad940.tar.bz2
volse-hubzilla-141ae076ad9fc6dfce1b25604f44faa54a4ad940.zip
Merge branch 'pull'
Diffstat (limited to 'view/theme/dispy/wallwall_item.tpl')
-rw-r--r--view/theme/dispy/wallwall_item.tpl7
1 files changed, 6 insertions, 1 deletions
diff --git a/view/theme/dispy/wallwall_item.tpl b/view/theme/dispy/wallwall_item.tpl
index 86453fad2..f251d7352 100644
--- a/view/theme/dispy/wallwall_item.tpl
+++ b/view/theme/dispy/wallwall_item.tpl
@@ -31,11 +31,15 @@
<a href="#" id="starred-$item.id" onclick="dostar($item.id); return false;" class="star-item icon $item.isstarred" title="$item.star.toggle"></a>
<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.vote }}
<div class="wall-item-like-buttons" id="wall-item-like-buttons-$item.id">
<a href="#" class="icon like" title="$item.vote.like.0" onclick="dolike($item.id,'like'); return false"></a>
<a href="#" class="icon dislike" title="$item.vote.dislike.0" onclick="dolike($item.id,'dislike'); return false"></a>
- {{ if $item.vote.share }}<a href="#" class="icon recycle wall-item-share-buttons" title="$item.vote.share.0" onclick="jotShare($item.id); return false"></a>{{ endif }}
+
+ {{ if $item.vote.share }}
+ <a href="#" id="share-$item.id"
+class="icon recycle wall-item-share-buttons" title="$item.vote.share.0" onclick="jotShare($item.id); return false"></a>{{ 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 }}
@@ -63,6 +67,7 @@
{{ endfor }}
</div>
</div>
+
</div>
<div class="wall-item-author">
<a href="$item.profile_url" title="$item.linktitle" class="wall-item-name-link"><span class="wall-item-name$item.sparkle" id="wall-item-name-$item.id" >$item.name</span></a>