aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero/wall_item.tpl
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-09-27 10:19:32 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-09-27 10:19:32 +0200
commit3dca29b3d5071303e22f35ab73ffec4463cbc543 (patch)
tree5b74b8347e796d3e7f2a4c42f471ae739db50bb1 /view/theme/duepuntozero/wall_item.tpl
parente9638b69801cee3e74a97825f9af3749c9322c53 (diff)
downloadvolse-hubzilla-3dca29b3d5071303e22f35ab73ffec4463cbc543.tar.gz
volse-hubzilla-3dca29b3d5071303e22f35ab73ffec4463cbc543.tar.bz2
volse-hubzilla-3dca29b3d5071303e22f35ab73ffec4463cbc543.zip
port old themes
Diffstat (limited to 'view/theme/duepuntozero/wall_item.tpl')
-rw-r--r--view/theme/duepuntozero/wall_item.tpl8
1 files changed, 6 insertions, 2 deletions
diff --git a/view/theme/duepuntozero/wall_item.tpl b/view/theme/duepuntozero/wall_item.tpl
index 5c467a119..a4508b067 100644
--- a/view/theme/duepuntozero/wall_item.tpl
+++ b/view/theme/duepuntozero/wall_item.tpl
@@ -32,9 +32,13 @@
</div>
<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>
</div>