[Koha-bugs] [Bug 33765] Accessibility: Fix ambiguous form-field in opac-main.tt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 19 11:23:53 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33765

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.de.rooy at rijksmuseum.nl
             Status|Signed Off                  |Failed QA

--- Comment #3 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
What about:

git grep ">Login:"
intranet-tmpl/prog/en/modules/acqui/supplier.tt:                           
<p><span>Login: [% i.login | html %]</span></p>
opac-tmpl/bootstrap/en/includes/masthead.inc:                                  
 <label for="muserid">Login:</label><input type="text" id="muserid"
name="userid" autocomplete="off" />
opac-tmpl/bootstrap/en/modules/opac-auth.tt:                                   
        <label for="userid">Login:</label>
opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt:                      
             <label for="username">Login:</label>
opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt:              
                         <label for="userid">Login:</label>
opac-tmpl/bootstrap/en/modules/opac-reset-password.tt:                         
          <label for="userid">Login:</label>
opac-tmpl/bootstrap/en/modules/sco/sco-main.tt:                                
           <label for="patronlogin">Login:</label>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list