Friendica Communications Platform
(please note that this is a clone of the repository at github, issues are handled there)
https://friendi.ca
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
370 B
10 lines
370 B
|
|
<div class="group-delete-wrapper button" id="group-delete-wrapper-{{$id}}" > |
|
<a href="group/drop/{{$id}}?t={{$form_security_token}}" |
|
onclick="return confirmDelete();" |
|
id="group-delete-icon-{{$id}}" |
|
class="icon drophide group-delete-icon" |
|
{{*onmouseover="imgbright(this);" |
|
onmouseout="imgdull(this);"*}} ></a> |
|
</div> |
|
<div class="group-delete-end"></div>
|
|
|