aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy-dark/wall_item.tpl
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-03-15 12:08:59 -0700
committerSimon <simon@kisikew.org>2012-03-15 12:08:59 -0700
commitab89aa90caced4f60fc0ae944c7190e156a872e2 (patch)
tree15470bcf93da4a04164fcda4a7c3dfe7df0ad085 /view/theme/dispy-dark/wall_item.tpl
parentf96aff5518d2d5fb726d381892893a68d8c36450 (diff)
parent5b757e4e0e2f33a17a5a17953e49aba44a6ae7b3 (diff)
downloadvolse-hubzilla-ab89aa90caced4f60fc0ae944c7190e156a872e2.tar.gz
volse-hubzilla-ab89aa90caced4f60fc0ae944c7190e156a872e2.tar.bz2
volse-hubzilla-ab89aa90caced4f60fc0ae944c7190e156a872e2.zip
Merge pull request #135 from simonlnu/master
commit latest to dispy-dark. fixes in html css and js
Diffstat (limited to 'view/theme/dispy-dark/wall_item.tpl')
-rw-r--r--view/theme/dispy-dark/wall_item.tpl5
1 files changed, 4 insertions, 1 deletions
diff --git a/view/theme/dispy-dark/wall_item.tpl b/view/theme/dispy-dark/wall_item.tpl
index b013cfeef..c67a88635 100644
--- a/view/theme/dispy-dark/wall_item.tpl
+++ b/view/theme/dispy-dark/wall_item.tpl
@@ -26,11 +26,14 @@
<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 }}