aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/conv_item.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-10-09 18:43:49 -0700
committerfriendica <info@friendica.com>2013-10-09 18:43:49 -0700
commit1fdc82e0a122ec7ea5faea1a5cb52c78757ad50b (patch)
tree45075e1b9c16e99cce44bb1b8616c4f07be7e4e0 /view/tpl/conv_item.tpl
parent1aa69604fc9aaf87eacccabf73ba4d3600c8dcd5 (diff)
downloadvolse-hubzilla-1fdc82e0a122ec7ea5faea1a5cb52c78757ad50b.tar.gz
volse-hubzilla-1fdc82e0a122ec7ea5faea1a5cb52c78757ad50b.tar.bz2
volse-hubzilla-1fdc82e0a122ec7ea5faea1a5cb52c78757ad50b.zip
delete icons
Diffstat (limited to 'view/tpl/conv_item.tpl')
-rwxr-xr-xview/tpl/conv_item.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl
index 42599d3d0..c44e2253a 100755
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.tpl
@@ -89,7 +89,7 @@
<div id="like-rotator-{{$item.id}}" class="like-rotator"></div>
<div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-{{$item.id}}" >
- {{if $item.drop.dropping}}<a href="item/drop/{{$item.id}}" onclick="return confirmDelete();" class="icon drophide" title="{{$item.drop.delete}}" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a>{{/if}}
+ {{if $item.drop.dropping}}<a href="item/drop/{{$item.id}}" onclick="return confirmDelete();" title="{{$item.drop.delete}}" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ><i class="icon-remove drop-icons"></i></a>{{/if}}
</div>
{{if $item.drop.pagedrop}}<input type="checkbox" onclick="checkboxhighlight(this);" title="{{$item.drop.select}}" class="item-select" name="itemselected[]" value="{{$item.id}}" />{{/if}}
<div class="wall-item-delete-end"></div>