View | Details | Raw Unified | Return to bug 37586
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc (-5 / +4 lines)
Lines 37-43 Link Here
37
                <ul id="cart-list-nav" class="navbar-nav">
37
                <ul id="cart-list-nav" class="navbar-nav">
38
                    [% IF ( Koha.Preference( 'opacbookbag' ) == 1 ) %]
38
                    [% IF ( Koha.Preference( 'opacbookbag' ) == 1 ) %]
39
                        <li class="nav-item js-show">
39
                        <li class="nav-item js-show">
40
                            <a href="#" class="nav-link" title="Collect items you are interested in" id="cartmenulink" role="button">
40
                            <a href="#" class="nav-link" title="Collect items you are interested in" id="cartmenulink" role="button" aria-label="View your shopping cart">
41
                                <i id="carticon" class="fa fa-shopping-cart fa-icon-black" aria-hidden="true"></i> <span class="cartlabel">Cart</span> <span id="basketcount"></span>
41
                                <i id="carticon" class="fa fa-shopping-cart fa-icon-black" aria-hidden="true"></i> <span class="cartlabel">Cart</span> <span id="basketcount"></span>
42
                            </a>
42
                            </a>
43
                        </li>
43
                        </li>
Lines 114-124 Link Here
114
                            [% ELSE %]
114
                            [% ELSE %]
115
                                [% IF Koha.Preference('casAuthentication') %]
115
                                [% IF Koha.Preference('casAuthentication') %]
116
                                    [%# CAS authentication is too complicated for modal window %]
116
                                    [%# CAS authentication is too complicated for modal window %]
117
                                        <a class="nav-link login-link" href="/cgi-bin/koha/opac-user.pl"><i class="fa fa-user fa-icon-black fa-fw" aria-hidden="true"></i> <span class="userlabel">Log in to your account</span></a>
117
                                        <a class="nav-link login-link" href="/cgi-bin/koha/opac-user.pl" aria-label="Log in to your account"><i class="fa fa-user fa-icon-black fa-fw" aria-hidden="true"></i> <span class="userlabel">Log in to your account</span></a>
118
                                [% ELSIF ( Koha.Preference('GoogleOpenIDConnect') == 1 ) %]
118
                                [% ELSIF ( Koha.Preference('GoogleOpenIDConnect') == 1 ) %]
119
                                    <a href="/cgi-bin/koha/svc/auth/googleopenidconnect" class="nav-link login-link loginModal-trigger"><i class="fa fa-user fa-icon-black fa-fw" aria-hidden="true"></i> <span class="userlabel">Log in to your account</span></a>
119
                                    <a href="/cgi-bin/koha/svc/auth/googleopenidconnect" class="nav-link login-link loginModal-trigger" aria-label="Log in to your account"><i class="fa fa-user fa-icon-black fa-fw" aria-hidden="true"></i> <span class="userlabel">Log in to your account</span></a>
120
                                [% ELSE %]
120
                                [% ELSE %]
121
                                    <a href="/cgi-bin/koha/opac-user.pl" class="nav-link login-link loginModal-trigger"><i class="fa fa-user fa-icon-black fa-fw" aria-hidden="true"></i> <span class="userlabel">Log in to your account</span></a>
121
                                    <a href="/cgi-bin/koha/opac-user.pl" class="nav-link login-link loginModal-trigger" aria-label="Log in to your account"><i class="fa fa-user fa-icon-black fa-fw" aria-hidden="true"></i> <span class="userlabel">Log in to your account</span></a>
122
                                [% END %]
122
                                [% END %]
123
                            [% END %]
123
                            [% END %]
124
                        [% END %]
124
                        [% END %]
125
- 

Return to bug 37586