aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-blue/wallwall_item.tpl
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-04-02 16:53:47 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-04-02 16:53:47 -0400
commit9cb3fc226a9246b36810338f0ee8a115738cc97b (patch)
treecfc4babf70100eda5a62a23c9a31b5666466c6c3 /view/theme/diabook-blue/wallwall_item.tpl
parent5eca42975cdf3fc0e5be2dfdb05ded9d19ed5b7c (diff)
parent6dfd55668f39d2cfb27d468cc982471abaad5165 (diff)
downloadvolse-hubzilla-9cb3fc226a9246b36810338f0ee8a115738cc97b.tar.gz
volse-hubzilla-9cb3fc226a9246b36810338f0ee8a115738cc97b.tar.bz2
volse-hubzilla-9cb3fc226a9246b36810338f0ee8a115738cc97b.zip
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master: diabook-themes: css-fixes diabook-themes: fixes in js diabook-themes: fixed pageheader diabook-themes: bugfixes / css-fixes make the "new calendar" (javascript interactive) the default remove zrl from query string catch a couple more Oo smilies add page_content_top hook * master:
Diffstat (limited to 'view/theme/diabook-blue/wallwall_item.tpl')
-rw-r--r--view/theme/diabook-blue/wallwall_item.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/diabook-blue/wallwall_item.tpl b/view/theme/diabook-blue/wallwall_item.tpl
index c5b6b36b5..bee75ad99 100644
--- a/view/theme/diabook-blue/wallwall_item.tpl
+++ b/view/theme/diabook-blue/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 }}