diff options
author | Friendika <info@friendika.com> | 2011-11-10 17:11:55 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-11-10 17:11:55 -0800 |
commit | c66b886d7e47f6721d2f3eb39cae8599001f79d9 (patch) | |
tree | cebf70de2b500bd2945735f5fac072985afac96b /view/theme/testbubble/wall_item.tpl | |
parent | 83e55cf9f43f45465fc52030d55f0ae331e7947b (diff) | |
download | volse-hubzilla-c66b886d7e47f6721d2f3eb39cae8599001f79d9.tar.gz volse-hubzilla-c66b886d7e47f6721d2f3eb39cae8599001f79d9.tar.bz2 volse-hubzilla-c66b886d7e47f6721d2f3eb39cae8599001f79d9.zip |
shared tags for testbubble, prevent tag hijacking of shared tag activities
Diffstat (limited to 'view/theme/testbubble/wall_item.tpl')
-rw-r--r-- | view/theme/testbubble/wall_item.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/testbubble/wall_item.tpl b/view/theme/testbubble/wall_item.tpl index 6efd331c9..199381fd3 100644 --- a/view/theme/testbubble/wall_item.tpl +++ b/view/theme/testbubble/wall_item.tpl @@ -46,6 +46,7 @@ {{ if $star }} <a href="#" id="starred-$id" onclick="dostar($id); return false;" class="star-item icon $isstarred" title="$star.toggle"></a> + <a href="#" id="tagger-$id" onclick="itemTag($id); return false;" class="tag-item icon tagged" title="$star.tagger"></a> {{ endif }} <div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-$id" > |