aboutsummaryrefslogtreecommitdiffstats
path: root/view/wall_item_drop.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-17 22:58:15 -0700
committerFriendika <info@friendika.com>2011-06-17 22:58:15 -0700
commit787f079d13070dd691af8fcdde76de2649dcbb0f (patch)
treeed0cecb41db6eb81fd7511d3d701dc2b7f0ba2c0 /view/wall_item_drop.tpl
parent484b248f735b22e7a28f4720c3997746f5c10ced (diff)
downloadvolse-hubzilla-787f079d13070dd691af8fcdde76de2649dcbb0f.tar.gz
volse-hubzilla-787f079d13070dd691af8fcdde76de2649dcbb0f.tar.bz2
volse-hubzilla-787f079d13070dd691af8fcdde76de2649dcbb0f.zip
improved UI for checked items to be deleted
Diffstat (limited to 'view/wall_item_drop.tpl')
-rw-r--r--view/wall_item_drop.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/wall_item_drop.tpl b/view/wall_item_drop.tpl
index b10c21093..30a30a0c6 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);" class="item-select" name="itemselected[]" value="$id" />
<div class="wall-item-delete-end"></div>