diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-09-28 09:43:31 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-09-28 09:43:31 +0200 |
commit | 68a6bfdee5250c43c70530996b689b2f53c4e8d1 (patch) | |
tree | 13952f2eda624413fa39bd1c3cbbba642786eb22 /view/theme/testbubble/wallwall_item.tpl | |
parent | c120cc8ea9cf3e0be224ed5d87f2a571c5516f4d (diff) | |
download | volse-hubzilla-68a6bfdee5250c43c70530996b689b2f53c4e8d1.tar.gz volse-hubzilla-68a6bfdee5250c43c70530996b689b2f53c4e8d1.tar.bz2 volse-hubzilla-68a6bfdee5250c43c70530996b689b2f53c4e8d1.zip |
Items lock icon
Diffstat (limited to 'view/theme/testbubble/wallwall_item.tpl')
-rw-r--r-- | view/theme/testbubble/wallwall_item.tpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/view/theme/testbubble/wallwall_item.tpl b/view/theme/testbubble/wallwall_item.tpl index 70c13bc97..8819103a3 100644 --- a/view/theme/testbubble/wallwall_item.tpl +++ b/view/theme/testbubble/wallwall_item.tpl @@ -22,7 +22,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 $vote }} <div class="wall-item-like-buttons" id="wall-item-like-buttons-$id"> |