]> git.mxchange.org Git - friendica.git/commitdiff
quattro: fix delete selected items
authorFabio Comuni <fabrix.xm@gmail.com>
Tue, 15 Nov 2011 15:17:36 +0000 (16:17 +0100)
committerFabio Comuni <fabrix.xm@gmail.com>
Tue, 15 Nov 2011 15:17:36 +0000 (16:17 +0100)
view/wall_item.tpl
view/wallwall_item.tpl

index ef822750a5e1eb9336fad741204f89b1aa7d1b5a..29dc62b47790dd2fa81cfe71ae36d4d37a3adf45 100644 (file)
@@ -56,7 +56,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 }}
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 }}