|
Link Here
|
| 206 |
<a class="toplinks" href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% loggedinusernumber | html %]">My checkouts</a> |
206 |
<a class="toplinks" href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% loggedinusernumber | html %]">My checkouts</a> |
| 207 |
</li> |
207 |
</li> |
| 208 |
[% END %] |
208 |
[% END %] |
| 209 |
[% IF Koha.Preference( 'CookieConsent' ) && JSConsents.all('staffConsent').size %] |
209 |
[% IF Koha.Preference( 'CookieConsent' ) %] |
| 210 |
<li class="toplinks-myconsents"> |
210 |
<li class="toplinks-myconsents"> |
| 211 |
<a id="viewCookieConsents" href="#" class="toplinks">My consents</a> |
211 |
<a id="viewCookieConsents" href="#" class="toplinks">My consents</a> |
| 212 |
</li> |
212 |
</li> |
| 213 |
- |
|
|