Files
core/view/tpl/photo_drop.tpl
Hilmar R c26dede97f get dev
2021-03-01 18:48:11 +01:00

4 lines
287 B
Smarty

<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>