aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero/wall_item.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-15 16:39:21 -0700
committerfriendica <info@friendica.com>2012-03-15 16:39:21 -0700
commit41d595d5bc74987d95ffc6f81194ccc20050e5a4 (patch)
tree5113a75197923b8b0ff994db0f9feef9ce221aea /view/theme/duepuntozero/wall_item.tpl
parent7684f63ecdfce560f24475630144f6058df15ca9 (diff)
parent5d2c590fa93764c19043981e8398d97c6bae902b (diff)
downloadvolse-hubzilla-41d595d5bc74987d95ffc6f81194ccc20050e5a4.tar.gz
volse-hubzilla-41d595d5bc74987d95ffc6f81194ccc20050e5a4.tar.bz2
volse-hubzilla-41d595d5bc74987d95ffc6f81194ccc20050e5a4.zip
Merge branch 'pull'
Diffstat (limited to 'view/theme/duepuntozero/wall_item.tpl')
-rwxr-xr-xview/theme/duepuntozero/wall_item.tpl6
1 files changed, 2 insertions, 4 deletions
diff --git a/view/theme/duepuntozero/wall_item.tpl b/view/theme/duepuntozero/wall_item.tpl
index 6cb018b7b..2c88fc598 100755
--- a/view/theme/duepuntozero/wall_item.tpl
+++ b/view/theme/duepuntozero/wall_item.tpl
@@ -56,11 +56,9 @@
{{ if $item.star }}
<a href="#" id="starred-$item.id" onclick="dostar($item.id); return false;" class="star-item icon $item.isstarred" title="$item.star.toggle"></a>
<a href="#" id="tagger-$item.id" onclick="itemTag($item.id); return false;" class="tag-item icon tagged" title="$item.star.tagger"></a>
+ <a href="#" id="filer-$item.id" onclick="itemFiler($item.id); return false;" class="filer-item filer-icon" title="$item.star.filer"></a>
{{ endif }}
- {{ if $item.filer }}
- <a href="#" id="filer-$item.id" onclick="itemFiler($item.id); return false;" class="filer-item filer-icon" title="$item.filer"></a>
- {{ endif }}
-
+
<div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-$item.id" >
{{ if $item.drop.dropping }}<a href="item/drop/$item.id" onclick="return confirmDelete();" class="icon drophide" title="$item.drop.delete" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a>{{ endif }}
</div>