aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/wall_item.tpl
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-03-04 04:58:12 -0500
committerSimon L'nu <simon.lnu@gmail.com>2012-03-04 04:58:12 -0500
commita6d08ec8523ea45d6958882d4864232de0902b3b (patch)
tree3044391ee71fc72a75e1b4d918e6616c255c75a5 /view/theme/diabook/wall_item.tpl
parenteae6418074d8c2addf85acf11e8f83165b847d04 (diff)
parentdfa056bb1beedf4e48c470ff14bfa7d412ebcb26 (diff)
downloadvolse-hubzilla-a6d08ec8523ea45d6958882d4864232de0902b3b.tar.gz
volse-hubzilla-a6d08ec8523ea45d6958882d4864232de0902b3b.tar.bz2
volse-hubzilla-a6d08ec8523ea45d6958882d4864232de0902b3b.zip
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master: some fixes in diabook * master:
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>