aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-09-27 05:24:26 -0700
committerFriendika <info@friendika.com>2011-09-27 05:24:26 -0700
commit59525e1e321d4cdac668bfc79dd5de0962ab5f56 (patch)
treebd17a22d8415e4655bcaebe80f01783baa6b7d30 /view/theme/duepuntozero
parent8e02368341fd455e63da2be528fc7d70ee3c83af (diff)
downloadvolse-hubzilla-59525e1e321d4cdac668bfc79dd5de0962ab5f56.tar.gz
volse-hubzilla-59525e1e321d4cdac668bfc79dd5de0962ab5f56.tar.bz2
volse-hubzilla-59525e1e321d4cdac668bfc79dd5de0962ab5f56.zip
restore privacy icons after theme upgrade
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r--view/theme/duepuntozero/wall_item.tpl2
-rw-r--r--view/theme/duepuntozero/wallwall_item.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/duepuntozero/wall_item.tpl b/view/theme/duepuntozero/wall_item.tpl
index a4508b067..32820fb7c 100644
--- a/view/theme/duepuntozero/wall_item.tpl
+++ b/view/theme/duepuntozero/wall_item.tpl
@@ -16,7 +16,7 @@
</div>
<div class="wall-item-photo-end"></div>
<div class="wall-item-wrapper" id="wall-item-wrapper-$id" >
- $lock
+ {{ if $lock }}<span class="icon s22 lock fakelink" onclick="lockview(event,$id);" title="$lock"></span>{{ endif }}
<div class="wall-item-location" id="wall-item-location-$id">$location</div>
</div>
</div>
diff --git a/view/theme/duepuntozero/wallwall_item.tpl b/view/theme/duepuntozero/wallwall_item.tpl
index daad6ad14..58d5e16f6 100644
--- a/view/theme/duepuntozero/wallwall_item.tpl
+++ b/view/theme/duepuntozero/wallwall_item.tpl
@@ -21,7 +21,7 @@
</div>
<div class="wall-item-photo-end"></div>
<div class="wall-item-wrapper" id="wall-item-wrapper-$id" >
- $lock
+ {{ if $lock }}<span class="icon s22 lock fakelink" onclick="lockview(event,$id);" title="$lock"></span>{{ endif }}
<div class="wall-item-location" id="wall-item-location-$id">$location</div>
</div>
</div>