diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-09-26 11:48:02 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-09-26 11:48:02 +0200 |
commit | 968e7bb3b15cd4205e857c4245c5d328d17d6a66 (patch) | |
tree | 63ff52edd4a34c2a26c0b0688eeaa290bad7f514 /view/theme/testbubble/wall_item.tpl | |
parent | 5792b3d3580b9f09460305858293398d8d8a9abf (diff) | |
download | volse-hubzilla-968e7bb3b15cd4205e857c4245c5d328d17d6a66.tar.gz volse-hubzilla-968e7bb3b15cd4205e857c4245c5d328d17d6a66.tar.bz2 volse-hubzilla-968e7bb3b15cd4205e857c4245c5d328d17d6a66.zip |
Fixes for testbubble
Diffstat (limited to 'view/theme/testbubble/wall_item.tpl')
-rw-r--r-- | view/theme/testbubble/wall_item.tpl | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/view/theme/testbubble/wall_item.tpl b/view/theme/testbubble/wall_item.tpl index b8af3685f..47f062aff 100644 --- a/view/theme/testbubble/wall_item.tpl +++ b/view/theme/testbubble/wall_item.tpl @@ -27,9 +27,14 @@ <div class="wall-item-tools" id="wall-item-tools-$id"> $vote - $plink + {{ if $plink }} + <div class="wall-item-links-wrapper"><a href="$plink.href" title="$plink.title" target="external-link" class="icon remote-link"></a></div> + {{ endif }} $edpost - $star + + {{ if $star }} + <a href="#" id="starred-$id" onclick="dostar($id); return false;" class="star-item icon $isstarred" title="$star.toggle"></a> + {{ endif }} $drop </div> |