aboutsummaryrefslogtreecommitdiffstats
path: root/view/wall_item_drop.tpl
blob: 30a30a0c6d45ca0654499270e7fc3e6645aa8a95 (plain) (blame)
1
2
3
4
5
6
<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>
</div>
<input type="checkbox" onclick="checkboxhighlight(this);" class="item-select" name="itemselected[]" value="$id" />
<div class="wall-item-delete-end"></div>