aboutsummaryrefslogtreecommitdiffstats
path: root/view/wall_item_drop.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/wall_item_drop.tpl')
-rw-r--r--view/wall_item_drop.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/wall_item_drop.tpl b/view/wall_item_drop.tpl
index b4ea62b45..b10c21093 100644
--- a/view/wall_item_drop.tpl
+++ b/view/wall_item_drop.tpl
@@ -1,4 +1,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" class="item-select" name="itemselected[]" value="$id" />
<div class="wall-item-delete-end"></div>