]> git.agnieray.net Git - galette.git/blobdiff - galette/templates/default/pages/members_public_list.html.twig
Some slight accessibility related improvements
[galette.git] / galette / templates / default / pages / members_public_list.html.twig
index c6c76c10a498ca4468d5a4c909c3d713e10739ce..721c9355ccfd571bc1a99c0634c862df6ae3d9f4 100644 (file)
@@ -47,7 +47,7 @@
 
 {% block search %}
     <div class="ui icon info visible message">
-        <i class="info circle blue icon"></i>
+        <i class="info circle blue icon" aria-hidden="true"></i>
         <div class="content">
             {{ _T("This page shows only members who have choosen to be visible on the public lists and are up-to-date within their contributions. If you want your account to be visible here, edit your profile and check 'Be visible in the members list'") }}
         </div>
             <td class="{{ rclass }} username_row" data-scope="row">
                 {% if member.isCompany() %}
                     <span>
-                        <i class="ui building outline icon tooltip" title="{{ _T('Is a company') }}"></i>
+                        <i class="ui building outline icon tooltip" title="{{ _T('Is a company') }}" aria-hidden="true"></i>
                         <span class="ui special popup">{{ _T('Is a company') }}</span>
                     </span>
                 {%  elseif member.isMan() %}
                     <span>
-                        <i class="ui male icon tooltip" title="{{ _T('Is a man') }}"></i>
+                        <i class="ui male icon tooltip" title="{{ _T('Is a man') }}" aria-hidden="true"></i>
                         <span class="ui special popup">{{ _T('Is a man') }}</span>
                     </span>
                 {%  elseif member.isWoman() %}
                     <span>
-                        <i class="ui female icon tooltip" title="{{ _T('Is a woman') }}"></i>
+                        <i class="ui female icon tooltip" title="{{ _T('Is a woman') }}" aria-hidden="true"></i>
                         <span class="ui special popup">{{ _T('Is a woman') }}</span>
                     </span>
                 {% else %}
-                    <i class="ui icon"></i>
+                    <i class="ui icon" aria-hidden="true"></i>
                 {% endif %}
                 {% if member.website != '' %}
                     <a href="{{ member.website }}">{{ member.sfullname }}</a>