]> 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 30a30a0c6d45ca0654499270e7fc3e6645aa8a95..30fa6c3356d0bce891847abc3cc7309bd3b75770 100644 (file)
@@ -2,5 +2,5 @@
        
        <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);" class="item-select" name="itemselected[]" value="$id" />
+<input type="checkbox" onclick="checkboxhighlight(this);" title="$select" class="item-select" name="itemselected[]" value="$id" />
 <div class="wall-item-delete-end"></div>