]> git.agnieray.net Git - galette.git/commitdiff
Change staff members icon
authorJohan Cwiklinski <johan@x-tnd.be>
Thu, 28 Sep 2023 12:00:06 +0000 (14:00 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Thu, 28 Sep 2023 12:47:36 +0000 (14:47 +0200)
galette/templates/default/elements/edit_entitleds.html.twig
galette/templates/default/pages/members_list.html.twig

index b5a2bf5d2721d341442491e0fd3aaf62e1b823a7..a5a0e245f35b8849f5d7839b3e8edee026cf090e 100644 (file)
@@ -72,7 +72,7 @@
                         {% if class == 'Status' %}
                             {% if entry.extra < 30 %}
                                 <span>
-                                    <i class="ui id card alternate icon tooltip"></i>
+                                    <i class="ui user tie icon tooltip"></i>
                                     <span class="ui special popup">{{ _T("Staff member") }}</span>
                                 </span>
                             {% else %}
index 64f0e6b4665c2282b59b09d8ed29e63d33ad6125..61042b2aa2b5d2d01041a420edf39df3aebec2fa 100644 (file)
                         <tr>
                             <th><i class="ui user shield red icon"></i></th>
                             <td class="back">{{ _T('Admin') }}</td>
-                            <th><i class="ui id card alternate orange icon"></i></th>
+                            <th><i class="ui user tie orange icon"></i></th>
                             <td class="back">{{ _T('Staff member') }}</td>
                         </tr>
                         <tr>
                             </span>
             {% elseif member.isStaff() %}
                             <span>
-                                <i class="ui id card alternate orange icon tooltip" aria-hidden="true"></i>
+                                <i class="ui user tie orange icon tooltip" aria-hidden="true"></i>
                                 <span class="ui special popup">{{ _T('Staff member') }}</span>
                             </span>
             {% elseif member.getManagedGroups() %}