]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/search_item.tpl
sort out the 'delete selected' mess
[friendica.git] / view / theme / quattro / search_item.tpl
index e207484dc824321f7517986f8e9f43e491a890c6..55868e5483d80ef6eb9111b00aa2b6bd2b215cfc 100644 (file)
                        
                        <div class="wall-item-actions-tools">
 
-                               {{ if $item.drop.dropping }}
+                               {{ if $item.drop.pagedrop }}
                                        <input type="checkbox" title="$item.drop.select" name="itemselected[]" class="item-select" value="$item.id" />
+                               {{ endif }}
+                               {{ if $item.drop.dropping }}
                                        <a href="item/drop/$item.id" onclick="return confirmDelete();" class="icon delete s16" title="$item.drop.delete">$item.drop.delete</a>
                                {{ endif }}
                                {{ if $item.edpost }}