aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero/wall_item.tpl
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-03-15 15:07:17 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-03-15 15:07:17 -0400
commit5b757e4e0e2f33a17a5a17953e49aba44a6ae7b3 (patch)
tree15470bcf93da4a04164fcda4a7c3dfe7df0ad085 /view/theme/duepuntozero/wall_item.tpl
parent1d2049a6d6fe327340da2b1298f06f9fbde183c7 (diff)
downloadvolse-hubzilla-5b757e4e0e2f33a17a5a17953e49aba44a6ae7b3.tar.gz
volse-hubzilla-5b757e4e0e2f33a17a5a17953e49aba44a6ae7b3.tar.bz2
volse-hubzilla-5b757e4e0e2f33a17a5a17953e49aba44a6ae7b3.zip
commit latest to dispy-dark. fixes in html css and js
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
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>