https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28420
--- Comment #22 from Eugene Espinoza <[email protected]> --- Hi Mark! For the masthead.inc in 21.05, it seem is not clickable, the code in your patch below: <a class="nav-link login-link" href="/cgi-bin/koha/svc/auth/azureadopenidconnect" role="button" data-toggle="modal"><i class="fa fa-user fa-icon-black fa-fw" aria-hidden="true"></i> <span class="userlabel">Log in to your account</span></a> I checked on the googleopenidconnect a link, we have the following below: <a class="nav-link login-link" href="/cgi-bin/koha/svc/auth/googleopenidconnect"><i class="fa fa-user fa-icon-black fa-fw" aria-hidden="true"></i> <span class="userlabel">Log in to your account</span></a> So, I adjusted that for azuread, now it's clickable, below is the code: <a class="nav-link login-link" href="/cgi-bin/koha/svc/auth/azureadopenidconnect"><i class="fa fa-user fa-icon-black fa-fw" aria-hidden="true"></i> <span class="userlabel">Log in to your account</span></a> Can the code be adjusted for 21.05? Best, -eugene -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
