diff options
author | friendica <info@friendica.com> | 2012-02-26 16:29:06 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-26 16:29:06 -0800 |
commit | a1861d1128aacc1ab98b33a1d035bfc27c9979f5 (patch) | |
tree | dba8837a8c4bc20a00eeb731dc1312c9d9f4781a /view/theme/vier/wallwall_item.tpl | |
parent | 89560edde2fe3fb198b558479e9c2300fc4185fd (diff) | |
download | volse-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/theme/vier/wallwall_item.tpl')
-rw-r--r-- | view/theme/vier/wallwall_item.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/vier/wallwall_item.tpl b/view/theme/vier/wallwall_item.tpl index 2301da1d1..8e452f4f6 100644 --- a/view/theme/vier/wallwall_item.tpl +++ b/view/theme/vier/wallwall_item.tpl @@ -62,6 +62,7 @@ {{ 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 }} |