aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/wall_item.tpl
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-09-28 09:43:31 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-09-28 09:43:31 +0200
commit68a6bfdee5250c43c70530996b689b2f53c4e8d1 (patch)
tree13952f2eda624413fa39bd1c3cbbba642786eb22 /view/theme/dispy/wall_item.tpl
parentc120cc8ea9cf3e0be224ed5d87f2a571c5516f4d (diff)
downloadvolse-hubzilla-68a6bfdee5250c43c70530996b689b2f53c4e8d1.tar.gz
volse-hubzilla-68a6bfdee5250c43c70530996b689b2f53c4e8d1.tar.bz2
volse-hubzilla-68a6bfdee5250c43c70530996b689b2f53c4e8d1.zip
Items lock icon
Diffstat (limited to 'view/theme/dispy/wall_item.tpl')
-rw-r--r--view/theme/dispy/wall_item.tpl5
1 files changed, 4 insertions, 1 deletions
diff --git a/view/theme/dispy/wall_item.tpl b/view/theme/dispy/wall_item.tpl
index 0850d739d..f555ed813 100644
--- a/view/theme/dispy/wall_item.tpl
+++ b/view/theme/dispy/wall_item.tpl
@@ -17,7 +17,10 @@
<div class="wall-item-photo-end"></div>
<div class="wall-item-location" id="wall-item-location-$id">{{ if $location }}<span class="icon globe"></span>$location {{ endif }}</div>
</div>
- <div class="wall-item-lock-wrapper">$lock</div>
+ <div class="wall-item-lock-wrapper">
+ {{ if $lock }}<div class="wall-item-lock"><img src="images/lock_icon.gif" class="lockview" alt="$lock" onclick="lockview(event,$id);" /></div>
+ {{ else }}<div class="wall-item-lock"></div>{{ endif }}
+ </div>
<div class="wall-item-tools" id="wall-item-tools-$id">
{{ if $star }}
<a href="#" id="starred-$id" onclick="dostar($id); return false;" class="star-item icon $isstarred" title="$star.toggle"></a>