]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/search_item.tpl
Merge pull request #9206 from annando/global-direction
[friendica.git] / view / templates / search_item.tpl
index 38aa947498cb974c237474ffcdc05c86ae34259c..1a756db8a33e001eacd65e7a5d5a70972df10bdd 100644 (file)
@@ -17,7 +17,7 @@
                        </div>
                        <div class="wall-item-photo-end"></div> 
                        <div class="wall-item-wrapper" id="wall-item-wrapper-{{$item.id}}" >
-                               {{if $item.lock}}<div class="wall-item-lock"><img src="images/lock_icon.gif" class="lockview" alt="{{$item.lock}}" onclick="lockview(event,{{$item.id}});" /></div>
+                               {{if $item.lock}}<div class="wall-item-lock"><img src="images/lock_icon.gif" class="lockview" alt="{{$item.lock}}" onclick="lockview(event, 'item', {{$item.id}});" /></div>
                                {{else}}<div class="wall-item-lock"></div>{{/if}}       
                                <div class="wall-item-location" id="wall-item-location-{{$item.id}}">{{$item.location nofilter}}</div>
                        </div>