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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-2 lines)
Lines 12-18 Link Here
12
[% PROCESS 'i18n.inc' %]
12
[% PROCESS 'i18n.inc' %]
13
[% SET footerjs = 1 %]
13
[% SET footerjs = 1 %]
14
[% INCLUDE 'doc-head-open.inc' %]
14
[% INCLUDE 'doc-head-open.inc' %]
15
[% Asset.css("lib/jquery/plugins/rowGroup/stylesheets/rowGroup.dataTables.min.css") | $raw %]
16
[% SET destination = "circ" %]
15
[% SET destination = "circ" %]
17
<title>[% FILTER collapse %]
16
<title>[% FILTER collapse %]
18
    [% IF patron %]
17
    [% IF patron %]
Lines 1004-1010 Link Here
1004
    [% INCLUDE 'datatables.inc' %]
1003
    [% INCLUDE 'datatables.inc' %]
1005
    [% INCLUDE 'columns_settings.inc' %]
1004
    [% INCLUDE 'columns_settings.inc' %]
1006
    [% INCLUDE 'select2.inc' %]
1005
    [% INCLUDE 'select2.inc' %]
1007
    [% Asset.js("lib/jquery/plugins/rowGroup/dataTables.rowGroup.min.js") | $raw %]
1008
    [% PROCESS 'modal-claims.inc' %]
1006
    [% PROCESS 'modal-claims.inc' %]
1009
    [% PROCESS 'modal-claims-js' %]
1007
    [% PROCESS 'modal-claims-js' %]
1010
    [% INCLUDE 'js-date-format.inc' %]
1008
    [% INCLUDE 'js-date-format.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-2 lines)
Lines 13-19 Link Here
13
[% PROCESS 'i18n.inc' %]
13
[% PROCESS 'i18n.inc' %]
14
[% SET footerjs = 1 %]
14
[% SET footerjs = 1 %]
15
[% INCLUDE 'doc-head-open.inc' %]
15
[% INCLUDE 'doc-head-open.inc' %]
16
[% Asset.css("lib/jquery/plugins/rowGroup/stylesheets/rowGroup.dataTables.min.css") | $raw %]
17
<title>[% FILTER collapse %]
16
<title>[% FILTER collapse %]
18
    [% UNLESS blocking_error %]
17
    [% UNLESS blocking_error %]
19
        [% t("Patron details for") | html %] [% INCLUDE 'patron-title.inc' no_html = 1 %]
18
        [% t("Patron details for") | html %] [% INCLUDE 'patron-title.inc' no_html = 1 %]
Lines 740-746 Link Here
740
739
741
[% MACRO jsinclude BLOCK %]
740
[% MACRO jsinclude BLOCK %]
742
    [% INCLUDE 'datatables.inc' %]
741
    [% INCLUDE 'datatables.inc' %]
743
    [% Asset.js("lib/jquery/plugins/rowGroup/dataTables.rowGroup.min.js") | $raw %]
744
    [% INCLUDE 'columns_settings.inc' %]
742
    [% INCLUDE 'columns_settings.inc' %]
745
    [% INCLUDE 'select2.inc' %]
743
    [% INCLUDE 'select2.inc' %]
746
    [% PROCESS 'modal-claims-js' %]
744
    [% PROCESS 'modal-claims-js' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt (-3 lines)
Lines 13-19 Link Here
13
    [% t("Koha") | html %]
13
    [% t("Koha") | html %]
14
[% END %]</title>
14
[% END %]</title>
15
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
16
[% Asset.css("lib/jquery/plugins/rowGroup/stylesheets/rowGroup.dataTables.min.css") | $raw %]
17
</head>
16
</head>
18
17
19
<body id="register" class="pos">
18
<body id="register" class="pos">
Lines 350-356 Link Here
350
349
351
    [% MACRO jsinclude BLOCK %]
350
    [% MACRO jsinclude BLOCK %]
352
    [% INCLUDE 'datatables.inc' %]
351
    [% INCLUDE 'datatables.inc' %]
353
    [% Asset.js("lib/jquery/plugins/rowGroup/dataTables.rowGroup.min.js") | $raw %]
354
    [% INCLUDE 'format_price.inc' %]
352
    [% INCLUDE 'format_price.inc' %]
355
    [% INCLUDE 'js-date-format.inc' %]
353
    [% INCLUDE 'js-date-format.inc' %]
356
    [% Asset.js("js/cashup_modal.js") | $raw %]
354
    [% Asset.js("js/cashup_modal.js") | $raw %]
357
- 

Return to bug 38543