aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/wallwall_item.tpl
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-04-02 20:30:27 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-04-02 20:30:27 +0200
commit6dfd55668f39d2cfb27d468cc982471abaad5165 (patch)
treecfc4babf70100eda5a62a23c9a31b5666466c6c3 /view/theme/diabook/wallwall_item.tpl
parent076b1b374b864a4d45add31c72e447495dbe0339 (diff)
downloadvolse-hubzilla-6dfd55668f39d2cfb27d468cc982471abaad5165.tar.gz
volse-hubzilla-6dfd55668f39d2cfb27d468cc982471abaad5165.tar.bz2
volse-hubzilla-6dfd55668f39d2cfb27d468cc982471abaad5165.zip
diabook-themes: css-fixes
Diffstat (limited to 'view/theme/diabook/wallwall_item.tpl')
-rw-r--r--view/theme/diabook/wallwall_item.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/diabook/wallwall_item.tpl b/view/theme/diabook/wallwall_item.tpl
index c5b6b36b5..bee75ad99 100644
--- a/view/theme/diabook/wallwall_item.tpl
+++ b/view/theme/diabook/wallwall_item.tpl
@@ -71,6 +71,10 @@
<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 icon file-as" title="$item.star.filer"></a>
+ {{ endif }}
+
{{ if $item.plink }}<a class="icon link" title="$item.plink.title" href="$item.plink.href">$item.plink.title</a>{{ endif }}