aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-03 14:38:34 -0800
committerfriendica <info@friendica.com>2015-03-03 14:38:34 -0800
commit44b714d0eb13263d5900bd8d51bf3995388f4bd0 (patch)
treeff896aa9ad630924de5ef4cfa49b9087d81d217d /view/tpl
parentec65c76a669be448c4e64aadd228886085733600 (diff)
downloadvolse-hubzilla-44b714d0eb13263d5900bd8d51bf3995388f4bd0.tar.gz
volse-hubzilla-44b714d0eb13263d5900bd8d51bf3995388f4bd0.tar.bz2
volse-hubzilla-44b714d0eb13263d5900bd8d51bf3995388f4bd0.zip
group/collection edit page cleanup
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/group_drop.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/group_drop.tpl b/view/tpl/group_drop.tpl
index 850e7101f..34ee3e3fd 100755
--- a/view/tpl/group_drop.tpl
+++ b/view/tpl/group_drop.tpl
@@ -2,6 +2,6 @@
<a href="group/drop/{{$id}}?t={{$form_security_token}}"
onclick="return confirmDelete();"
id="group-delete-icon-{{$id}}"
- class="group-delete-icon" ><i class="icon-remove drop-icons"></i></a>
+ class="group-delete-icon btn btn-default" title="{{$delete}}" ><i class="icon-trash drop-icons"></i></a>
</div>
<div class="group-delete-end"></div>