friendica/view/wall_item_drop.tpl

7 lines
417 B
Smarty
Raw Normal View History

<div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-$id" >
2011-06-16 05:43:39 +02:00
<a href="item/drop/$id" onclick="return confirmDelete();" class="icon drophide" title="$delete" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a>
</div>
2011-06-18 08:06:42 +02:00
<input type="checkbox" onclick="checkboxhighlight(this);" title="$select" class="item-select" name="itemselected[]" value="$id" />
<div class="wall-item-delete-end"></div>