streams/view/tpl/photo_drop.tpl

4 lines
287 B
Smarty
Raw Normal View History

<div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-{{$id}}" >
2017-03-10 09:47:30 +00:00
<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>
2011-06-16 03:43:39 +00:00
</div>