aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-blue/wall_item.tpl
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-03-22 06:54:18 +0100
committertommy tomson <thomas.bierey@gmx.de>2012-03-22 06:54:18 +0100
commite37c4f69b42cc8a278fb37d1d7cdb374bfd7d156 (patch)
treeae5af3e8b7dda429b744c70ea3fda111c30b15c3 /view/theme/diabook-blue/wall_item.tpl
parentd81256d7b051d9a76b087feeb64ac79fb4aeff4d (diff)
downloadvolse-hubzilla-e37c4f69b42cc8a278fb37d1d7cdb374bfd7d156.tar.gz
volse-hubzilla-e37c4f69b42cc8a278fb37d1d7cdb374bfd7d156.tar.bz2
volse-hubzilla-e37c4f69b42cc8a278fb37d1d7cdb374bfd7d156.zip
add file_as-option to diabook-derivates
Diffstat (limited to 'view/theme/diabook-blue/wall_item.tpl')
-rw-r--r--view/theme/diabook-blue/wall_item.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/diabook-blue/wall_item.tpl b/view/theme/diabook-blue/wall_item.tpl
index ebe40fd4e..20d24702b 100644
--- a/view/theme/diabook-blue/wall_item.tpl
+++ b/view/theme/diabook-blue/wall_item.tpl
@@ -66,6 +66,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 }}