]> git.mxchange.org Git - friendica.git/blobdiff - view/wall_item_drop.tpl
connect button overlapping profile details
[friendica.git] / view / wall_item_drop.tpl
index b4ea62b45135285f760245e282d651ad2d3664f9..30fa6c3356d0bce891847abc3cc7309bd3b75770 100644 (file)
@@ -1,4 +1,6 @@
 <div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-$id" >
+       
        <a href="item/drop/$id" onclick="return confirmDelete();" class="icon drophide" title="$delete" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a>
 </div>
+<input type="checkbox" onclick="checkboxhighlight(this);" title="$select" class="item-select" name="itemselected[]" value="$id" />
 <div class="wall-item-delete-end"></div>