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