aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/loozah
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/loozah
parentc120cc8ea9cf3e0be224ed5d87f2a571c5516f4d (diff)
downloadvolse-hubzilla-68a6bfdee5250c43c70530996b689b2f53c4e8d1.tar.gz
volse-hubzilla-68a6bfdee5250c43c70530996b689b2f53c4e8d1.tar.bz2
volse-hubzilla-68a6bfdee5250c43c70530996b689b2f53c4e8d1.zip
Items lock icon
Diffstat (limited to 'view/theme/loozah')
-rw-r--r--view/theme/loozah/wall_item.tpl3
-rw-r--r--view/theme/loozah/wallwall_item.tpl3
2 files changed, 4 insertions, 2 deletions
diff --git a/view/theme/loozah/wall_item.tpl b/view/theme/loozah/wall_item.tpl
index a81eda765..e2b7c9c5a 100644
--- a/view/theme/loozah/wall_item.tpl
+++ b/view/theme/loozah/wall_item.tpl
@@ -16,7 +16,8 @@
</div>
<div class="wall-item-photo-end"></div>
<div class="wall-item-wrapper" id="wall-item-wrapper-$id" >
- $lock
+ {{ 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 class="wall-item-location" id="wall-item-location-$id">$location</div>
</div>
</div>
diff --git a/view/theme/loozah/wallwall_item.tpl b/view/theme/loozah/wallwall_item.tpl
index a958ba65a..aaa542760 100644
--- a/view/theme/loozah/wallwall_item.tpl
+++ b/view/theme/loozah/wallwall_item.tpl
@@ -21,7 +21,8 @@
</div>
<div class="wall-item-photo-end"></div>
<div class="wall-item-wrapper" id="wall-item-wrapper-$id" >
- $lock
+ {{ 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 class="wall-item-location" id="wall-item-location-$id">$location</div>
</div>
</div>