aboutsummaryrefslogtreecommitdiffstats
path: root/view/wallwall_item.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-26 16:29:06 -0800
committerfriendica <info@friendica.com>2012-02-26 16:29:06 -0800
commita1861d1128aacc1ab98b33a1d035bfc27c9979f5 (patch)
treedba8837a8c4bc20a00eeb731dc1312c9d9f4781a /view/wallwall_item.tpl
parent89560edde2fe3fb198b558479e9c2300fc4185fd (diff)
downloadvolse-hubzilla-a1861d1128aacc1ab98b33a1d035bfc27c9979f5.tar.gz
volse-hubzilla-a1861d1128aacc1ab98b33a1d035bfc27c9979f5.tar.bz2
volse-hubzilla-a1861d1128aacc1ab98b33a1d035bfc27c9979f5.zip
tagging missing from wallwall and a couple of themes, star missing from dispy
Diffstat (limited to 'view/wallwall_item.tpl')
-rwxr-xr-xview/wallwall_item.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/wallwall_item.tpl b/view/wallwall_item.tpl
index 11297647a..61a248135 100755
--- a/view/wallwall_item.tpl
+++ b/view/wallwall_item.tpl
@@ -55,6 +55,8 @@
{{ if $star }}
<a href="#" id="star-$id" onclick="dostar($id); return false;" class="$star.classdo" title="$star.do">$star.do</a>
<a href="#" id="unstar-$id" onclick="dostar($id); return false;" class="$star.classundo" title="$star.undo">$star.undo</a>
+ <a href="#" id="tagger-$id" onclick="itemTag($id); return false;" class="$star.classtagger" title="$star.tagger">$star.tagger</a>
+
{{ endif }}
{{ if $vote }}