diff options
author | Michael <icarus@dabo.de> | 2012-02-27 16:31:58 +0100 |
---|---|---|
committer | Michael <icarus@dabo.de> | 2012-02-27 16:31:58 +0100 |
commit | cce69f05097f559593c06e8595e1da5b904e5323 (patch) | |
tree | 5b4f1d296723fdbbef6da28e67fc4c65c79e538e /view/theme/loozah/wall_item.tpl | |
parent | 18679111f5aed8f1c5e7ccb9857195e52c57765d (diff) | |
parent | a33031634efef94c0985cd2517f10ccd36b40b5f (diff) | |
download | volse-hubzilla-cce69f05097f559593c06e8595e1da5b904e5323.tar.gz volse-hubzilla-cce69f05097f559593c06e8595e1da5b904e5323.tar.bz2 volse-hubzilla-cce69f05097f559593c06e8595e1da5b904e5323.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/loozah/wall_item.tpl')
-rwxr-xr-x | view/theme/loozah/wall_item.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/loozah/wall_item.tpl b/view/theme/loozah/wall_item.tpl index 727e3d1c2..56c8a82e2 100755 --- a/view/theme/loozah/wall_item.tpl +++ b/view/theme/loozah/wall_item.tpl @@ -49,6 +49,8 @@ {{ 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" > |