View | Details | Raw Unified | Return to bug 38365
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc (-2 / +2 lines)
Lines 10-16 Link Here
10
[% IF logged_in_user %]<meta name="generator" content="Koha [% Koha.Version.maintenance | html %]" />[% END %]
10
[% IF logged_in_user %]<meta name="generator" content="Koha [% Koha.Version.maintenance | html %]" />[% END %]
11
[%# Prevent XFS attacks -%]
11
[%# Prevent XFS attacks -%]
12
[% UNLESS popup %]
12
[% UNLESS popup %]
13
    <style id="antiClickjack">
13
    <style nonce="[% Koha.CSPNonce | $raw %]" id="antiClickjack">
14
        body {
14
        body {
15
            display: none !important;
15
            display: none !important;
16
        }
16
        }
Lines 54-60 Link Here
54
54
55
[% IF ( IntranetUserCSS ) %]
55
[% IF ( IntranetUserCSS ) %]
56
    <!-- prettier-ignore-start -->
56
    <!-- prettier-ignore-start -->
57
    <style>[% IntranetUserCSS | $raw %]</style>
57
    <style nonce="[% Koha.CSPNonce | $raw %]">[% IntranetUserCSS | $raw %]</style>
58
    <!-- prettier-ignore-end -->
58
    <!-- prettier-ignore-end -->
59
[% END %]
59
[% END %]
60
60
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/ill/backends/Standard/shared/custom_fields.inc (-1 / +1 lines)
Lines 25-31 Link Here
25
    </button>
25
    </button>
26
</fieldset>
26
</fieldset>
27
27
28
<style>
28
<style nonce="[% Koha.CSPNonce | $raw %]">
29
    .custom-field-input {
29
    .custom-field-input {
30
        width: 25%;
30
        width: 25%;
31
        display: inline-block;
31
        display: inline-block;
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc (-1 / +1 lines)
Lines 18-24 Link Here
18
[% END %]
18
[% END %]
19
[% Asset.js('js/Gettext.js') | $raw %]
19
[% Asset.js('js/Gettext.js') | $raw %]
20
[% Asset.js('js/i18n.js') | $raw %]
20
[% Asset.js('js/i18n.js') | $raw %]
21
<style id="antiClickjack">
21
<style nonce="[% Koha.CSPNonce | $raw %]" id="antiClickjack">
22
    body {
22
    body {
23
        display: none !important;
23
        display: none !important;
24
    }
24
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-1 / +1 lines)
Lines 13-19 Link Here
13
    [% END %]</title
13
    [% END %]</title
14
>
14
>
15
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
16
<style>
16
<style nonce="[% Koha.CSPNonce | $raw %]">
17
    .version-ellipsis {
17
    .version-ellipsis {
18
        text-decoration: underline;
18
        text-decoration: underline;
19
    }
19
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-1 / +1 lines)
Lines 17-23 Link Here
17
    [% END %]</title
17
    [% END %]</title
18
>
18
>
19
[% FILTER collapse %]
19
[% FILTER collapse %]
20
    <style>
20
    <style nonce="[% Koha.CSPNonce | $raw %]">
21
        .biblio {
21
        .biblio {
22
            padding: 0 0.5em;
22
            padding: 0 0.5em;
23
            margin: 0;
23
            margin: 0;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-1 / +1 lines)
Lines 33-39 Link Here
33
    [% END %]</title
33
    [% END %]</title
34
>
34
>
35
[% INCLUDE 'doc-head-close.inc' %]
35
[% INCLUDE 'doc-head-close.inc' %]
36
<style>
36
<style nonce="[% Koha.CSPNonce | $raw %]">
37
    .sortmsg {
37
    .sortmsg {
38
        font-size: 80%;
38
        font-size: 80%;
39
    }
39
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-1 / +1 lines)
Lines 14-20 Link Here
14
    [% END %]</title
14
    [% END %]</title
15
>
15
>
16
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
17
<style>
17
<style nonce="[% Koha.CSPNonce | $raw %]">
18
    #vendors td {
18
    #vendors td {
19
        vertical-align: top;
19
        vertical-align: top;
20
    }
20
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt (-1 / +1 lines)
Lines 16-22 Link Here
16
    [% END %]</title
16
    [% END %]</title
17
>
17
>
18
[% INCLUDE 'doc-head-close.inc' %]
18
[% INCLUDE 'doc-head-close.inc' %]
19
<style>
19
<style nonce="[% Koha.CSPNonce | $raw %]">
20
    .picked_to_duplicate > td {
20
    .picked_to_duplicate > td {
21
        background-color: #bcdb89 !important;
21
        background-color: #bcdb89 !important;
22
    }
22
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-1 / +1 lines)
Lines 21-27 Link Here
21
>
21
>
22
[% INCLUDE 'doc-head-close.inc' %]
22
[% INCLUDE 'doc-head-close.inc' %]
23
[% FILTER collapse %]
23
[% FILTER collapse %]
24
    <style>
24
    <style nonce="[% Koha.CSPNonce | $raw %]">
25
        #itemfieldset label,
25
        #itemfieldset label,
26
        #itemfieldset span.label {
26
        #itemfieldset span.label {
27
            flex-basis: 25%;
27
            flex-basis: 25%;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-1 / +1 lines)
Lines 20-26 Link Here
20
    [% END %]</title
20
    [% END %]</title
21
>
21
>
22
[% INCLUDE 'doc-head-close.inc' %]
22
[% INCLUDE 'doc-head-close.inc' %]
23
<style>
23
<style nonce="[% Koha.CSPNonce | $raw %]">
24
    @media (min-width: 1200px) {
24
    @media (min-width: 1200px) {
25
        #receive-modal,
25
        #receive-modal,
26
        #receive-modal {
26
        #receive-modal {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-1 / +1 lines)
Lines 350-356 Link Here
350
[% MACRO jsinclude BLOCK %]
350
[% MACRO jsinclude BLOCK %]
351
    [% Asset.js("js/acquisitions-menu.js") | $raw %]
351
    [% Asset.js("js/acquisitions-menu.js") | $raw %]
352
    [% INCLUDE 'datatables.inc' %]
352
    [% INCLUDE 'datatables.inc' %]
353
    <style>
353
    <style nonce="[% Koha.CSPNonce | $raw %]">
354
        fieldset.action {
354
        fieldset.action {
355
            margin-bottom: 20px;
355
            margin-bottom: 20px;
356
        }
356
        }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (-1 / +1 lines)
Lines 20-26 Link Here
20
[% INCLUDE 'doc-head-close.inc' %]
20
[% INCLUDE 'doc-head-close.inc' %]
21
[% USE Koha %]
21
[% USE Koha %]
22
22
23
<style>
23
<style nonce="[% Koha.CSPNonce | $raw %]">
24
    tr.selected {
24
    tr.selected {
25
        background-color: #ffffcc;
25
        background-color: #ffffcc;
26
    }
26
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt (-1 / +1 lines)
Lines 13-19 Link Here
13
    [% END %]</title
13
    [% END %]</title
14
>
14
>
15
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
16
<style>
16
<style nonce="[% Koha.CSPNonce | $raw %]">
17
    td.locked {
17
    td.locked {
18
        background-image: url("[% interface | html %]/[% theme | html %]/img/locked.png");
18
        background-image: url("[% interface | html %]/[% theme | html %]/img/locked.png");
19
        padding-left: 20px;
19
        padding-left: 20px;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-1 / +1 lines)
Lines 35-41 Link Here
35
[% INCLUDE 'doc-head-close.inc' %]
35
[% INCLUDE 'doc-head-close.inc' %]
36
36
37
[% FILTER collapse %]
37
[% FILTER collapse %]
38
    <style>
38
    <style nonce="[% Koha.CSPNonce | $raw %]">
39
        fieldset.rows div.toptabs li {
39
        fieldset.rows div.toptabs li {
40
            clear: none;
40
            clear: none;
41
            margin-right: 0.4em;
41
            margin-right: 0.4em;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt (-1 / +1 lines)
Lines 12-18 Link Here
12
    [% END %]</title
12
    [% END %]</title
13
>
13
>
14
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
15
<style>
15
<style nonce="[% Koha.CSPNonce | $raw %]">
16
    td {
16
    td {
17
        text-align: center;
17
        text-align: center;
18
    }
18
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-2 / +2 lines)
Lines 30-36 Link Here
30
[% Asset.css("lib/codemirror/codemirror.min.css") | $raw %]
30
[% Asset.css("lib/codemirror/codemirror.min.css") | $raw %]
31
[% Asset.css("lib/codemirror/lint.min.css") | $raw %]
31
[% Asset.css("lib/codemirror/lint.min.css") | $raw %]
32
[% FILTER collapse %]
32
[% FILTER collapse %]
33
    <style>
33
    <style nonce="[% Koha.CSPNonce | $raw %]">
34
        .opac-library-info {
34
        .opac-library-info {
35
            border: 1px solid #dedede;
35
            border: 1px solid #dedede;
36
            border-radius: 2px;
36
            border-radius: 2px;
Lines 809-815 Link Here
809
    [% Asset.js( "lib/codemirror/css-lint.min.js" ) | $raw %]
809
    [% Asset.js( "lib/codemirror/css-lint.min.js" ) | $raw %]
810
    [% Asset.js( "lib/codemirror/yaml-lint.min.js" ) | $raw %]
810
    [% Asset.js( "lib/codemirror/yaml-lint.min.js" ) | $raw %]
811
    [% Asset.css("lib/codemirror/codemirror.css") | $raw %]
811
    [% Asset.css("lib/codemirror/codemirror.css") | $raw %]
812
    <style>
812
    <style nonce="[% Koha.CSPNonce | $raw %]">
813
        .CodeMirror {
813
        .CodeMirror {
814
            border: 1px solid #eee;
814
            border: 1px solid #eee;
815
            margin: 1em, 1em, 1em, 0;
815
            margin: 1em, 1em, 1em, 0;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-1 / +1 lines)
Lines 33-39 Link Here
33
>
33
>
34
[% INCLUDE 'doc-head-close.inc' %]
34
[% INCLUDE 'doc-head-close.inc' %]
35
[% Asset.css("lib/jquery/plugins/multiple-select/multiple-select.min.css") | $raw %]
35
[% Asset.css("lib/jquery/plugins/multiple-select/multiple-select.min.css") | $raw %]
36
<style>
36
<style nonce="[% Koha.CSPNonce | $raw %]">
37
    #enrolmentmessage.hint {
37
    #enrolmentmessage.hint {
38
        display: none;
38
        display: none;
39
    }
39
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt (-1 / +1 lines)
Lines 33-39 Link Here
33
    [% END %]</title
33
    [% END %]</title
34
>
34
>
35
[% INCLUDE 'doc-head-close.inc' %]
35
[% INCLUDE 'doc-head-close.inc' %]
36
<style>
36
<style nonce="[% Koha.CSPNonce | $raw %]">
37
    #button_add,
37
    #button_add,
38
    .split_regex,
38
    .split_regex,
39
    .split_callnumber {
39
    .split_callnumber {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt (-1 / +1 lines)
Lines 201-207 Link Here
201
    [% END %]</title
201
    [% END %]</title
202
>
202
>
203
[% INCLUDE 'doc-head-close.inc' %]
203
[% INCLUDE 'doc-head-close.inc' %]
204
<style>
204
<style nonce="[% Koha.CSPNonce | $raw %]">
205
    caption {
205
    caption {
206
        font-size: 115%;
206
        font-size: 115%;
207
    }
207
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/curbside_pickup.tt (-1 / +1 lines)
Lines 13-19 Link Here
13
    [% END %]</title
13
    [% END %]</title
14
>
14
>
15
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
16
<style>
16
<style nonce="[% Koha.CSPNonce | $raw %]">
17
    .pickup-slot {
17
    .pickup-slot {
18
        border: 2px solid #b9d8d9;
18
        border: 2px solid #b9d8d9;
19
        padding: 0 0.1em;
19
        padding: 0 0.1em;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/item_circulation_alerts.tt (-1 / +1 lines)
Lines 13-19 Link Here
13
>
13
>
14
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
15
[% FILTER collapse %]
15
[% FILTER collapse %]
16
    <style>
16
    <style nonce="[% Koha.CSPNonce | $raw %]">
17
        table.grid thead th {
17
        table.grid thead th {
18
            vertical-align: bottom;
18
            vertical-align: bottom;
19
        }
19
        }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-1 / +1 lines)
Lines 36-42 Link Here
36
>
36
>
37
[% INCLUDE 'doc-head-close.inc' %]
37
[% INCLUDE 'doc-head-close.inc' %]
38
[% FILTER collapse %]
38
[% FILTER collapse %]
39
    <style>
39
    <style nonce="[% Koha.CSPNonce | $raw %]">
40
        fieldset.rows div.toptabs li {
40
        fieldset.rows div.toptabs li {
41
            clear: none;
41
            clear: none;
42
            margin-right: 0.4em;
42
            margin-right: 0.4em;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/localization.tt (-1 / +1 lines)
Lines 16-22 Link Here
16
    [% END %]
16
    [% END %]
17
</title>
17
</title>
18
[% INCLUDE 'doc-head-close.inc' %]
18
[% INCLUDE 'doc-head-close.inc' %]
19
<style>
19
<style nonce="[% Koha.CSPNonce | $raw %]">
20
    #localization {
20
    #localization {
21
        margin-top: 1em;
21
        margin-top: 1em;
22
    }
22
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt (-1 / +1 lines)
Lines 15-21 Link Here
15
>
15
>
16
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
17
17
18
<style>
18
<style nonce="[% Koha.CSPNonce | $raw %]">
19
    #tag-error {
19
    #tag-error {
20
        display: block;
20
        display: block;
21
        margin-top: 5px;
21
        margin-top: 5px;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt (-1 / +1 lines)
Lines 31-37 Link Here
31
    [% END %]</title
31
    [% END %]</title
32
>
32
>
33
[% INCLUDE 'doc-head-close.inc' %]
33
[% INCLUDE 'doc-head-close.inc' %]
34
<style>
34
<style nonce="[% Koha.CSPNonce | $raw %]">
35
    .constraints::after {
35
    .constraints::after {
36
        content: " ";
36
        content: " ";
37
        clear: both;
37
        clear: both;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt (-1 / +1 lines)
Lines 66-72 Link Here
66
    </select>
66
    </select>
67
[% END %]
67
[% END %]
68
68
69
<style>
69
<style nonce="[% Koha.CSPNonce | $raw %]">
70
    fieldset.rows fieldset.rows {
70
    fieldset.rows fieldset.rows {
71
        border-width: 0;
71
        border-width: 0;
72
    }
72
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt (-1 / +1 lines)
Lines 12-18 Link Here
12
    [% END %]</title
12
    [% END %]</title
13
>
13
>
14
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
15
<style>
15
<style nonce="[% Koha.CSPNonce | $raw %]">
16
    a.add,
16
    a.add,
17
    a.delete {
17
    a.delete {
18
        cursor: pointer;
18
        cursor: pointer;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transfer_limits.tt (-1 / +1 lines)
Lines 15-21 Link Here
15
    [% END %]</title
15
    [% END %]</title
16
>
16
>
17
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'doc-head-close.inc' %]
18
<style>
18
<style nonce="[% Koha.CSPNonce | $raw %]">
19
    td {
19
    td {
20
        text-align: center;
20
        text-align: center;
21
    }
21
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt (-1 / +1 lines)
Lines 12-18 Link Here
12
    [% END %]</title
12
    [% END %]</title
13
>
13
>
14
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
15
<style>
15
<style nonce="[% Koha.CSPNonce | $raw %]">
16
    .disabled-transfer {
16
    .disabled-transfer {
17
        background-color: #ff8888;
17
        background-color: #ff8888;
18
    }
18
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt (-1 / +1 lines)
Lines 384-390 Link Here
384
    });
384
    });
385
</script>
385
</script>
386
[% Asset.css("css/addbiblio.css") | $raw %]
386
[% Asset.css("css/addbiblio.css") | $raw %]
387
<style>
387
<style nonce="[% Koha.CSPNonce | $raw %]">
388
    #auloadpreview {
388
    #auloadpreview {
389
        font-family: monospace;
389
        font-family: monospace;
390
    }
390
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt (-1 / +1 lines)
Lines 12-18 Link Here
12
    [% END %]</title
12
    [% END %]</title
13
>
13
>
14
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
15
<style>
15
<style nonce="[% Koha.CSPNonce | $raw %]">
16
    div.record ul,
16
    div.record ul,
17
    div.record li {
17
    div.record li {
18
        float: none;
18
        float: none;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt (-1 / +1 lines)
Lines 13-19 Link Here
13
>
13
>
14
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
15
[% Asset.css("css/addbiblio.css") | $raw %]
15
[% Asset.css("css/addbiblio.css") | $raw %]
16
<style>
16
<style nonce="[% Koha.CSPNonce | $raw %]">
17
    .usefor {
17
    .usefor {
18
        padding: 0;
18
        padding: 0;
19
        margin: 0;
19
        margin: 0;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt (-1 / +1 lines)
Lines 13-19 Link Here
13
>
13
>
14
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
15
[% Asset.css("css/addbiblio.css") | $raw %]
15
[% Asset.css("css/addbiblio.css") | $raw %]
16
<style>
16
<style nonce="[% Koha.CSPNonce | $raw %]">
17
    .usefor {
17
    .usefor {
18
        padding: 0;
18
        padding: 0;
19
        margin: 0;
19
        margin: 0;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
<!-- prettier-ignore-start -->
11
<!-- prettier-ignore-start -->
12
    <style>
12
    <style nonce="[% Koha.CSPNonce | $raw %]">
13
        <!--
13
        <!--
14
        .message { page-break-after: always }
14
        .message { page-break-after: always }
15
        pre { font-family: monospace }
15
        pre { font-family: monospace }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt (-1 / +1 lines)
Lines 11-17 Link Here
11
    [% END %]</title
11
    [% END %]</title
12
>
12
>
13
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
14
<style>
14
<style nonce="[% Koha.CSPNonce | $raw %]">
15
    #largeCover {
15
    #largeCover {
16
        background: transparent url("[% interface | html %]/[% theme | html %]/img/spinner-small.gif") center center no-repeat;
16
        background: transparent url("[% interface | html %]/[% theme | html %]/img/spinner-small.gif") center center no-repeat;
17
    }
17
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt (-1 / +1 lines)
Lines 16-22 Link Here
16
>
16
>
17
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'doc-head-close.inc' %]
18
[% FILTER collapse %]
18
[% FILTER collapse %]
19
    <style>
19
    <style nonce="[% Koha.CSPNonce | $raw %]">
20
        .listgroup .rows {
20
        .listgroup .rows {
21
            margin-left: 1em;
21
            margin-left: 1em;
22
        }
22
        }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/showelastic.tt (-1 / +1 lines)
Lines 11-17 Link Here
11
<pre id="main" style="direction: ltr;"> </pre>
11
<pre id="main" style="direction: ltr;"> </pre>
12
</body>
12
</body>
13
<footer>
13
<footer>
14
    <style>
14
    <style nonce="[% Koha.CSPNonce | $raw %]">
15
        textarea {
15
        textarea {
16
            width: 100%;
16
            width: 100%;
17
            min-height: 40em;
17
            min-height: 40em;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-1 / +1 lines)
Lines 40-46 Link Here
40
<script nonce="[% Koha.CSPNonce | $raw %]">
40
<script nonce="[% Koha.CSPNonce | $raw %]">
41
    var has_item_groups = "[% item_groups.size | html %]";
41
    var has_item_groups = "[% item_groups.size | html %]";
42
</script>
42
</script>
43
<style>
43
<style nonce="[% Koha.CSPNonce | $raw %]">
44
    .flatpickr_wrapper input {
44
    .flatpickr_wrapper input {
45
        width: 100%;
45
        width: 100%;
46
    }
46
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt (-1 / +1 lines)
Lines 12-18 Link Here
12
    [% END %]</title
12
    [% END %]</title
13
>
13
>
14
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
15
<style>
15
<style nonce="[% Koha.CSPNonce | $raw %]">
16
    div.record ul,
16
    div.record ul,
17
    div.record li {
17
    div.record li {
18
        float: none;
18
        float: none;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt (-1 / +1 lines)
Lines 16-22 Link Here
16
    [% END %]</title
16
    [% END %]</title
17
>
17
>
18
[% INCLUDE 'doc-head-close.inc' %]
18
[% INCLUDE 'doc-head-close.inc' %]
19
<style>
19
<style nonce="[% Koha.CSPNonce | $raw %]">
20
    p {
20
    p {
21
        margin-top: 0;
21
        margin-top: 0;
22
    }
22
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt (-1 / +1 lines)
Lines 15-21 Link Here
15
>
15
>
16
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
17
[% FILTER collapse %]
17
[% FILTER collapse %]
18
    <style>
18
    <style nonce="[% Koha.CSPNonce | $raw %]">
19
        #tobranchcd-error {
19
        #tobranchcd-error {
20
            display: block;
20
            display: block;
21
        }
21
        }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-1 / +1 lines)
Lines 25-31 Link Here
25
>
25
>
26
[% INCLUDE 'doc-head-close.inc' %]
26
[% INCLUDE 'doc-head-close.inc' %]
27
[% FILTER collapse %]
27
[% FILTER collapse %]
28
    <style>
28
    <style nonce="[% Koha.CSPNonce | $raw %]">
29
        #patron_checkout_search {
29
        #patron_checkout_search {
30
            display: flex;
30
            display: flex;
31
            gap: 0.5rem;
31
            gap: 0.5rem;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt (-1 / +1 lines)
Lines 16-22 Link Here
16
        &rsaquo; [% t("Circulation") | html %] &rsaquo; [% t("Koha") | html %]
16
        &rsaquo; [% t("Circulation") | html %] &rsaquo; [% t("Koha") | html %]
17
    [% END %]</title
17
    [% END %]</title
18
>
18
>
19
<style>
19
<style nonce="[% Koha.CSPNonce | $raw %]">
20
    #pickup-times {
20
    #pickup-times {
21
        width: 50%;
21
        width: 50%;
22
    }
22
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt (-1 / +1 lines)
Lines 21-27 Link Here
21
>
21
>
22
[% INCLUDE 'doc-head-close.inc' %]
22
[% INCLUDE 'doc-head-close.inc' %]
23
[% FILTER collapse %]
23
[% FILTER collapse %]
24
    <style>
24
    <style nonce="[% Koha.CSPNonce | $raw %]">
25
        .sql {
25
        .sql {
26
            display: none;
26
            display: none;
27
        }
27
        }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt (-1 / +1 lines)
Lines 38-44 Link Here
38
[% FOR slip IN slips %]
38
[% FOR slip IN slips %]
39
    [% IF slip.style %]
39
    [% IF slip.style %]
40
        <!-- prettier-ignore-start -->
40
        <!-- prettier-ignore-start -->
41
    <style>[% slip.style.replace('([^\{\}]+?)\s*\{', '#slip_' _ slip.id _ ' $1 {') | $raw %]</style>
41
    <style nonce="[% Koha.CSPNonce | $raw %]">[% slip.style.replace('([^\{\}]+?)\s*\{', '#slip_' _ slip.id _ ' $1 {') | $raw %]</style>
42
    <!-- prettier-ignore-end -->
42
    <!-- prettier-ignore-end -->
43
    [% END %]
43
    [% END %]
44
[% END %]
44
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt (-1 / +1 lines)
Lines 16-22 Link Here
16
    [% END %]</title
16
    [% END %]</title
17
>
17
>
18
[% INCLUDE 'doc-head-close.inc' %]
18
[% INCLUDE 'doc-head-close.inc' %]
19
<style>
19
<style nonce="[% Koha.CSPNonce | $raw %]">
20
    .sql {
20
    .sql {
21
        display: none;
21
        display: none;
22
    }
22
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/set-library.tt (-1 / +1 lines)
Lines 21-27 Link Here
21
    [% END %]</title
21
    [% END %]</title
22
>
22
>
23
[% INCLUDE 'doc-head-close.inc' %]
23
[% INCLUDE 'doc-head-close.inc' %]
24
<style>
24
<style nonce="[% Koha.CSPNonce | $raw %]">
25
    .noshow {
25
    .noshow {
26
        display: none;
26
        display: none;
27
    }
27
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-1 / +1 lines)
Lines 16-22 Link Here
16
    [% END %]</title
16
    [% END %]</title
17
>
17
>
18
[% INCLUDE 'doc-head-close.inc' %]
18
[% INCLUDE 'doc-head-close.inc' %]
19
<style>
19
<style nonce="[% Koha.CSPNonce | $raw %]">
20
    p {
20
    p {
21
        margin-top: 0;
21
        margin-top: 0;
22
    }
22
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-1 / +1 lines)
Lines 16-22 Link Here
16
>
16
>
17
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'doc-head-close.inc' %]
18
[% FILTER collapse %]
18
[% FILTER collapse %]
19
    <style>
19
    <style nonce="[% Koha.CSPNonce | $raw %]">
20
        .tab-toolbar {
20
        .tab-toolbar {
21
            padding: 0.5rem 0;
21
            padding: 0.5rem 0;
22
            margin-bottom: 0.5rem;
22
            margin-bottom: 0.5rem;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/templates-add-modify.tt (-1 / +1 lines)
Lines 18-24 Link Here
18
    [% END %]</title
18
    [% END %]</title
19
>
19
>
20
[% INCLUDE 'doc-head-close.inc' %]
20
[% INCLUDE 'doc-head-close.inc' %]
21
<style>
21
<style nonce="[% Koha.CSPNonce | $raw %]">
22
    .club-field,
22
    .club-field,
23
    .enrollment-field {
23
    .enrollment-field {
24
        border-top: 1px solid #ddd;
24
        border-top: 1px solid #ddd;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt (-1 / +1 lines)
Lines 18-24 Link Here
18
>
18
>
19
[% INCLUDE 'doc-head-close.inc' %]
19
[% INCLUDE 'doc-head-close.inc' %]
20
[% FILTER collapse %]
20
[% FILTER collapse %]
21
    <style>
21
    <style nonce="[% Koha.CSPNonce | $raw %]">
22
        .biblio-level-info {
22
        .biblio-level-info {
23
            background-color: #f3f3f3;
23
            background-color: #f3f3f3;
24
            border-radius: 5px;
24
            border-radius: 5px;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt (-1 / +1 lines)
Lines 15-21 Link Here
15
    [% END %]</title
15
    [% END %]</title
16
>
16
>
17
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'doc-head-close.inc' %]
18
<style>
18
<style nonce="[% Koha.CSPNonce | $raw %]">
19
    #course_instructors {
19
    #course_instructors {
20
        float: left;
20
        float: left;
21
    }
21
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/barcode-print.tt (-1 / +1 lines)
Lines 13-19 Link Here
13
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
14
[% Asset.css("css/humanmsg.css") | $raw %]
14
[% Asset.css("css/humanmsg.css") | $raw %]
15
[% FILTER collapse %]
15
[% FILTER collapse %]
16
    <style>
16
    <style nonce="[% Koha.CSPNonce | $raw %]">
17
        input[type="range"] {
17
        input[type="range"] {
18
            display: inline-block;
18
            display: inline-block;
19
            width: auto;
19
            width: auto;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt (-1 / +1 lines)
Lines 9-15 Link Here
9
    [% END %]
9
    [% END %]
10
</title>
10
</title>
11
[% INCLUDE 'doc-head-close.inc' popup => 1 %]
11
[% INCLUDE 'doc-head-close.inc' popup => 1 %]
12
<style>
12
<style nonce="[% Koha.CSPNonce | $raw %]">
13
    table {
13
    table {
14
        border-collapse: separate;
14
        border-collapse: separate;
15
        border-spacing: 0;
15
        border-spacing: 0;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt (-2 / +2 lines)
Lines 12-18 Link Here
12
>
12
>
13
[% INCLUDE 'doc-head-close.inc' popup => 1 %]
13
[% INCLUDE 'doc-head-close.inc' popup => 1 %]
14
[% Asset.css("css/spinelabel.css") | $raw %]
14
[% Asset.css("css/spinelabel.css") | $raw %]
15
<style>
15
<style nonce="[% Koha.CSPNonce | $raw %]">
16
    @media print {
16
    @media print {
17
        .noprint {
17
        .noprint {
18
            display: none;
18
            display: none;
Lines 20-26 Link Here
20
    }
20
    }
21
</style>
21
</style>
22
<!-- prettier-ignore-start -->
22
<!-- prettier-ignore-start -->
23
[% IF ( IntranetUserCSS ) %]<style>[% IntranetUserCSS | $raw %]</style>[% END %]
23
[% IF ( IntranetUserCSS ) %]<style nonce="[% Koha.CSPNonce | $raw %]">[% IntranetUserCSS | $raw %]</style>[% END %]
24
<!-- prettier-ignore-end -->
24
<!-- prettier-ignore-end -->
25
</head>
25
</head>
26
26
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt (-1 / +1 lines)
Lines 15-21 Link Here
15
>
15
>
16
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
17
[% FILTER collapse %]
17
[% FILTER collapse %]
18
    <style>
18
    <style nonce="[% Koha.CSPNonce | $raw %]">
19
        ins {
19
        ins {
20
            background-color: #e6ffe6;
20
            background-color: #e6ffe6;
21
        }
21
        }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt (-1 / +1 lines)
Lines 18-24 Link Here
18
    [% END %]</title
18
    [% END %]</title
19
>
19
>
20
[% INCLUDE 'doc-head-close.inc' %]
20
[% INCLUDE 'doc-head-close.inc' %]
21
<style>
21
<style nonce="[% Koha.CSPNonce | $raw %]">
22
    .pager div.dt-buttons {
22
    .pager div.dt-buttons {
23
        justify-content: flex-start;
23
        justify-content: flex-start;
24
    }
24
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tt (-1 / +1 lines)
Lines 17-23 Link Here
17
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/img/favicon.ico[% END %]" type="image/x-icon" />
17
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/img/favicon.ico[% END %]" type="image/x-icon" />
18
18
19
[% Asset.css("css/printreceiptinvoice.css") | $raw %] <!-- prettier-ignore-start -->
19
[% Asset.css("css/printreceiptinvoice.css") | $raw %] <!-- prettier-ignore-start -->
20
[% IF style %]<style>[% style | $raw %]</style>[% END %]
20
[% IF style %]<style nonce="[% Koha.CSPNonce | $raw %]">[% style | $raw %]</style>[% END %]
21
<!-- prettier-ignore-end -->
21
<!-- prettier-ignore-end -->
22
[% INCLUDE 'blocking_errors.inc' %]
22
[% INCLUDE 'blocking_errors.inc' %]
23
</head>
23
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt (-1 / +1 lines)
Lines 17-23 Link Here
17
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/img/favicon.ico[% END %]" type="image/x-icon" />
17
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/img/favicon.ico[% END %]" type="image/x-icon" />
18
18
19
[% Asset.css("css/printreceiptinvoice.css") | $raw %] <!-- prettier-ignore-start -->
19
[% Asset.css("css/printreceiptinvoice.css") | $raw %] <!-- prettier-ignore-start -->
20
[% IF style %]<style>[% style | $raw %]</style>[% END %]
20
[% IF style %]<style nonce="[% Koha.CSPNonce | $raw %]">[% style | $raw %]</style>[% END %]
21
<!-- prettier-ignore-end -->
21
<!-- prettier-ignore-end -->
22
[% INCLUDE 'blocking_errors.inc' %]
22
[% INCLUDE 'blocking_errors.inc' %]
23
</head>
23
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printnotice.tt (-1 / +1 lines)
Lines 20-26 Link Here
20
    <link rel="stylesheet" type="text/css" href="[% Koha.Preference('SlipCSS') | $raw %]" />
20
    <link rel="stylesheet" type="text/css" href="[% Koha.Preference('SlipCSS') | $raw %]" />
21
[% END %]
21
[% END %]
22
<!-- prettier-ignore-start -->
22
<!-- prettier-ignore-start -->
23
[% IF style %]<style>[% style | $raw %]</style>[% END %]
23
[% IF style %]<style nonce="[% Koha.CSPNonce | $raw %]">[% style | $raw %]</style>[% END %]
24
<!-- prettier-ignore-end -->
24
<!-- prettier-ignore-end -->
25
</head>
25
</head>
26
26
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt (-1 / +1 lines)
Lines 14-20 Link Here
14
>
14
>
15
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
16
16
17
<style>
17
<style nonce="[% Koha.CSPNonce | $raw %]">
18
    #add_patrons_by_search {
18
    #add_patrons_by_search {
19
        display: none;
19
        display: none;
20
    }
20
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/printreceipt.tt (-1 / +1 lines)
Lines 16-22 Link Here
16
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/img/favicon.ico[% END %]" type="image/x-icon" />
16
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/img/favicon.ico[% END %]" type="image/x-icon" />
17
17
18
[% Asset.css("css/printreceiptinvoice.css") | $raw %] <!-- prettier-ignore-start -->
18
[% Asset.css("css/printreceiptinvoice.css") | $raw %] <!-- prettier-ignore-start -->
19
[% IF style %]<style>[% style | $raw %]</style>[% END %]
19
[% IF style %]<style nonce="[% Koha.CSPNonce | $raw %]">[% style | $raw %]</style>[% END %]
20
<!-- prettier-ignore-end -->
20
<!-- prettier-ignore-end -->
21
[% INCLUDE 'blocking_errors.inc' %]
21
[% INCLUDE 'blocking_errors.inc' %]
22
</head>
22
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt (-1 / +1 lines)
Lines 21-27 Link Here
21
>
21
>
22
22
23
[% INCLUDE 'doc-head-close.inc' %]
23
[% INCLUDE 'doc-head-close.inc' %]
24
<style>
24
<style nonce="[% Koha.CSPNonce | $raw %]">
25
    .sql {
25
    .sql {
26
        display: none;
26
        display: none;
27
    }
27
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt (-1 / +1 lines)
Lines 11-17 Link Here
11
    [% END %]</title
11
    [% END %]</title
12
>
12
>
13
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
14
<style>
14
<style nonce="[% Koha.CSPNonce | $raw %]">
15
    .sql {
15
    .sql {
16
        display: none;
16
        display: none;
17
    }
17
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt (-1 / +1 lines)
Lines 10-16 Link Here
10
    [% END %]</title
10
    [% END %]</title
11
>
11
>
12
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
13
<style>
13
<style nonce="[% Koha.CSPNonce | $raw %]">
14
    fieldset.rows table {
14
    fieldset.rows table {
15
        clear: none;
15
        clear: none;
16
        margin: 0;
16
        margin: 0;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-1 / +1 lines)
Lines 79-85 Link Here
79
[% INCLUDE 'doc-head-close.inc' %]
79
[% INCLUDE 'doc-head-close.inc' %]
80
[% Asset.css("lib/codemirror/codemirror.min.css") | $raw %]
80
[% Asset.css("lib/codemirror/codemirror.min.css") | $raw %]
81
[% FILTER collapse %]
81
[% FILTER collapse %]
82
    <style>
82
    <style nonce="[% Koha.CSPNonce | $raw %]">
83
        .CodeMirror {
83
        .CodeMirror {
84
            resize: vertical;
84
            resize: vertical;
85
        }
85
        }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt (-1 / +1 lines)
Lines 20-26 Link Here
20
    [% END %]</title
20
    [% END %]</title
21
>
21
>
22
[% INCLUDE 'doc-head-close.inc' %]
22
[% INCLUDE 'doc-head-close.inc' %]
23
<style>
23
<style nonce="[% Koha.CSPNonce | $raw %]">
24
    .sql {
24
    .sql {
25
        display: none;
25
        display: none;
26
    }
26
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt (-1 / +1 lines)
Lines 15-21 Link Here
15
    [% END %]</title
15
    [% END %]</title
16
>
16
>
17
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'doc-head-close.inc' %]
18
<style>
18
<style nonce="[% Koha.CSPNonce | $raw %]">
19
    .sql {
19
    .sql {
20
        display: none;
20
        display: none;
21
    }
21
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt (-1 / +1 lines)
Lines 13-19 Link Here
13
    [% END %]</title
13
    [% END %]</title
14
>
14
>
15
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
16
<style>
16
<style nonce="[% Koha.CSPNonce | $raw %]">
17
    .sql {
17
    .sql {
18
        display: none;
18
        display: none;
19
    }
19
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-1 / +1 lines)
Lines 39-45 Link Here
39
>
39
>
40
[% INCLUDE 'doc-head-close.inc' %]
40
[% INCLUDE 'doc-head-close.inc' %]
41
[% FILTER collapse %]
41
[% FILTER collapse %]
42
    <style>
42
    <style nonce="[% Koha.CSPNonce | $raw %]">
43
        a.hold-arrow {
43
        a.hold-arrow {
44
            display: inline-block;
44
            display: inline-block;
45
            padding: 3px;
45
            padding: 3px;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview-slip.tt (-1 / +1 lines)
Lines 11-17 Link Here
11
    [% END %]</title
11
    [% END %]</title
12
>
12
>
13
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
14
<style media="print">
14
<style nonce="[% Koha.CSPNonce | $raw %]" media="print">
15
    #ser_routing-preview-slip {
15
    #ser_routing-preview-slip {
16
        min-width: 0;
16
        min-width: 0;
17
        width: auto;
17
        width: auto;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt (-1 / +1 lines)
Lines 89-95 Link Here
89
    });
89
    });
90
    //]]>
90
    //]]>
91
</script>
91
</script>
92
<style>
92
<style nonce="[% Koha.CSPNonce | $raw %]">
93
    #serials_edit fieldset.rows label,
93
    #serials_edit fieldset.rows label,
94
    #serials_edit fieldset.rows span.label {
94
    #serials_edit fieldset.rows span.label {
95
        font-size: 100%;
95
        font-size: 100%;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt (-1 / +1 lines)
Lines 15-21 Link Here
15
    [% END %]</title
15
    [% END %]</title
16
>
16
>
17
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'doc-head-close.inc' %]
18
<style>
18
<style nonce="[% Koha.CSPNonce | $raw %]">
19
    input.dt-filter {
19
    input.dt-filter {
20
        width: 100%;
20
        width: 100%;
21
        font-size: 85%;
21
        font-size: 85%;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt (-1 / +1 lines)
Lines 19-25 Link Here
19
    [% END %]</title
19
    [% END %]</title
20
>
20
>
21
[% INCLUDE 'doc-head-close.inc' %]
21
[% INCLUDE 'doc-head-close.inc' %]
22
<style>
22
<style nonce="[% Koha.CSPNonce | $raw %]">
23
    fieldset.rows li.radio {
23
    fieldset.rows li.radio {
24
        width: 100%;
24
        width: 100%;
25
    } /* override staff-global.css */
25
    } /* override staff-global.css */
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-1 / +1 lines)
Lines 31-37 Link Here
31
[% INCLUDE 'doc-head-close.inc' %]
31
[% INCLUDE 'doc-head-close.inc' %]
32
[% IF op == 'else' %]
32
[% IF op == 'else' %]
33
    [% FILTER collapse %]
33
    [% FILTER collapse %]
34
        <style>
34
        <style nonce="[% Koha.CSPNonce | $raw %]">
35
            h4.local_collapse a {
35
            h4.local_collapse a {
36
                font-size: 80%;
36
                font-size: 80%;
37
                text-decoration: none;
37
                text-decoration: none;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt (-1 / +1 lines)
Lines 13-19 Link Here
13
    [% END %]</title
13
    [% END %]</title
14
>
14
>
15
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
16
<style>
16
<style nonce="[% Koha.CSPNonce | $raw %]">
17
    tr.selected {
17
    tr.selected {
18
        background-color: #ffffcc;
18
        background-color: #ffffcc;
19
    }
19
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt (-1 / +1 lines)
Lines 23-29 Link Here
23
>
23
>
24
[% INCLUDE 'doc-head-close.inc' %]
24
[% INCLUDE 'doc-head-close.inc' %]
25
[% FILTER collapse %]
25
[% FILTER collapse %]
26
    <style>
26
    <style nonce="[% Koha.CSPNonce | $raw %]">
27
        .setlabel {
27
        .setlabel {
28
            background-color: #e8e8e8;
28
            background-color: #e8e8e8;
29
            font-family: courier;
29
            font-family: courier;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt (-2 / +2 lines)
Lines 58-64 Link Here
58
    [% SET editmode = "text" %]
58
    [% SET editmode = "text" %]
59
    [% Asset.css("lib/codemirror/codemirror.css") | $raw %]
59
    [% Asset.css("lib/codemirror/codemirror.css") | $raw %]
60
    [% Asset.css("lib/codemirror/lint.min.css") | $raw %]
60
    [% Asset.css("lib/codemirror/lint.min.css") | $raw %]
61
    <style>
61
    <style nonce="[% Koha.CSPNonce | $raw %]">
62
        .CodeMirror {
62
        .CodeMirror {
63
            resize: vertical;
63
            resize: vertical;
64
            z-index: 0;
64
            z-index: 0;
Lines 68-74 Link Here
68
[% IF category == 'record_display' %]
68
[% IF category == 'record_display' %]
69
    [% editmode = "text" %]
69
    [% editmode = "text" %]
70
[% END %]
70
[% END %]
71
<style>
71
<style nonce="[% Koha.CSPNonce | $raw %]">
72
    .syspref-link::before {
72
    .syspref-link::before {
73
        content: " | ";
73
        content: " | ";
74
    }
74
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt (-1 / +1 lines)
Lines 22-28 Link Here
22
>
22
>
23
[% INCLUDE 'doc-head-close.inc' %]
23
[% INCLUDE 'doc-head-close.inc' %]
24
<!--[if IE]>
24
<!--[if IE]>
25
    <style>
25
    <style nonce="[% Koha.CSPNonce | $raw %]">
26
        #selections {
26
        #selections {
27
            display: none;
27
            display: none;
28
        }
28
        }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt (-1 / +1 lines)
Lines 21-27 Link Here
21
    [% END %]</title
21
    [% END %]</title
22
>
22
>
23
[% INCLUDE 'doc-head-close.inc' %]
23
[% INCLUDE 'doc-head-close.inc' %]
24
<style>
24
<style nonce="[% Koha.CSPNonce | $raw %]">
25
    input[type="checkbox"] {
25
    input[type="checkbox"] {
26
        margin: 0 0.5em;
26
        margin: 0 0.5em;
27
    }
27
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt (-1 / +1 lines)
Lines 12-18 Link Here
12
    [% END %]</title
12
    [% END %]</title
13
>
13
>
14
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
15
<style>
15
<style nonce="[% Koha.CSPNonce | $raw %]">
16
    fieldset.rows li {
16
    fieldset.rows li {
17
        display: flex;
17
        display: flex;
18
    }
18
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt (-1 / +1 lines)
Lines 16-22 Link Here
16
    [% END %]</title
16
    [% END %]</title
17
>
17
>
18
[% INCLUDE 'doc-head-close.inc' %]
18
[% INCLUDE 'doc-head-close.inc' %]
19
<style>
19
<style nonce="[% Koha.CSPNonce | $raw %]">
20
    label.description {
20
    label.description {
21
        width: 20em;
21
        width: 20em;
22
    }
22
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-1 / +1 lines)
Lines 20-26 Link Here
20
>
20
>
21
[% INCLUDE 'doc-head-close.inc' %]
21
[% INCLUDE 'doc-head-close.inc' %]
22
[% FILTER collapse %]
22
[% FILTER collapse %]
23
    <style>
23
    <style nonce="[% Koha.CSPNonce | $raw %]">
24
        .branchgridrow {
24
        .branchgridrow {
25
            display: flex;
25
            display: flex;
26
            flex-wrap: wrap;
26
            flex-wrap: wrap;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt (-1 / +1 lines)
Lines 36-42 Link Here
36
>
36
>
37
[% INCLUDE 'doc-head-close.inc' %]
37
[% INCLUDE 'doc-head-close.inc' %]
38
[% FILTER collapse %]
38
[% FILTER collapse %]
39
    <style>
39
    <style nonce="[% Koha.CSPNonce | $raw %]">
40
        #preview_template .modal-dialog {
40
        #preview_template .modal-dialog {
41
            width: 80%;
41
            width: 80%;
42
        }
42
        }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt (-1 / +1 lines)
Lines 21-27 Link Here
21
>
21
>
22
[% INCLUDE 'doc-head-close.inc' %]
22
[% INCLUDE 'doc-head-close.inc' %]
23
[% Asset.css("css/humanmsg.css") | $raw %]
23
[% Asset.css("css/humanmsg.css") | $raw %]
24
<style>
24
<style nonce="[% Koha.CSPNonce | $raw %]">
25
    span.change-status {
25
    span.change-status {
26
        font-style: italic;
26
        font-style: italic;
27
        color: #666;
27
        color: #666;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt (-1 / +1 lines)
Lines 25-31 Link Here
25
>
25
>
26
[% INCLUDE 'doc-head-close.inc' %]
26
[% INCLUDE 'doc-head-close.inc' %]
27
[% FILTER collapse %]
27
[% FILTER collapse %]
28
    <style>
28
    <style nonce="[% Koha.CSPNonce | $raw %]">
29
        #add_action {
29
        #add_action {
30
            display: none;
30
            display: none;
31
        }
31
        }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/showdiffmarc.tt (-1 / +1 lines)
Lines 11-17 Link Here
11
    [% END %]</title
11
    [% END %]</title
12
>
12
>
13
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
14
<style>
14
<style nonce="[% Koha.CSPNonce | $raw %]">
15
    ins {
15
    ins {
16
        background-color: #e6ffe6;
16
        background-color: #e6ffe6;
17
    }
17
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt (-1 / +1 lines)
Lines 15-21 Link Here
15
    [% END %]</title
15
    [% END %]</title
16
>
16
>
17
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'doc-head-close.inc' %]
18
<style>
18
<style nonce="[% Koha.CSPNonce | $raw %]">
19
    #fileuploadstatus,
19
    #fileuploadstatus,
20
    #fileuploadfailed,
20
    #fileuploadfailed,
21
    #fileuploadcancel {
21
    #fileuploadcancel {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt (-1 / +1 lines)
Lines 36-42 Link Here
36
    [% END %]</title
36
    [% END %]</title
37
>
37
>
38
[% INCLUDE 'doc-head-close.inc' %]
38
[% INCLUDE 'doc-head-close.inc' %]
39
<style>
39
<style nonce="[% Koha.CSPNonce | $raw %]">
40
    i.drag_handle {
40
    i.drag_handle {
41
        color: #999;
41
        color: #999;
42
    }
42
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt (-1 / +1 lines)
Lines 17-23 Link Here
17
>
17
>
18
[% INCLUDE 'doc-head-close.inc' %]
18
[% INCLUDE 'doc-head-close.inc' %]
19
[% FILTER collapse %]
19
[% FILTER collapse %]
20
    <style>
20
    <style nonce="[% Koha.CSPNonce | $raw %]">
21
        #fileuploadstatus,
21
        #fileuploadstatus,
22
        #fileuploadfailed,
22
        #fileuploadfailed,
23
        #jobpanel,
23
        #jobpanel,
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt (-1 / +1 lines)
Lines 248-254 Link Here
248
    <!-- /.page-section -->
248
    <!-- /.page-section -->
249
[% END %]
249
[% END %]
250
250
251
<style>
251
<style nonce="[% Koha.CSPNonce | $raw %]">
252
    #fileuploadstatus,
252
    #fileuploadstatus,
253
    #fileuploadfailed {
253
    #fileuploadfailed {
254
        display: none;
254
        display: none;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt (-1 / +1 lines)
Lines 21-27 Link Here
21
[% INCLUDE 'doc-head-close.inc' %]
21
[% INCLUDE 'doc-head-close.inc' %]
22
[% Asset.css("css/humanmsg.css") | $raw %]
22
[% Asset.css("css/humanmsg.css") | $raw %]
23
[% FILTER collapse %]
23
[% FILTER collapse %]
24
    <style>
24
    <style nonce="[% Koha.CSPNonce | $raw %]">
25
        fieldset.rows label.viewlog {
25
        fieldset.rows label.viewlog {
26
            float: none;
26
            float: none;
27
            font-weight: normal;
27
            font-weight: normal;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt (-1 / +1 lines)
Lines 8-14 Link Here
8
    [% END %]</title
8
    [% END %]</title
9
>
9
>
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
<style>
11
<style nonce="[% Koha.CSPNonce | $raw %]">
12
    fieldset.rows {
12
    fieldset.rows {
13
        float: none;
13
        float: none;
14
    }
14
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-1 / +1 lines)
Lines 27-33 Link Here
27
    [% END %]</title
27
    [% END %]</title
28
>
28
>
29
[% INCLUDE 'doc-head-close.inc' %]
29
[% INCLUDE 'doc-head-close.inc' %]
30
<style>
30
<style nonce="[% Koha.CSPNonce | $raw %]">
31
    textarea {
31
    textarea {
32
        width: 100%;
32
        width: 100%;
33
    }
33
    }
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc (-3 / +3 lines)
Lines 48-59 Link Here
48
[% END %]
48
[% END %]
49
[% IF ( Koha.Preference('OPACUserCSS') ) %]
49
[% IF ( Koha.Preference('OPACUserCSS') ) %]
50
    <!-- prettier-ignore-start -->
50
    <!-- prettier-ignore-start -->
51
    <style>[% Koha.Preference('OPACUserCSS') | $raw %]</style>
51
    <style nonce="[% Koha.CSPNonce | $raw %]">[% Koha.Preference('OPACUserCSS') | $raw %]</style>
52
    <!-- prettier-ignore-end -->
52
    <!-- prettier-ignore-end -->
53
[% END %]
53
[% END %]
54
[% IF Branches.GetBranchSpecificCSS( Branches.GetLoggedInBranchcode() || default_branch) %]
54
[% IF Branches.GetBranchSpecificCSS( Branches.GetLoggedInBranchcode() || default_branch) %]
55
    <!-- prettier-ignore-start -->
55
    <!-- prettier-ignore-start -->
56
    <style>
56
    <style nonce="[% Koha.CSPNonce | $raw %]">
57
        [% Branches.GetBranchSpecificCSS( Branches.GetLoggedInBranchcode() || default_branch) | $raw %]
57
        [% Branches.GetBranchSpecificCSS( Branches.GetLoggedInBranchcode() || default_branch) | $raw %]
58
    </style>
58
    </style>
59
    <!-- prettier-ignore-end -->
59
    <!-- prettier-ignore-end -->
Lines 62-68 Link Here
62
    [% SET SCOUserCSS = Koha.Preference('SCOUserCSS') %]
62
    [% SET SCOUserCSS = Koha.Preference('SCOUserCSS') %]
63
    [% IF SCOUserCSS %]
63
    [% IF SCOUserCSS %]
64
        <!-- prettier-ignore-start -->
64
        <!-- prettier-ignore-start -->
65
        <style>[% SCOUserCSS | $raw %]</style>
65
        <style nonce="[% Koha.CSPNonce | $raw %]">[% SCOUserCSS | $raw %]</style>
66
        <!-- prettier-ignore-end -->
66
        <!-- prettier-ignore-end -->
67
    [% END %]
67
    [% END %]
68
[% END %]
68
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/ill/backends/Standard/shared/custom_fields.inc (-1 / +1 lines)
Lines 25-31 Link Here
25
    </button>
25
    </button>
26
</fieldset>
26
</fieldset>
27
27
28
<style>
28
<style nonce="[% Koha.CSPNonce | $raw %]">
29
    .custom-field-input {
29
    .custom-field-input {
30
        width: 25%;
30
        width: 25%;
31
        display: inline-block;
31
        display: inline-block;
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/maintenance.tt (-1 / +1 lines)
Lines 16-22 Link Here
16
>
16
>
17
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'doc-head-close.inc' %]
18
[% BLOCK cssinclude %]
18
[% BLOCK cssinclude %]
19
    <style>
19
    <style nonce="[% Koha.CSPNonce | $raw %]">
20
        .navbar-expand {
20
        .navbar-expand {
21
            justify-content: space-between;
21
            justify-content: space-between;
22
        }
22
        }
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt (-1 / +1 lines)
Lines 10-16 Link Here
10
>
10
>
11
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
12
[% BLOCK cssinclude %]
12
[% BLOCK cssinclude %]
13
    <style>
13
    <style nonce="[% Koha.CSPNonce | $raw %]">
14
        form {
14
        form {
15
            margin-left: 3rem;
15
            margin-left: 3rem;
16
        }
16
        }
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt (-1 / +1 lines)
Lines 14-20 Link Here
14
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
15
[% BLOCK cssinclude %]
15
[% BLOCK cssinclude %]
16
    [% FILTER collapse %]
16
    [% FILTER collapse %]
17
        <style>
17
        <style nonce="[% Koha.CSPNonce | $raw %]">
18
            .adv-search-grid {
18
            .adv-search-grid {
19
                display: grid;
19
                display: grid;
20
                gap: 0.5rem;
20
                gap: 0.5rem;
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt (-1 / +1 lines)
Lines 19-25 Link Here
19
[% INCLUDE 'doc-head-close.inc' %]
19
[% INCLUDE 'doc-head-close.inc' %]
20
[% BLOCK cssinclude %]
20
[% BLOCK cssinclude %]
21
    [% FILTER collapse %]
21
    [% FILTER collapse %]
22
        <style>
22
        <style nonce="[% Koha.CSPNonce | $raw %]">
23
            .item-status,
23
            .item-status,
24
            .dt-buttons {
24
            .dt-buttons {
25
                display: inline;
25
                display: inline;
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-curbside-pickups.tt (-1 / +1 lines)
Lines 16-22 Link Here
16
    [% END %]</title
16
    [% END %]</title
17
>
17
>
18
[% FILTER collapse %]
18
[% FILTER collapse %]
19
    <style>
19
    <style nonce="[% Koha.CSPNonce | $raw %]">
20
        .pickup_time input[type="radio"] {
20
        .pickup_time input[type="radio"] {
21
            display: none;
21
            display: none;
22
        }
22
        }
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-1 / +1 lines)
Lines 48-54 Link Here
48
[% Asset.css("lib/Chocolat/css/chocolat.css") | $raw %]
48
[% Asset.css("lib/Chocolat/css/chocolat.css") | $raw %]
49
[% INCLUDE 'doc-head-close.inc' %]
49
[% INCLUDE 'doc-head-close.inc' %]
50
[% FILTER collapse %]
50
[% FILTER collapse %]
51
    <style>
51
    <style nonce="[% Koha.CSPNonce | $raw %]">
52
        .component_part {
52
        .component_part {
53
            padding: 0.5rem 0.9rem;
53
            padding: 0.5rem 0.9rem;
54
            border-bottom: 1px solid #bcbcbc;
54
            border-bottom: 1px solid #bcbcbc;
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt (-1 / +1 lines)
Lines 18-24 Link Here
18
[% INCLUDE 'doc-head-close.inc' %]
18
[% INCLUDE 'doc-head-close.inc' %]
19
[% BLOCK cssinclude %]
19
[% BLOCK cssinclude %]
20
    [% FILTER collapse %]
20
    [% FILTER collapse %]
21
        <style>
21
        <style nonce="[% Koha.CSPNonce | $raw %]">
22
            div.tabsub {
22
            div.tabsub {
23
                clear: both;
23
                clear: both;
24
            }
24
            }
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-holdshistory.tt (-1 / +1 lines)
Lines 20-26 Link Here
20
>
20
>
21
[% INCLUDE 'doc-head-close.inc' %]
21
[% INCLUDE 'doc-head-close.inc' %]
22
[% BLOCK cssinclude %]
22
[% BLOCK cssinclude %]
23
    <style>
23
    <style nonce="[% Koha.CSPNonce | $raw %]">
24
        .controls .paginate_button {
24
        .controls .paginate_button {
25
            font-family: "FontAwesome";
25
            font-family: "FontAwesome";
26
            text-decoration: none;
26
            text-decoration: none;
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-idref.tt (-1 / +1 lines)
Lines 10-16 Link Here
10
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
12
[% BLOCK cssinclude %]
12
[% BLOCK cssinclude %]
13
    <style>
13
    <style nonce="[% Koha.CSPNonce | $raw %]">
14
        #idref h2.role {
14
        #idref h2.role {
15
            background-color: #dddeee;
15
            background-color: #dddeee;
16
            cursor: pointer;
16
            cursor: pointer;
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-imageviewer.tt (-1 / +1 lines)
Lines 15-21 Link Here
15
>
15
>
16
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
17
[% BLOCK cssinclude %]
17
[% BLOCK cssinclude %]
18
    <style>
18
    <style nonce="[% Koha.CSPNonce | $raw %]">
19
        #largeCoverImg {
19
        #largeCoverImg {
20
            border: 1px solid #cccccc;
20
            border: 1px solid #cccccc;
21
            display: block;
21
            display: block;
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-library.tt (-1 / +1 lines)
Lines 21-27 Link Here
21
>
21
>
22
[% INCLUDE 'doc-head-close.inc' %]
22
[% INCLUDE 'doc-head-close.inc' %]
23
[% BLOCK cssinclude %]
23
[% BLOCK cssinclude %]
24
    <style>
24
    <style nonce="[% Koha.CSPNonce | $raw %]">
25
        .section_library {
25
        .section_library {
26
            margin-top: 1rem;
26
            margin-top: 1rem;
27
            margin-bottom: 1rem;
27
            margin-bottom: 1rem;
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt (-1 / +1 lines)
Lines 9-15 Link Here
9
<title>Issues for a subscription &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
9
<title>Issues for a subscription &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
[% BLOCK cssinclude %]
11
[% BLOCK cssinclude %]
12
    <style>
12
    <style nonce="[% Koha.CSPNonce | $raw %]">
13
        .subscriptionline {
13
        .subscriptionline {
14
            border-bottom: 1px solid #eee;
14
            border-bottom: 1px solid #eee;
15
            padding: 1em 0;
15
            padding: 1em 0;
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt (-1 / +1 lines)
Lines 19-25 Link Here
19
<title>Tags &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
19
<title>Tags &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
20
[% INCLUDE 'doc-head-close.inc' %]
20
[% INCLUDE 'doc-head-close.inc' %]
21
[% BLOCK cssinclude %]
21
[% BLOCK cssinclude %]
22
    <style>
22
    <style nonce="[% Koha.CSPNonce | $raw %]">
23
        fieldset {
23
        fieldset {
24
            padding: 0.3em;
24
            padding: 0.3em;
25
            margin: 0.3em 0;
25
            margin: 0.3em 0;
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-topissues.tt (-1 / +1 lines)
Lines 10-16 Link Here
10
<title>Most popular titles &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
10
<title>Most popular titles &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
11
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
12
[% BLOCK cssinclude %]
12
[% BLOCK cssinclude %]
13
    <style>
13
    <style nonce="[% Koha.CSPNonce | $raw %]">
14
        #search-facets fieldset {
14
        #search-facets fieldset {
15
            border: 0;
15
            border: 0;
16
            margin: 0;
16
            margin: 0;
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt (-3 / +3 lines)
Lines 46-64 Link Here
46
[% END %]
46
[% END %]
47
[% IF ( Koha.Preference('OPACUserCSS') ) %]
47
[% IF ( Koha.Preference('OPACUserCSS') ) %]
48
    <!-- prettier-ignore-start -->
48
    <!-- prettier-ignore-start -->
49
    <style>[% Koha.Preference('OPACUserCSS') | $raw %]</style>
49
    <style nonce="[% Koha.CSPNonce | $raw %]">[% Koha.Preference('OPACUserCSS') | $raw %]</style>
50
    <!-- prettier-ignore-end -->
50
    <!-- prettier-ignore-end -->
51
[% END %]
51
[% END %]
52
[% IF Branches.GetBranchSpecificCSS( Branches.GetLoggedInBranchcode() || default_branch) %]
52
[% IF Branches.GetBranchSpecificCSS( Branches.GetLoggedInBranchcode() || default_branch) %]
53
    <!-- prettier-ignore-start -->
53
    <!-- prettier-ignore-start -->
54
    <style>
54
    <style nonce="[% Koha.CSPNonce | $raw %]">
55
        [% Branches.GetBranchSpecificCSS( Branches.GetLoggedInBranchcode() || default_branch) | $raw %]
55
        [% Branches.GetBranchSpecificCSS( Branches.GetLoggedInBranchcode() || default_branch) | $raw %]
56
    </style>
56
    </style>
57
    <!-- prettier-ignore-end -->
57
    <!-- prettier-ignore-end -->
58
[% END %]
58
[% END %]
59
[% IF ( Koha.Preference('SelfCheckInUserCSS') ) %]
59
[% IF ( Koha.Preference('SelfCheckInUserCSS') ) %]
60
    <!-- prettier-ignore-start -->
60
    <!-- prettier-ignore-start -->
61
    <style>[% Koha.Preference('SelfCheckInUserCSS') | $raw %]</style>
61
    <style nonce="[% Koha.CSPNonce | $raw %]">[% Koha.Preference('SelfCheckInUserCSS') | $raw %]</style>
62
    <!-- prettier-ignore-end -->
62
    <!-- prettier-ignore-end -->
63
[% END %]
63
[% END %]
64
<script nonce="[% Koha.CSPNonce | $raw %]">
64
<script nonce="[% Koha.CSPNonce | $raw %]">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt (-3 / +3 lines)
Lines 17-35 Link Here
17
[% Asset.css("css/sco.css") | $raw %]
17
[% Asset.css("css/sco.css") | $raw %]
18
[% IF ( Koha.Preference('OPACUserCSS') ) %]
18
[% IF ( Koha.Preference('OPACUserCSS') ) %]
19
    <!-- prettier-ignore-start -->
19
    <!-- prettier-ignore-start -->
20
    <style>[% Koha.Preference('OPACUserCSS') | $raw %]</style>
20
    <style nonce="[% Koha.CSPNonce | $raw %]">[% Koha.Preference('OPACUserCSS') | $raw %]</style>
21
    <!-- prettier-ignore-end -->
21
    <!-- prettier-ignore-end -->
22
[% END %]
22
[% END %]
23
[% IF Branches.GetBranchSpecificCSS( Branches.GetLoggedInBranchcode() || default_branch) %]
23
[% IF Branches.GetBranchSpecificCSS( Branches.GetLoggedInBranchcode() || default_branch) %]
24
    <!-- prettier-ignore-start -->
24
    <!-- prettier-ignore-start -->
25
    <style>
25
    <style nonce="[% Koha.CSPNonce | $raw %]">
26
        [% Branches.GetBranchSpecificCSS( Branches.GetLoggedInBranchcode() || default_branch) | $raw %]
26
        [% Branches.GetBranchSpecificCSS( Branches.GetLoggedInBranchcode() || default_branch) | $raw %]
27
    </style>
27
    </style>
28
    <!-- prettier-ignore-end -->
28
    <!-- prettier-ignore-end -->
29
[% END %]
29
[% END %]
30
[% IF ( SCOUserCSS ) %]
30
[% IF ( SCOUserCSS ) %]
31
    <!-- prettier-ignore-start -->
31
    <!-- prettier-ignore-start -->
32
    <style>[% SCOUserCSS | $raw %]</style>
32
    <style nonce="[% Koha.CSPNonce | $raw %]">[% SCOUserCSS | $raw %]</style>
33
    <!-- prettier-ignore-end -->
33
    <!-- prettier-ignore-end -->
34
[% END %]
34
[% END %]
35
<script nonce="[% Koha.CSPNonce | $raw %]">
35
<script nonce="[% Koha.CSPNonce | $raw %]">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-4 / +3 lines)
Lines 29-47 Link Here
29
[% END %]
29
[% END %]
30
[% IF ( Koha.Preference('OPACUserCSS') ) %]
30
[% IF ( Koha.Preference('OPACUserCSS') ) %]
31
    <!-- prettier-ignore-start -->
31
    <!-- prettier-ignore-start -->
32
    <style>[% Koha.Preference('OPACUserCSS') | $raw %]</style>
32
    <style nonce="[% Koha.CSPNonce | $raw %]">[% Koha.Preference('OPACUserCSS') | $raw %]</style>
33
    <!-- prettier-ignore-end -->
33
    <!-- prettier-ignore-end -->
34
[% END %]
34
[% END %]
35
[% IF Branches.GetBranchSpecificCSS( Branches.GetLoggedInBranchcode() || default_branch) %]
35
[% IF Branches.GetBranchSpecificCSS( Branches.GetLoggedInBranchcode() || default_branch) %]
36
    <!-- prettier-ignore-start -->
36
    <!-- prettier-ignore-start -->
37
    <style>
37
    <style nonce="[% Koha.CSPNonce | $raw %]">
38
        [% Branches.GetBranchSpecificCSS( Branches.GetLoggedInBranchcode() || default_branch) | $raw %]
38
        [% Branches.GetBranchSpecificCSS( Branches.GetLoggedInBranchcode() || default_branch) | $raw %]
39
    </style>
39
    </style>
40
    <!-- prettier-ignore-end -->
40
    <!-- prettier-ignore-end -->
41
[% END %]
41
[% END %]
42
[% IF ( Koha.Preference('SCOUserCSS') ) %]
42
[% IF ( Koha.Preference('SCOUserCSS') ) %]
43
    <!-- prettier-ignore-start -->
43
    <!-- prettier-ignore-start -->
44
    <style>[% Koha.Preference('SCOUserCSS') | $raw %]</style>
44
    <style nonce="[% Koha.CSPNonce | $raw %]">[% Koha.Preference('SCOUserCSS') | $raw %]</style>
45
    <!-- prettier-ignore-end -->
45
    <!-- prettier-ignore-end -->
46
[% END %]
46
[% END %]
47
<script nonce="[% Koha.CSPNonce | $raw %]">
47
<script nonce="[% Koha.CSPNonce | $raw %]">
48
- 

Return to bug 38365