]> git.mxchange.org Git - friendica.git/blob - view/wall_item_drop.tpl
set max height of acl names to avoid wrap
[friendica.git] / view / wall_item_drop.tpl
1 <div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-$id" >
2         
3         <a href="item/drop/$id" onclick="return confirmDelete();" class="icon drophide" title="$delete" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a>
4 </div>
5 <input type="checkbox" onclick="checkboxhighlight(this);" title="$select" class="item-select" name="itemselected[]" value="$id" />
6 <div class="wall-item-delete-end"></div>