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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/langmenu.inc (-1 / +1 lines)
Lines 60-66 Link Here
60
            <!-- /# .dropdown-menu -->
60
            <!-- /# .dropdown-menu -->
61
        </li>
61
        </li>
62
        <!-- / .dropdown -->
62
        <!-- / .dropdown -->
63
        <li class="divider-vertical" aria-hidden="false"></li>
63
        <li class="divider-vertical" aria-hidden="false" role="presentation"></li>
64
    </ul>
64
    </ul>
65
    <!-- /.navbar-nav -->
65
    <!-- /.navbar-nav -->
66
</div>
66
</div>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc (-5 / +4 lines)
Lines 46-52 Link Here
46
                        </a>
46
                        </a>
47
                    </li>
47
                    </li>
48
                [% END %]
48
                [% END %]
49
                <li class="divider-vertical"></li>
49
                <li role="presentation" class="divider-vertical"></li>
50
                [% IF ( Koha.Preference( 'virtualshelves' ) == 1 ) %]
50
                [% IF ( Koha.Preference( 'virtualshelves' ) == 1 ) %]
51
                    [% IF Koha.Preference( 'opacuserlogin' ) == 1 || some_public_shelves.count > 0 %]
51
                    [% IF Koha.Preference( 'opacuserlogin' ) == 1 || some_public_shelves.count > 0 %]
52
                        <li class="nav-item dropdown">
52
                        <li class="nav-item dropdown">
Lines 169-175 Link Here
169
                                [% IF Koha.Preference( 'EnableOpacSearchHistory' ) %]
169
                                [% IF Koha.Preference( 'EnableOpacSearchHistory' ) %]
170
                                    <p>
170
                                    <p>
171
                                        <a tabindex="0" role="menuitem" class="login-link" href="/cgi-bin/koha/opac-search-history.pl" title="View your search history">Search history</a>
171
                                        <a tabindex="0" role="menuitem" class="login-link" href="/cgi-bin/koha/opac-search-history.pl" title="View your search history">Search history</a>
172
                                        <span class="divider-vertical"></span>
172
                                        <span role="presentation" class="divider-vertical"></span>
173
                                        <a
173
                                        <a
174
                                            class="clearsh submit-form-link"
174
                                            class="clearsh submit-form-link"
175
                                            href="#"
175
                                            href="#"
Lines 189-195 Link Here
189
                </li>
189
                </li>
190
                <!-- Cookie consent button for non logged-in users -->
190
                <!-- Cookie consent button for non logged-in users -->
191
                [% IF !loggedinusername %]
191
                [% IF !loggedinusername %]
192
                    <li style="display:none" id="cookieConsentDivider" class="divider-vertical" aria-hidden="true"></li>
192
                    <li role="presentation" style="display:none" id="cookieConsentDivider" class="divider-vertical" aria-hidden="true"></li>
193
                    <li style="display:none" id="cookieConsentLi" class="nav-item" aria-hidden="true">
193
                    <li style="display:none" id="cookieConsentLi" class="nav-item" aria-hidden="true">
194
                        <a id="cookieConsentButton" href="#" name="Your cookies" class="nav-link" title="View and amend cookies you have consented to" role="button">
194
                        <a id="cookieConsentButton" href="#" name="Your cookies" class="nav-link" title="View and amend cookies you have consented to" role="button">
195
                            <i class="fa fa-cookie-bite fa-fw fa-icon-black" aria-hidden="true"></i>
195
                            <i class="fa fa-cookie-bite fa-fw fa-icon-black" aria-hidden="true"></i>
Lines 199-205 Link Here
199
                [% END %]
199
                [% END %]
200
                [% IF OpacPublic && ( !Koha.Preference( 'opacuserlogin') || !loggedinusername ) %]
200
                [% IF OpacPublic && ( !Koha.Preference( 'opacuserlogin') || !loggedinusername ) %]
201
                    [% IF Koha.Preference( 'EnableOpacSearchHistory' ) %]
201
                    [% IF Koha.Preference( 'EnableOpacSearchHistory' ) %]
202
                        <li class="divider-vertical"></li>
202
                        <li role="presentation" class="divider-vertical"></li>
203
                        <li class="nav-item search_history">
203
                        <li class="nav-item search_history">
204
                            <a class="nav-link" href="/cgi-bin/koha/opac-search-history.pl" title="View your search history">
204
                            <a class="nav-link" href="/cgi-bin/koha/opac-search-history.pl" title="View your search history">
205
                                <i class="fa fa-calendar-days fa-fw fa-icon-black" aria-hidden="true"></i>
205
                                <i class="fa fa-calendar-days fa-fw fa-icon-black" aria-hidden="true"></i>
206
- 

Return to bug 39677