]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/testbubble/wall_item.tpl
Items lock icon
[friendica.git] / view / theme / testbubble / wall_item.tpl
index 29cf6570563ff142ffd20b7058d6bf5f3c0c826e..70ec00dd982e957553a120060f0ff3d8fef775cb 100644 (file)
                        <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-content" id="wall-item-content-$id" >
                        <div class="wall-item-title" id="wall-item-title-$id">$title</div>
                        <div class="wall-item-title-end"></div>