streams/view/tpl/photo_drop.tpl

4 lines
274 B
Smarty
Raw Normal View History

<div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-{{$id}}" >
2016-02-26 13:25:18 +00:00
<a class="btn btn-default btn-sm" href="#" onclick="dropItem('item/drop/{{$id}}', '#wall-item-outside-wrapper-{{$id}}'); return false;" title="{{$delete}}" ><i class="icon-trash"></i></a>
2011-06-16 03:43:39 +00:00
</div>