aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photo_drop.tpl
blob: 664e5338cc982fb55f3fb2b45c9045d8a538d720 (plain) (blame)
1
2
3
<div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-{{$id}}" >
	<a class="btn btn-outline-secondary btn-sm" href="#" onclick="dropItem('item/drop/{{$id}}', '#wall-item-outside-wrapper-{{$id}}'); return false;" title="{{$delete}}" ><i class="fa fa-trash-o"></i></a>
</div>