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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt (-1 / +1 lines)
Lines 10-21 Link Here
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
[% BLOCK cssinclude %]
11
[% BLOCK cssinclude %]
12
    [% SET SCOUserCSS = Koha.Preference('SCOUserCSS') %]
12
    [% SET SCOUserCSS = Koha.Preference('SCOUserCSS') %]
13
    [% Asset.css("css/sco.css") | $raw %]
13
    [% IF ( SCOUserCSS ) %]
14
    [% IF ( SCOUserCSS ) %]
14
        <!-- SCOUserCSS -->
15
        <!-- SCOUserCSS -->
15
        <!-- prettier-ignore-start -->
16
        <!-- prettier-ignore-start -->
16
        <style>[% SCOUserCSS | $raw %]</style>
17
        <style>[% SCOUserCSS | $raw %]</style>
17
        <!-- prettier-ignore-end -->
18
        <!-- prettier-ignore-end -->
18
        [% Asset.css("css/sco.css") | $raw %]
19
    [% END %]
19
    [% END %]
20
[% END %]]
20
[% END %]]
21
</head>
21
</head>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-2 / +1 lines)
Lines 14-25 Link Here
14
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
15
[% BLOCK cssinclude %]
15
[% BLOCK cssinclude %]
16
    [% SET SCOUserCSS = Koha.Preference('SCOUserCSS') %]
16
    [% SET SCOUserCSS = Koha.Preference('SCOUserCSS') %]
17
    [% Asset.css("css/sco.css") | $raw %]
17
    [% IF ( SCOUserCSS ) %]
18
    [% IF ( SCOUserCSS ) %]
18
        <!-- prettier-ignore-start -->
19
        <!-- prettier-ignore-start -->
19
        <!-- SCOUserCSS -->
20
        <!-- SCOUserCSS -->
20
        <style>[% SCOUserCSS | $raw %]</style>
21
        <style>[% SCOUserCSS | $raw %]</style>
21
        <!-- prettier-ignore-end -->
22
        <!-- prettier-ignore-end -->
22
        [% Asset.css("css/sco.css") | $raw %]
23
    [% END %]
23
    [% END %]
24
[% END %]
24
[% END %]
25
</head>
25
</head>
26
- 

Return to bug 21266