aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/wallwall_item.tpl
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2011-09-27 01:21:16 -0700
committerfabrixxm <fabrix.xm@gmail.com>2011-09-27 01:21:16 -0700
commit916633ba3461dcd5746bbe66c8dc951535efda14 (patch)
tree3b3cf644fcacdf754e0e465f59a153c0a62a26be /view/theme/dispy/wallwall_item.tpl
parent25ac93f44d92b839c5012ba8cbb7ecf221658eff (diff)
parent3dca29b3d5071303e22f35ab73ffec4463cbc543 (diff)
downloadvolse-hubzilla-916633ba3461dcd5746bbe66c8dc951535efda14.tar.gz
volse-hubzilla-916633ba3461dcd5746bbe66c8dc951535efda14.tar.bz2
volse-hubzilla-916633ba3461dcd5746bbe66c8dc951535efda14.zip
Merge pull request #4 from fabrixxm/master
missing commit :)
Diffstat (limited to 'view/theme/dispy/wallwall_item.tpl')
-rw-r--r--view/theme/dispy/wallwall_item.tpl7
1 files changed, 6 insertions, 1 deletions
diff --git a/view/theme/dispy/wallwall_item.tpl b/view/theme/dispy/wallwall_item.tpl
index 4fe677ab4..add2cd5a0 100644
--- a/view/theme/dispy/wallwall_item.tpl
+++ b/view/theme/dispy/wallwall_item.tpl
@@ -24,8 +24,13 @@
</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>