diff options
author | friendica <info@friendica.com> | 2013-10-09 18:43:49 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-09 18:43:49 -0700 |
commit | 1fdc82e0a122ec7ea5faea1a5cb52c78757ad50b (patch) | |
tree | 45075e1b9c16e99cce44bb1b8616c4f07be7e4e0 /view/tpl/conv_item.tpl | |
parent | 1aa69604fc9aaf87eacccabf73ba4d3600c8dcd5 (diff) | |
download | volse-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-x | view/tpl/conv_item.tpl | 2 |
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> |