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