Replace "group" with "circle" in the rest of the code
- Remaining mentions already mean "forum"
This commit is contained in:
parent
4f6e02357a
commit
4f7740264e
120 changed files with 1308 additions and 1304 deletions
12
view/templates/circle_drop.tpl
Normal file
12
view/templates/circle_drop.tpl
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue