This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/view/tpl/photo_drop.tpl
2017-03-10 10:47:30 +01:00

4 lines
287 B
Smarty
Executable File

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