aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-05 16:21:38 -0800
committerfriendica <info@friendica.com>2013-11-05 16:21:38 -0800
commitf4cb145f3c248aab9188900baebaa5659fa4e343 (patch)
tree57f794db998dea570b76e585be41b70975941422 /view/tpl
parentb15c9de1e50437065fbdd1ac7e487687a4feda8d (diff)
downloadvolse-hubzilla-f4cb145f3c248aab9188900baebaa5659fa4e343.tar.gz
volse-hubzilla-f4cb145f3c248aab9188900baebaa5659fa4e343.tar.bz2
volse-hubzilla-f4cb145f3c248aab9188900baebaa5659fa4e343.zip
redbasic - allow changing icon colours
Diffstat (limited to 'view/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 6927eb9e4..781746b4b 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();" title="{{$item.drop.delete}}" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ><i class="icon-remove drop-icons"></i></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 item-tool"></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>