diff options
author | Friendika <info@friendika.com> | 2011-09-27 01:29:08 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-27 01:29:08 -0700 |
commit | 8c6e7a24cd1dedc2e34cf41f23df3f070a582b2e (patch) | |
tree | 2dab0c47bcafd00bd53d14aa05de5b5856bac71c /view/theme/dispy/wall_item.tpl | |
parent | 2118dd316007650bec1ad36a5ae39c1c5f929d25 (diff) | |
parent | 916633ba3461dcd5746bbe66c8dc951535efda14 (diff) | |
download | volse-hubzilla-8c6e7a24cd1dedc2e34cf41f23df3f070a582b2e.tar.gz volse-hubzilla-8c6e7a24cd1dedc2e34cf41f23df3f070a582b2e.tar.bz2 volse-hubzilla-8c6e7a24cd1dedc2e34cf41f23df3f070a582b2e.zip |
Merge branch 'pull'
Diffstat (limited to 'view/theme/dispy/wall_item.tpl')
-rw-r--r-- | view/theme/dispy/wall_item.tpl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/view/theme/dispy/wall_item.tpl b/view/theme/dispy/wall_item.tpl index 4b8dd571b..1f5cbcaeb 100644 --- a/view/theme/dispy/wall_item.tpl +++ b/view/theme/dispy/wall_item.tpl @@ -19,10 +19,16 @@ </div> <div class="wall-item-lock-wrapper">$lock</div> <div class="wall-item-tools" id="wall-item-tools-$id"> + {{ if $star }} + <a href="#" id="starred-$id" onclick="dostar($id); return false;" class="star-item icon $isstarred" title="$star.toggle"></a> + {{ endif }} $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 $drop + </div> <div class="wall-item-content" id="wall-item-content-$id" > <div class="wall-item-title" id="wall-item-title-$id">$title</div> |