We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0678791 commit 8636728Copy full SHA for 8636728
wcfsetup/install/files/acp/templates/userGroupAdd.tpl
@@ -46,7 +46,7 @@
46
{/if}
47
48
{if $group->canCopy()}
49
- <li><button class="jsButtonUserGroupCopy button" data-endpoint="{link controller="UserGroupCopy" id=$groupID}{/link}">{icon name='copy'} <span>{lang}wcf.acp.group.button.copy{/lang}</span></button></li>
+ <li><button type="button" class="jsButtonUserGroupCopy button" data-endpoint="{link controller="UserGroupCopy" id=$groupID}{/link}">{icon name='copy'} <span>{lang}wcf.acp.group.button.copy{/lang}</span></button></li>
50
51
52
0 commit comments