1
0
Fork 0

Replace "group" with "circle" in the rest of the code

- Remaining mentions already mean "forum"
This commit is contained in:
Hypolite Petovan 2023-05-13 19:54:35 -04:00
commit 4f7740264e
120 changed files with 1308 additions and 1304 deletions

View file

@ -0,0 +1,12 @@
<div class="circle-delete-wrapper button" id="circle-delete-wrapper-{{$id}}">
<a href="circle/drop/{{$id}}?t={{$form_security_token}}"
onclick="return confirmDelete();"
id="circle-delete-icon-{{$id}}"
class="icon drophide circle-delete-icon"
onmouseover="imgbright(this);"
onmouseout="imgdull(this);"
title="{{$delete}}">
</a>
</div>
<div class="circle-delete-end"></div>