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 class="clearsh" href="/cgi-bin/koha/opac-search-history.pl?action=delete" title="Delete your search history"><i class="fa fa-trash-can" aria-hidden="true"></i> Clear</a> |
173 |
<a class="clearsh" href="/cgi-bin/koha/opac-search-history.pl?action=delete" title="Delete your search history"><i class="fa fa-trash-can" aria-hidden="true"></i> Clear</a> |
174 |
</p> |
174 |
</p> |
175 |
[% END %] |
175 |
[% END %] |
Lines 180-186
Link Here
|
180 |
</li> |
180 |
</li> |
181 |
<!-- Cookie consent button for non logged-in users --> |
181 |
<!-- Cookie consent button for non logged-in users --> |
182 |
[% IF !loggedinusername %] |
182 |
[% IF !loggedinusername %] |
183 |
<li style="display:none" id="cookieConsentDivider" class="divider-vertical" aria-hidden="true"></li> |
183 |
<li role="presentation" style="display:none" id="cookieConsentDivider" class="divider-vertical" aria-hidden="true"></li> |
184 |
<li style="display:none" id="cookieConsentLi" class="nav-item" aria-hidden="true"> |
184 |
<li style="display:none" id="cookieConsentLi" class="nav-item" aria-hidden="true"> |
185 |
<a id="cookieConsentButton" href="#" name="Your cookies" class="nav-link" title="View and amend cookies you have consented to" role="button"> |
185 |
<a id="cookieConsentButton" href="#" name="Your cookies" class="nav-link" title="View and amend cookies you have consented to" role="button"> |
186 |
<i class="fa fa-cookie-bite fa-fw fa-icon-black" aria-hidden="true"></i> |
186 |
<i class="fa fa-cookie-bite fa-fw fa-icon-black" aria-hidden="true"></i> |
Lines 190-196
Link Here
|
190 |
[% END %] |
190 |
[% END %] |
191 |
[% IF OpacPublic && ( !Koha.Preference( 'opacuserlogin') || !loggedinusername ) %] |
191 |
[% IF OpacPublic && ( !Koha.Preference( 'opacuserlogin') || !loggedinusername ) %] |
192 |
[% IF Koha.Preference( 'EnableOpacSearchHistory' ) %] |
192 |
[% IF Koha.Preference( 'EnableOpacSearchHistory' ) %] |
193 |
<li class="divider-vertical"></li> |
193 |
<li role="presentation" class="divider-vertical"></li> |
194 |
<li class="nav-item search_history"> |
194 |
<li class="nav-item search_history"> |
195 |
<a class="nav-link" href="/cgi-bin/koha/opac-search-history.pl" title="View your search history"> |
195 |
<a class="nav-link" href="/cgi-bin/koha/opac-search-history.pl" title="View your search history"> |
196 |
<i class="fa fa-calendar-days fa-fw fa-icon-black" aria-hidden="true"></i> |
196 |
<i class="fa fa-calendar-days fa-fw fa-icon-black" aria-hidden="true"></i> |
197 |
- |
|
|