aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/wall_item.tpl
diff options
context:
space:
mode:
authortomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net>2012-03-21 22:57:29 -0700
committertomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net>2012-03-21 22:57:29 -0700
commit576eb6cc389d54c29b29b97d3c6d160e61bbf6ca (patch)
treeae5af3e8b7dda429b744c70ea3fda111c30b15c3 /view/theme/diabook/wall_item.tpl
parentd81256d7b051d9a76b087feeb64ac79fb4aeff4d (diff)
parente37c4f69b42cc8a278fb37d1d7cdb374bfd7d156 (diff)
downloadvolse-hubzilla-576eb6cc389d54c29b29b97d3c6d160e61bbf6ca.tar.gz
volse-hubzilla-576eb6cc389d54c29b29b97d3c6d160e61bbf6ca.tar.bz2
volse-hubzilla-576eb6cc389d54c29b29b97d3c6d160e61bbf6ca.zip
Merge pull request #156 from tomtom84/master
fixes in diabook-derivates
Diffstat (limited to 'view/theme/diabook/wall_item.tpl')
-rw-r--r--view/theme/diabook/wall_item.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/diabook/wall_item.tpl b/view/theme/diabook/wall_item.tpl
index ebe40fd4e..20d24702b 100644
--- a/view/theme/diabook/wall_item.tpl
+++ b/view/theme/diabook/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 }}