aboutsummaryrefslogblamecommitdiffstats
path: root/view/wall_item_drop.tpl
blob: 30fa6c3356d0bce891847abc3cc7309bd3b75770 (plain) (tree)
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);" title="$select" class="item-select" name="itemselected[]" value="$id" />
<div class="wall-item-delete-end"></div>