]> git.mxchange.org Git - friendica.git/commitdiff
Add support for quattro
authorJonny Tischbein <jonny_tischbein@systemli.org>
Wed, 31 Oct 2018 19:17:11 +0000 (20:17 +0100)
committerJonny Tischbein <jonny_tischbein@systemli.org>
Wed, 31 Oct 2018 19:17:11 +0000 (20:17 +0100)
view/theme/quattro/templates/wall_thread.tpl

index 79bf1d6b6f028477120551e99cb1f211fad0fc5d..fda871b1968df274d4d8520a2fa680bb689ac447 100644 (file)
                                        <input type="checkbox" title="{{$item.drop.select}}" name="itemselected[]" class="item-select" value="{{$item.id}}" />
                                {{/if}}
                                {{if $item.drop.dropping}}
-                                       <a href="item/drop/{{$item.id}}" onclick="return confirmDelete();" class="icon delete s16" title="{{$item.drop.delete}}">{{$item.drop.delete}}</a>
+                                       <a href="item/drop/{{$item.id}}/{{$item.return}}" onclick="return confirmDelete();" class="icon delete s16" title="{{$item.drop.delete}}">{{$item.drop.delete}}</a>
                                {{/if}}
                                {{if $item.edpost}}
                                        <a class="icon edit s16" href="{{$item.edpost.0}}" title="{{$item.edpost.1}}"></a>