streams/view/tpl/photo_drop.tpl

5 lines
296 B
Smarty
Raw Normal View History

<div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-{{$id}}" >
<a href="item/drop/{{$id}}" onclick="return confirmDelete();" class="icon drophide" title="{{$delete}}" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a>
2011-06-16 03:43:39 +00:00
</div>
<div class="wall-item-delete-end"></div>