]> git.mxchange.org Git - friendica.git/blobdiff - view/wallwall_item.tpl
quattro: fix delete selected items
[friendica.git] / view / wallwall_item.tpl
index 2429bc20f7ddb4a44fbc5f99ccfae20267c999c8..7ae489e6a48889de952ebdbf94e045a7f9cd7133 100644 (file)
@@ -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 }}