|
Lines 27-37
Link Here
|
| 27 |
[% Asset.css("css/print.css", { media = "print" }) | $raw %] |
27 |
[% Asset.css("css/print.css", { media = "print" }) | $raw %] |
| 28 |
[% INCLUDE intranetstylesheet.inc %] |
28 |
[% INCLUDE intranetstylesheet.inc %] |
| 29 |
[% IF ( bidi ) %][% Asset.css("css/right-to-left.css") | $raw %][% END %] |
29 |
[% IF ( bidi ) %][% Asset.css("css/right-to-left.css") | $raw %][% END %] |
| 30 |
<!-- Intranet inc CSS IntranetAutocompleteElasticSearch --> |
|
|
| 31 |
[% IF ( Koha.Preference('IntranetAutocompleteElasticSearch') ) %] |
| 32 |
[% SET Optylesheet = 'elasticsearch/autocomplete.css' %] |
| 33 |
<link rel="stylesheet" type="text/css" href="[% interface | url %]/[% theme | url %]/css/[% Optylesheet | url %]" /> |
| 34 |
[% END %] |
| 35 |
<script type="module"> |
30 |
<script type="module"> |
| 36 |
import { APIClient } from '/intranet-tmpl/prog/js/fetch/api-client.js'; |
31 |
import { APIClient } from '/intranet-tmpl/prog/js/fetch/api-client.js'; |
| 37 |
window.APIClient = APIClient; |
32 |
window.APIClient = APIClient; |