diff options
author | friendica <info@friendica.com> | 2015-03-03 14:38:34 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-03 14:38:34 -0800 |
commit | 44b714d0eb13263d5900bd8d51bf3995388f4bd0 (patch) | |
tree | ff896aa9ad630924de5ef4cfa49b9087d81d217d /view/tpl | |
parent | ec65c76a669be448c4e64aadd228886085733600 (diff) | |
download | volse-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-x | view/tpl/group_drop.tpl | 2 |
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> |