aboutsummaryrefslogtreecommitdiffstats
path: root/view/wallwall_item.tpl
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-11-15 16:17:36 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2011-11-15 16:17:36 +0100
commit5c7fb2b0fe578d4271f8752d3853e1fa4b121942 (patch)
tree39711cba743b5a8c70924205c09b924157dfa994 /view/wallwall_item.tpl
parentae43a96d70d0cda4238de6e50d940a9cb36c15ef (diff)
downloadvolse-hubzilla-5c7fb2b0fe578d4271f8752d3853e1fa4b121942.tar.gz
volse-hubzilla-5c7fb2b0fe578d4271f8752d3853e1fa4b121942.tar.bz2
volse-hubzilla-5c7fb2b0fe578d4271f8752d3853e1fa4b121942.zip
quattro: fix delete selected items
Diffstat (limited to 'view/wallwall_item.tpl')
-rw-r--r--view/wallwall_item.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/wallwall_item.tpl b/view/wallwall_item.tpl
index 2429bc20f..7ae489e6a 100644
--- a/view/wallwall_item.tpl
+++ b/view/wallwall_item.tpl
@@ -62,7 +62,7 @@
<div class="wall-item-actions-tools">
{{ if $drop.dropping }}
- <input type="checkbox" title="$drop.select" name="itemselected[]" value="$id" />
+ <input type="checkbox" title="$drop.select" name="itemselected[]" class="item-select" value="$id" />
<a href="item/drop/$id" onclick="return confirmDelete();" class="icon delete s16" title="$drop.delete">$drop.delete</a>
{{ endif }}
{{ if $edpost }}