streams/view/tpl/photo_drop.tpl
2016-05-01 05:59:02 +10:00

3 lines
277 B
Smarty
Executable file

<div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-{{$id}}" >
<a class="btn btn-default 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>