aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-11-03 23:39:38 -0700
committerfriendica <info@friendica.com>2012-11-03 23:39:38 -0700
commitaaa5a2638c9cf773163eb60fbffae597d77afc22 (patch)
treed9e3035326af7028a17fd4b5fac423840a448405 /view/tpl
parentd72bad4efa1fdf4b02c65d22c141e3cac338653a (diff)
downloadvolse-hubzilla-aaa5a2638c9cf773163eb60fbffae597d77afc22.tar.gz
volse-hubzilla-aaa5a2638c9cf773163eb60fbffae597d77afc22.tar.bz2
volse-hubzilla-aaa5a2638c9cf773163eb60fbffae597d77afc22.zip
feature enable 'dislike' - backend
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/wall_thread.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/wall_thread.tpl b/view/tpl/wall_thread.tpl
index fd294cfc3..2c4b709fb 100644
--- a/view/tpl/wall_thread.tpl
+++ b/view/tpl/wall_thread.tpl
@@ -64,7 +64,9 @@
{{ 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>
+ {{ if $item.nolike }}
<a href="#" class="icon dislike" title="$item.vote.dislike.0" onclick="dolike($item.id,'dislike'); return false"></a>
+ {{ endif }}
{{ 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 }}
</div>
{{ endif }}