diff options
Diffstat (limited to 'view/wall_item_drop.tpl')
-rw-r--r-- | view/wall_item_drop.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/wall_item_drop.tpl b/view/wall_item_drop.tpl index b10c21093..30fa6c335 100644 --- a/view/wall_item_drop.tpl +++ b/view/wall_item_drop.tpl @@ -2,5 +2,5 @@ <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" /> +<input type="checkbox" onclick="checkboxhighlight(this);" title="$select" class="item-select" name="itemselected[]" value="$id" /> <div class="wall-item-delete-end"></div> |