aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/wall_item.tpl
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-03-04 05:48:06 +0100
committertommy tomson <thomas.bierey@gmx.de>2012-03-04 05:48:06 +0100
commite0e0224fa6e3a32a1e6fe22728bc35f581ba89b5 (patch)
tree04fc726c6d5ba5b658a79b7ab9cfad4ad867d211 /view/theme/diabook/wall_item.tpl
parent25d6ca3b7335c018bfd16c4dd29b177d9df62692 (diff)
downloadvolse-hubzilla-e0e0224fa6e3a32a1e6fe22728bc35f581ba89b5.tar.gz
volse-hubzilla-e0e0224fa6e3a32a1e6fe22728bc35f581ba89b5.tar.bz2
volse-hubzilla-e0e0224fa6e3a32a1e6fe22728bc35f581ba89b5.zip
some fixes in diabook
Diffstat (limited to 'view/theme/diabook/wall_item.tpl')
-rw-r--r--view/theme/diabook/wall_item.tpl7
1 files changed, 2 insertions, 5 deletions
diff --git a/view/theme/diabook/wall_item.tpl b/view/theme/diabook/wall_item.tpl
index 20131c7d1..0a02ba812 100644
--- a/view/theme/diabook/wall_item.tpl
+++ b/view/theme/diabook/wall_item.tpl
@@ -5,9 +5,6 @@
<img id="like-rotator-$item.id" class="like-rotator" src="images/rotator.gif" alt="$item.wait" title="$item.wait" style="display: none;" />
</div>
{{ endif }}
-
-
-
<div class="wall-item-container $item.indent">
<div class="wall-item-item">
<div class="wall-item-info">
@@ -32,7 +29,6 @@
</span>
</div>
<div class="wall-item-content">
-
{{ if $item.title }}<h2><a href="$item.plink.href">$item.title</a></h2>{{ endif }}
$item.body
</div>
@@ -63,7 +59,8 @@
{{ if $item.vote.share }}
<a href="#" id="share-$item.id" class="icon recycle" title="$item.vote.share.0" onclick="jotShare($item.id); return false"></a>
{{ endif }}
-
+
+
{{ if $item.star }}
<a href="#" id="star-$item.id" onclick="dostar($item.id); return false;" class="$item.star.classdo" title="$item.star.do" >
<img src="images/star_dummy.png" class="icon star" alt="$item.star.do" /> </a>