aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/comix/wall_item.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-22 04:07:37 -0700
committerfriendica <info@friendica.com>2012-03-22 04:07:37 -0700
commit808180ce5f9471aa36faf8861fb84d04b412f412 (patch)
treea18c18c4dca31c38f9b22df535833dbbf1b392b2 /view/theme/comix/wall_item.tpl
parentebdf0ee99e517c6718099fda2f1b2288c42e66da (diff)
downloadvolse-hubzilla-808180ce5f9471aa36faf8861fb84d04b412f412.tar.gz
volse-hubzilla-808180ce5f9471aa36faf8861fb84d04b412f412.tar.bz2
volse-hubzilla-808180ce5f9471aa36faf8861fb84d04b412f412.zip
missing tooltip for "file as"
Diffstat (limited to 'view/theme/comix/wall_item.tpl')
-rwxr-xr-xview/theme/comix/wall_item.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/comix/wall_item.tpl b/view/theme/comix/wall_item.tpl
index dae16a1c7..dfcd8ca96 100755
--- a/view/theme/comix/wall_item.tpl
+++ b/view/theme/comix/wall_item.tpl
@@ -58,7 +58,7 @@
<a href="#" id="tagger-$item.id" onclick="itemTag($item.id); return false;" class="tag-item icon tagged" title="$item.star.tagger"></a>
{{ endif }}
{{ if $item.filer }}
- <a href="#" id="filer-$item.id" onclick="itemFiler($item.id); return false;" class="filer-item filer-icon" title="$item.star.filer"></a>
+ <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 }}