Use `shield-halved` instead of `shield` for the owner group
authorAlexander Ebert <ebert@woltlab.com>
Mon, 22 Aug 2022 14:23:14 +0000 (16:23 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 22 Aug 2022 14:23:14 +0000 (16:23 +0200)
wcfsetup/install/files/acp/templates/optionFieldList.tpl
wcfsetup/install/files/acp/templates/userAdd.tpl
wcfsetup/install/files/acp/templates/userGroupAdd.tpl
wcfsetup/install/files/acp/templates/userGroupList.tpl
wcfsetup/install/files/acp/templates/userGroupOption.tpl

index 909ce26c117fe71965d5b01deb182431ab9b2e9a..1f40749c18389ebd776215af4ed062024187bf2a 100644 (file)
@@ -18,7 +18,7 @@
                                        {/if}
                                        {if $groupIsOwner && $option->optionName|in_array:$ownerGroupPermissions}
                                                <span class="jsTooltip" title="{lang}wcf.acp.group.ownerGroupPermission{/lang}">
-                                                       {icon size=16 name='shield'}
+                                                       {icon size=16 name='shield-halved'}
                                                </span>
                                        {/if}
                                        
index 8736f64b50e5a68bdbf66912438cb96dd2ed4e83..56aaefacf623413309ce7639575158f64a956a64 100644 (file)
                        const input = document.querySelector('input[name="groupIDs[]"][value="{@$ownerGroupID}"]');
                        if (input) {
                                const icon = document.createElement("span");
-                               icon.innerHTML = '<fa-icon size="16" name="shield"></fa-icon>';
+                               icon.innerHTML = '<fa-icon size="16" name="shield-halved"></fa-icon>';
                                icon.classList.add("jsTooltip");
                                icon.title = '{jslang}wcf.acp.group.type.owner{/jslang}';
                                input.parentElement.append(icon);
index 4239628ba584334cf919b62d60f17a3856590248..a0fb7556b2c6b1ee5bd1a4d72eb6a226fd46931c 100644 (file)
@@ -70,7 +70,7 @@
 {/if}
 
 {if $action == 'edit' && $group->isOwner()}
-       <p class="info">{icon size=16 name='shield' type='solid'} {lang}wcf.acp.group.type.owner.description{/lang}</p>
+       <p class="info">{icon size=16 name='shield-halved' type='solid'} {lang}wcf.acp.group.type.owner.description{/lang}</p>
 {/if}
 
 {if $warningSelfEdit|isset}
index 5fd08bfe1f90a841ac79538db20234fbe378d3e1..913f7523e6de0fedfb5c485598efc5e64b99574e 100644 (file)
@@ -69,7 +69,7 @@
                                                {/if}
                                                {if $group->isOwner()}
                                                        <span class="jsTooltip" title="{lang}wcf.acp.group.type.owner{/lang}">
-                                                               {icon size=16 name='shield'}
+                                                               {icon size=16 name='shield-halved'}
                                                        </span>
                                                {/if}
                                        </td>
index d4192d72040851e3da67e4b3f9093d1de8e81e33..db68241c228314907f90bdc18af7d4b983ad1d4d 100644 (file)
                                        {/if}
                                        {if $ownerGroupID == $group->groupID && $userGroupOption->optionName|in_array:$ownerGroupPermissions}
                                                <span class="jsTooltip" title="{lang}wcf.acp.group.ownerGroupPermission{/lang}">
-                                                       {icon size=16 name='shield'}
+                                                       {icon size=16 name='shield-halved'}
                                                </span>
                                        {/if}
                                        <label for="userGroupOption{@$group->groupID}">{$group->getTitle()}</label>