aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/like_noshare.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/like_noshare.tpl')
-rwxr-xr-xview/tpl/like_noshare.tpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/tpl/like_noshare.tpl b/view/tpl/like_noshare.tpl
new file mode 100755
index 000000000..e83b885fe
--- /dev/null
+++ b/view/tpl/like_noshare.tpl
@@ -0,0 +1,5 @@
+<div class="wall-item-like-buttons" id="wall-item-like-buttons-{{$id}}">
+ <i class="fa fa-thumbs-o-up item-tool btn btn-outline-secondary" title="{{$likethis}}" onclick="dolike({{$id}},'like'); return false"></i>
+ <i class="fa fa-thumbs-o-down item-tool btn btn-outline-secondary" title="{{$nolike}}" onclick="dolike({{$id}},'dislike'); return false"></i>
+ <div id="like-rotator-{{$id}}" class="like-rotator"></div>
+</div>