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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-2 lines)
Lines 506-512 Libraries › Administration › Koha Link Here
506
    [% Asset.js("js/admin-menu.js") | $raw %]
506
    [% Asset.js("js/admin-menu.js") | $raw %]
507
    [% INCLUDE 'datatables.inc' %]
507
    [% INCLUDE 'datatables.inc' %]
508
    [% INCLUDE 'columns_settings.inc' %]
508
    [% INCLUDE 'columns_settings.inc' %]
509
    [% Asset.js("lib/tiny_mce/tinymce.min.js") | $raw %]
510
    [% Asset.js( "lib/codemirror/codemirror.min.js" ) | $raw %]
509
    [% Asset.js( "lib/codemirror/codemirror.min.js" ) | $raw %]
511
    [% Asset.js( "lib/codemirror/css.min.js" ) | $raw %]
510
    [% Asset.js( "lib/codemirror/css.min.js" ) | $raw %]
512
    [% Asset.js( "lib/codemirror/javascript.min.js" ) | $raw %]
511
    [% Asset.js( "lib/codemirror/javascript.min.js" ) | $raw %]
Lines 522-528 Libraries › Administration › Koha Link Here
522
    [% Asset.js( "lib/codemirror/css-lint.min.js" ) | $raw %]
521
    [% Asset.js( "lib/codemirror/css-lint.min.js" ) | $raw %]
523
    [% Asset.js( "lib/codemirror/yaml-lint.min.js" ) | $raw %]
522
    [% Asset.js( "lib/codemirror/yaml-lint.min.js" ) | $raw %]
524
    [% Asset.css("lib/codemirror/codemirror.css") | $raw %]
523
    [% Asset.css("lib/codemirror/codemirror.css") | $raw %]
525
    [% INCLUDE 'str/tinymce_i18n.inc' %]
526
    <style>
524
    <style>
527
        .CodeMirror {
525
        .CodeMirror {
528
            border: 1px solid #EEE;
526
            border: 1px solid #EEE;
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt (+5 lines)
Lines 42-47 Link Here
42
    [% Asset.css("css/sco.css") | $raw %]
42
    [% Asset.css("css/sco.css") | $raw %]
43
[% END %]
43
[% END %]
44
[% IF ( Koha.Preference('OPACUserCSS') ) %]<style>[% Koha.Preference('OPACUserCSS') | $raw %]</style>[% END %]
44
[% IF ( Koha.Preference('OPACUserCSS') ) %]<style>[% Koha.Preference('OPACUserCSS') | $raw %]</style>[% END %]
45
[% IF Branches.GetBranchSpecificCSS( Branches.GetLoggedInBranchcode() || default_branch) %]
46
    <style>
47
        [% Branches.GetBranchSpecificCSS( Branches.GetLoggedInBranchcode() || default_branch) | $raw %]
48
    </style>
49
[% END %]
45
[% IF ( Koha.Preference('SelfCheckInUserCSS') ) %]<style>[% Koha.Preference('SelfCheckInUserCSS') | $raw %]</style>[% END %]
50
[% IF ( Koha.Preference('SelfCheckInUserCSS') ) %]<style>[% Koha.Preference('SelfCheckInUserCSS') | $raw %]</style>[% END %]
46
<script>
51
<script>
47
    function _(s) { return s } // dummy function for gettext
52
    function _(s) { return s } // dummy function for gettext
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt (+5 lines)
Lines 11-16 Link Here
11
[% Asset.css("lib/font-awesome/css/font-awesome.min.css") | $raw %]
11
[% Asset.css("lib/font-awesome/css/font-awesome.min.css") | $raw %]
12
[% Asset.css("css/sco.css") | $raw %]
12
[% Asset.css("css/sco.css") | $raw %]
13
[% IF ( Koha.Preference('OPACUserCSS') ) %]<style>[% Koha.Preference('OPACUserCSS') | $raw %]</style>[% END %]
13
[% IF ( Koha.Preference('OPACUserCSS') ) %]<style>[% Koha.Preference('OPACUserCSS') | $raw %]</style>[% END %]
14
[% IF Branches.GetBranchSpecificCSS( Branches.GetLoggedInBranchcode() || default_branch) %]
15
    <style>
16
        [% Branches.GetBranchSpecificCSS( Branches.GetLoggedInBranchcode() || default_branch) | $raw %]
17
    </style>
18
[% END %]
14
[% IF ( SCOUserCSS ) %]<style>[% SCOUserCSS | $raw %]</style>[% END %]
19
[% IF ( SCOUserCSS ) %]<style>[% SCOUserCSS | $raw %]</style>[% END %]
15
<script>
20
<script>
16
    function _(s) { return s } // dummy function for gettext
21
    function _(s) { return s } // dummy function for gettext
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-1 / +5 lines)
Lines 23-28 Link Here
23
    [% Asset.css("css/sco.css") | $raw %]
23
    [% Asset.css("css/sco.css") | $raw %]
24
[% END %]
24
[% END %]
25
[% IF ( Koha.Preference('OPACUserCSS') ) %]<style>[% Koha.Preference('OPACUserCSS') | $raw %]</style>[% END %]
25
[% IF ( Koha.Preference('OPACUserCSS') ) %]<style>[% Koha.Preference('OPACUserCSS') | $raw %]</style>[% END %]
26
[% IF Branches.GetBranchSpecificCSS( Branches.GetLoggedInBranchcode() || default_branch) %]
27
    <style>
28
        [% Branches.GetBranchSpecificCSS( Branches.GetLoggedInBranchcode() || default_branch) | $raw %]
29
    </style>
30
[% END %]
26
[% IF ( Koha.Preference('SCOUserCSS') ) %]<style>[% Koha.Preference('SCOUserCSS') | $raw %]</style>[% END %]
31
[% IF ( Koha.Preference('SCOUserCSS') ) %]<style>[% Koha.Preference('SCOUserCSS') | $raw %]</style>[% END %]
27
<script>
32
<script>
28
    var Koha = {};
33
    var Koha = {};
29
- 

Return to bug 32721