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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/batch_item_record_modification.inc (-1 lines)
Lines 1-5 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% INCLUDE 'columns_settings.inc' %]
3
2
4
[% BLOCK report %]
3
[% BLOCK report %]
5
    [% SET report = job.report %]
4
    [% SET report = job.report %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-1 lines)
Lines 1095-1101 Link Here
1095
    [% Asset.js("js/acquisitions-menu.js") | $raw %]
1095
    [% Asset.js("js/acquisitions-menu.js") | $raw %]
1096
    [% Asset.js("js/form-submit.js") | $raw %]
1096
    [% Asset.js("js/form-submit.js") | $raw %]
1097
    [% INCLUDE 'datatables.inc' %]
1097
    [% INCLUDE 'datatables.inc' %]
1098
    [% INCLUDE 'columns_settings.inc' %]
1099
    [% Asset.js("js/acq.js") | $raw %]
1098
    [% Asset.js("js/acq.js") | $raw %]
1100
    [% INCLUDE 'calendar.inc' %]
1099
    [% INCLUDE 'calendar.inc' %]
1101
    <script>
1100
    <script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-1 lines)
Lines 631-637 Link Here
631
    [% Asset.js("js/admin-menu.js") | $raw %]
631
    [% Asset.js("js/admin-menu.js") | $raw %]
632
    [% INCLUDE 'calendar.inc' %]
632
    [% INCLUDE 'calendar.inc' %]
633
    [% INCLUDE 'datatables.inc' %]
633
    [% INCLUDE 'datatables.inc' %]
634
    [% INCLUDE 'columns_settings.inc' %]
635
    [% Asset.js( "lib/codemirror/codemirror.min.js" ) | $raw %]
634
    [% Asset.js( "lib/codemirror/codemirror.min.js" ) | $raw %]
636
    [% Asset.js( "lib/codemirror/css.min.js" ) | $raw %]
635
    [% Asset.js( "lib/codemirror/css.min.js" ) | $raw %]
637
    [% Asset.js( "lib/codemirror/javascript.min.js" ) | $raw %]
636
    [% Asset.js( "lib/codemirror/javascript.min.js" ) | $raw %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-1 lines)
Lines 867-873 Link Here
867
    [% Asset.js("lib/jquery/plugins/multiple-select/multiple-select.min.js") | $raw %]
867
    [% Asset.js("lib/jquery/plugins/multiple-select/multiple-select.min.js") | $raw %]
868
    [% INCLUDE 'calendar.inc' %]
868
    [% INCLUDE 'calendar.inc' %]
869
    [% INCLUDE 'datatables.inc' %]
869
    [% INCLUDE 'datatables.inc' %]
870
    [% INCLUDE 'columns_settings.inc' %]
871
    <script>
870
    <script>
872
        var table_settings = [% TablesSettings.GetTableSettings( 'admin', 'categories', 'patron_categories', 'json' ) | $raw %];
871
        var table_settings = [% TablesSettings.GetTableSettings( 'admin', 'categories', 'patron_categories', 'json' ) | $raw %];
873
    </script>
872
    </script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-1 lines)
Lines 204-210 Link Here
204
[% MACRO jsinclude BLOCK %]
204
[% MACRO jsinclude BLOCK %]
205
    [% Asset.js("js/admin-menu.js") | $raw %]
205
    [% Asset.js("js/admin-menu.js") | $raw %]
206
    [% INCLUDE 'datatables.inc' %]
206
    [% INCLUDE 'datatables.inc' %]
207
    [% INCLUDE 'columns_settings.inc' %]
208
    <script>
207
    <script>
209
        var table_settings = [% TablesSettings.GetTableSettings( 'admin', 'cities', 'table_cities', 'json' ) | $raw %];
208
        var table_settings = [% TablesSettings.GetTableSettings( 'admin', 'cities', 'table_cities', 'json' ) | $raw %];
210
        $(document).ready(function() {
209
        $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/record_sources.tt (-1 lines)
Lines 27-33 Link Here
27
    [% INCLUDE 'calendar.inc' %]
27
    [% INCLUDE 'calendar.inc' %]
28
    <!-- FIXME: this shouldn't be needed -->
28
    <!-- FIXME: this shouldn't be needed -->
29
    [% INCLUDE 'datatables.inc' %]
29
    [% INCLUDE 'datatables.inc' %]
30
    [% INCLUDE 'columns_settings.inc' %]
31
    [% INCLUDE 'js-patron-format.inc' %]
30
    [% INCLUDE 'js-patron-format.inc' %]
32
    [% INCLUDE 'js-date-format.inc' %]
31
    [% INCLUDE 'js-date-format.inc' %]
33
32
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt (-1 lines)
Lines 236-242 Link Here
236
[% MACRO jsinclude BLOCK %]
236
[% MACRO jsinclude BLOCK %]
237
    [% Asset.js("js/admin-menu.js") | $raw %]
237
    [% Asset.js("js/admin-menu.js") | $raw %]
238
    [% INCLUDE 'datatables.inc' %]
238
    [% INCLUDE 'datatables.inc' %]
239
    [% INCLUDE 'columns_settings.inc' %]
240
    <script>
239
    <script>
241
        var MSG_DUPLICATE_CODE = _("Restriction type code is already in use");
240
        var MSG_DUPLICATE_CODE = _("Restriction type code is already in use");
242
        var MSG_DUPLICATE_DISPLAY_TEXT = _("Restriction type label is already in use");
241
        var MSG_DUPLICATE_DISPLAY_TEXT = _("Restriction type label is already in use");
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/bookings/list.tt (-1 lines)
Lines 61-67 Link Here
61
[% MACRO jsinclude BLOCK %]
61
[% MACRO jsinclude BLOCK %]
62
    [% Asset.js("lib/vis-timeline/vis-timeline-graph2d.min.js") | $raw %]
62
    [% Asset.js("lib/vis-timeline/vis-timeline-graph2d.min.js") | $raw %]
63
    [% INCLUDE 'datatables.inc' %]
63
    [% INCLUDE 'datatables.inc' %]
64
    [% INCLUDE 'columns_settings.inc' %]
65
    [% INCLUDE 'calendar.inc' %]
64
    [% INCLUDE 'calendar.inc' %]
66
    [% INCLUDE 'select2.inc' %]
65
    [% INCLUDE 'select2.inc' %]
67
    [% INCLUDE 'js-patron-format.inc' %]
66
    [% INCLUDE 'js-patron-format.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-1 lines)
Lines 32-38 Link Here
32
</script>
32
</script>
33
[% INCLUDE 'select2.inc' %]
33
[% INCLUDE 'select2.inc' %]
34
[% Asset.js("js/cataloging.js") | $raw %]
34
[% Asset.js("js/cataloging.js") | $raw %]
35
[% INCLUDE 'columns_settings.inc' %]
36
[% Asset.js("js/browser.js") | $raw %]
35
[% Asset.js("js/browser.js") | $raw %]
37
[% INCLUDE 'calendar.inc' %]
36
[% INCLUDE 'calendar.inc' %]
38
[% INCLUDE 'str/cataloging_additem.inc' %]
37
[% INCLUDE 'str/cataloging_additem.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/concerns.tt (-1 lines)
Lines 61-67 Link Here
61
61
62
[% MACRO jsinclude BLOCK %]
62
[% MACRO jsinclude BLOCK %]
63
    [% INCLUDE 'datatables.inc' %]
63
    [% INCLUDE 'datatables.inc' %]
64
    [% INCLUDE 'columns_settings.inc' %]
65
    [% INCLUDE 'js-date-format.inc' %]
64
    [% INCLUDE 'js-date-format.inc' %]
66
    [% INCLUDE 'js-patron-format.inc' %]
65
    [% INCLUDE 'js-patron-format.inc' %]
67
    [% INCLUDE 'js-biblio-format.inc' %]
66
    [% INCLUDE 'js-biblio-format.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-1 lines)
Lines 1035-1041 Link Here
1035
1035
1036
[% MACRO jsinclude BLOCK %]
1036
[% MACRO jsinclude BLOCK %]
1037
    [% INCLUDE 'datatables.inc' %]
1037
    [% INCLUDE 'datatables.inc' %]
1038
    [% INCLUDE 'columns_settings.inc' %]
1039
    [% INCLUDE 'select2.inc' %]
1038
    [% INCLUDE 'select2.inc' %]
1040
    [% PROCESS 'modal-claims.inc' %]
1039
    [% PROCESS 'modal-claims.inc' %]
1041
    [% PROCESS 'modal-claims-js' %]
1040
    [% PROCESS 'modal-claims-js' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingbookings.tt (-1 lines)
Lines 113-119 Link Here
113
[% MACRO jsinclude BLOCK %]
113
[% MACRO jsinclude BLOCK %]
114
    [% INCLUDE 'calendar.inc' %]
114
    [% INCLUDE 'calendar.inc' %]
115
    [% INCLUDE 'datatables.inc' %]
115
    [% INCLUDE 'datatables.inc' %]
116
    [% INCLUDE 'columns_settings.inc' %]
117
    [% INCLUDE 'js-biblio-format.inc' %]
116
    [% INCLUDE 'js-biblio-format.inc' %]
118
    [% INCLUDE 'js-date-format.inc' %]
117
    [% INCLUDE 'js-date-format.inc' %]
119
    [% INCLUDE 'js-patron-format.inc' %]
118
    [% INCLUDE 'js-patron-format.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/erm/erm.tt (-3 / +2 lines)
Lines 27-33 Link Here
27
    [% MACRO jsinclude BLOCK %]
27
    [% MACRO jsinclude BLOCK %]
28
        [% INCLUDE 'calendar.inc' %]
28
        [% INCLUDE 'calendar.inc' %]
29
        [% INCLUDE 'datatables.inc' %]
29
        [% INCLUDE 'datatables.inc' %]
30
        [% INCLUDE 'columns_settings.inc' %]
31
        [% INCLUDE 'js-patron-format.inc' %]
30
        [% INCLUDE 'js-patron-format.inc' %]
32
        [% INCLUDE 'js-date-format.inc' %]
31
        [% INCLUDE 'js-date-format.inc' %]
33
        <script>
32
        <script>
Lines 54-58 Link Here
54
        [% PROCESS patron_search_modal columns => columns, modal_title => t("Select user") %]
53
        [% PROCESS patron_search_modal columns => columns, modal_title => t("Select user") %]
55
        [% PROCESS patron_search_js columns => columns, actions => ["select"], preview_on_name_click => 1 %]
54
        [% PROCESS patron_search_js columns => columns, actions => ["select"], preview_on_name_click => 1 %]
56
    [% END %]
55
    [% END %]
57
    [% INCLUDE 'intranet-bottom.inc' %]
56
    [% INCLUDE 'intranet-bottom.inc' %]</div
58
</div>
57
>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-1 lines)
Lines 857-863 Link Here
857
    [% INCLUDE 'datatables.inc' %]
857
    [% INCLUDE 'datatables.inc' %]
858
    [% INCLUDE 'js-biblio-format.inc' %]
858
    [% INCLUDE 'js-biblio-format.inc' %]
859
    [% INCLUDE 'js-patron-format.inc' %]
859
    [% INCLUDE 'js-patron-format.inc' %]
860
    [% INCLUDE 'columns_settings.inc' %]
861
    [% INCLUDE 'calendar.inc' %]
860
    [% INCLUDE 'calendar.inc' %]
862
    [% INCLUDE 'select2.inc' %]
861
    [% INCLUDE 'select2.inc' %]
863
    [% IF metadata_enrichment_services %]
862
    [% IF metadata_enrichment_services %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt (-1 lines)
Lines 49-55 Link Here
49
    [% INCLUDE 'str/members-menu.inc' %]
49
    [% INCLUDE 'str/members-menu.inc' %]
50
    [% Asset.js("js/members-menu.js") | $raw %]
50
    [% Asset.js("js/members-menu.js") | $raw %]
51
    [% INCLUDE 'datatables.inc' %]
51
    [% INCLUDE 'datatables.inc' %]
52
    [% INCLUDE 'columns_settings.inc' %]
53
    [% INCLUDE 'js-biblio-format.inc' %]
52
    [% INCLUDE 'js-biblio-format.inc' %]
54
    [% INCLUDE 'js-patron-format.inc' %]
53
    [% INCLUDE 'js-patron-format.inc' %]
55
    [% INCLUDE 'calendar.inc' %]
54
    [% INCLUDE 'calendar.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt (-1 lines)
Lines 180-186 Link Here
180
180
181
[% MACRO jsinclude BLOCK %]
181
[% MACRO jsinclude BLOCK %]
182
    [% INCLUDE 'datatables.inc' %]
182
    [% INCLUDE 'datatables.inc' %]
183
    [% INCLUDE 'columns_settings.inc' %]
184
    [% INCLUDE 'str/members-menu.inc' %]
183
    [% INCLUDE 'str/members-menu.inc' %]
185
    [% Asset.js("js/members-menu.js") | $raw %]
184
    [% Asset.js("js/members-menu.js") | $raw %]
186
    [% Asset.js("js/members-patron-selections.js") | $raw %]
185
    [% Asset.js("js/members-patron-selections.js") | $raw %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-1 lines)
Lines 750-756 Link Here
750
750
751
[% MACRO jsinclude BLOCK %]
751
[% MACRO jsinclude BLOCK %]
752
    [% INCLUDE 'datatables.inc' %]
752
    [% INCLUDE 'datatables.inc' %]
753
    [% INCLUDE 'columns_settings.inc' %]
754
    [% INCLUDE 'select2.inc' %]
753
    [% INCLUDE 'select2.inc' %]
755
    [% PROCESS 'modal-claims-js' %]
754
    [% PROCESS 'modal-claims-js' %]
756
    <script>
755
    <script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/recallshistory.tt (-1 lines)
Lines 35-41 Link Here
35
[% END %]
35
[% END %]
36
[% MACRO jsinclude BLOCK %]
36
[% MACRO jsinclude BLOCK %]
37
    [% INCLUDE 'datatables.inc' %]
37
    [% INCLUDE 'datatables.inc' %]
38
    [% INCLUDE 'columns_settings.inc' %]
39
    [% Asset.js("js/recalls.js") | $raw %]
38
    [% Asset.js("js/recalls.js") | $raw %]
40
[% END %]
39
[% END %]
41
40
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/preservation/home.tt (-3 / +2 lines)
Lines 23-29 Link Here
23
    [% MACRO jsinclude BLOCK %]
23
    [% MACRO jsinclude BLOCK %]
24
        [% INCLUDE 'calendar.inc' %]
24
        [% INCLUDE 'calendar.inc' %]
25
        [% INCLUDE 'datatables.inc' %]
25
        [% INCLUDE 'datatables.inc' %]
26
        [% INCLUDE 'columns_settings.inc' %]
27
        [% INCLUDE 'js-patron-format.inc' %]
26
        [% INCLUDE 'js-patron-format.inc' %]
28
        [% INCLUDE 'js-date-format.inc' %]
27
        [% INCLUDE 'js-date-format.inc' %]
29
        [% INCLUDE 'js-biblio-format.inc' %]
28
        [% INCLUDE 'js-biblio-format.inc' %]
Lines 37-41 Link Here
37
        </script>
36
        </script>
38
        [% Asset.js("js/vue/dist/preservation.js") | $raw %]
37
        [% Asset.js("js/vue/dist/preservation.js") | $raw %]
39
    [% END %]
38
    [% END %]
40
    [% INCLUDE 'intranet-bottom.inc' %]
39
    [% INCLUDE 'intranet-bottom.inc' %]</div
41
</div>
40
>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_old_queue.tt (-1 lines)
Lines 42-48 Link Here
42
42
43
[% MACRO jsinclude BLOCK %]
43
[% MACRO jsinclude BLOCK %]
44
    [% INCLUDE 'datatables.inc' %]
44
    [% INCLUDE 'datatables.inc' %]
45
    [% INCLUDE 'columns_settings.inc' %]
46
    [% Asset.js("js/recalls.js") | $raw %]
45
    [% Asset.js("js/recalls.js") | $raw %]
47
[% END %]
46
[% END %]
48
47
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_overdue.tt (-1 lines)
Lines 55-61 Link Here
55
[% END %]
55
[% END %]
56
56
57
[% MACRO jsinclude BLOCK %]
57
[% MACRO jsinclude BLOCK %]
58
    [% INCLUDE 'columns_settings.inc' %]
59
    [% INCLUDE 'datatables.inc' %]
58
    [% INCLUDE 'datatables.inc' %]
60
    [% Asset.js("js/recalls.js") | $raw %]
59
    [% Asset.js("js/recalls.js") | $raw %]
61
[% END %]
60
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_queue.tt (-1 lines)
Lines 56-62 Link Here
56
56
57
[% MACRO jsinclude BLOCK %]
57
[% MACRO jsinclude BLOCK %]
58
    [% INCLUDE 'datatables.inc' %]
58
    [% INCLUDE 'datatables.inc' %]
59
    [% INCLUDE 'columns_settings.inc' %]
60
    [% Asset.js("js/recalls.js") | $raw %]
59
    [% Asset.js("js/recalls.js") | $raw %]
61
[% END %]
60
[% END %]
62
61
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_to_pull.tt (-1 lines)
Lines 149-155 Link Here
149
149
150
[% MACRO jsinclude BLOCK %]
150
[% MACRO jsinclude BLOCK %]
151
    [% INCLUDE 'datatables.inc' %]
151
    [% INCLUDE 'datatables.inc' %]
152
    [% INCLUDE 'columns_settings.inc' %]
153
    <script>
152
    <script>
154
        $(document).ready(function () {
153
        $(document).ready(function () {
155
            $("#recalls-table").kohaTable({
154
            $("#recalls-table").kohaTable({
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_waiting.tt (-1 lines)
Lines 154-160 Link Here
154
154
155
[% MACRO jsinclude BLOCK %]
155
[% MACRO jsinclude BLOCK %]
156
    [% INCLUDE 'datatables.inc' %]
156
    [% INCLUDE 'datatables.inc' %]
157
    [% INCLUDE 'columns_settings.inc' %]
158
    <script>
157
    <script>
159
        $(document).ready(function () {
158
        $(document).ready(function () {
160
            $("#recallswaiting-table, #recallsover-table").kohaTable({
159
            $("#recallswaiting-table, #recallsover-table").kohaTable({
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt (-1 lines)
Lines 61-67 Link Here
61
[% MACRO jsinclude BLOCK %]
61
[% MACRO jsinclude BLOCK %]
62
    [% Asset.js("js/recalls.js") | $raw %]
62
    [% Asset.js("js/recalls.js") | $raw %]
63
    [% INCLUDE 'datatables.inc' %]
63
    [% INCLUDE 'datatables.inc' %]
64
    [% INCLUDE 'columns_settings.inc' %]
65
[% END %]
64
[% END %]
66
65
67
[% INCLUDE 'intranet-bottom.inc' %]
66
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt (-1 lines)
Lines 222-228 Link Here
222
[% MACRO jsinclude BLOCK %]
222
[% MACRO jsinclude BLOCK %]
223
    [% Asset.js("js/tools-menu.js") | $raw %]
223
    [% Asset.js("js/tools-menu.js") | $raw %]
224
    [% INCLUDE 'datatables.inc' %]
224
    [% INCLUDE 'datatables.inc' %]
225
    [% INCLUDE 'columns_settings.inc' %]
226
    [% Asset.js("js/pages/batchMod.js") | $raw %]
225
    [% Asset.js("js/pages/batchMod.js") | $raw %]
227
    [% Asset.js("js/browser.js") | $raw %]
226
    [% Asset.js("js/browser.js") | $raw %]
228
    <script>
227
    <script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt (-1 lines)
Lines 284-290 Link Here
284
    [% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %]
284
    [% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %]
285
    [% Asset.js("js/cataloging.js") | $raw %]
285
    [% Asset.js("js/cataloging.js") | $raw %]
286
    [% INCLUDE 'datatables.inc' %]
286
    [% INCLUDE 'datatables.inc' %]
287
    [% INCLUDE 'columns_settings.inc' %]
288
    [% Asset.js("js/pages/batchMod.js") | $raw %]
287
    [% Asset.js("js/pages/batchMod.js") | $raw %]
289
    [% INCLUDE 'select2.inc' %]
288
    [% INCLUDE 'select2.inc' %]
290
    [% INCLUDE 'calendar.inc' %]
289
    [% INCLUDE 'calendar.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt (-1 lines)
Lines 844-850 Link Here
844
[% MACRO jsinclude BLOCK %]
844
[% MACRO jsinclude BLOCK %]
845
    [% Asset.js("js/tools-menu.js") | $raw %]
845
    [% Asset.js("js/tools-menu.js") | $raw %]
846
    [% INCLUDE 'datatables.inc' %]
846
    [% INCLUDE 'datatables.inc' %]
847
    [% INCLUDE 'columns_settings.inc' %]
848
    [% Asset.js("lib/jquery/plugins/jquery.insertatcaret.js") | $raw %]
847
    [% Asset.js("lib/jquery/plugins/jquery.insertatcaret.js") | $raw %]
849
    <script>
848
    <script>
850
        var no_op_set = '[% no_op_set | html %]';
849
        var no_op_set = '[% no_op_set | html %]';
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt (-1 lines)
Lines 379-385 Link Here
379
379
380
[% MACRO jsinclude BLOCK %]
380
[% MACRO jsinclude BLOCK %]
381
    [% INCLUDE 'datatables.inc' %]
381
    [% INCLUDE 'datatables.inc' %]
382
    [% INCLUDE 'columns_settings.inc' %]
383
    <script>
382
    <script>
384
        table_settings = [% TablesSettings.GetTableSettings('tools', 'marc-modification-templates', 'templatest', 'json') | $raw %];
383
        table_settings = [% TablesSettings.GetTableSettings('tools', 'marc-modification-templates', 'templatest', 'json') | $raw %];
385
        [% IF ActionsLoop %]
384
        [% IF ActionsLoop %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt (-1 lines)
Lines 716-722 Link Here
716
716
717
[% MACRO jsinclude BLOCK %]
717
[% MACRO jsinclude BLOCK %]
718
    [% INCLUDE 'datatables.inc' %]
718
    [% INCLUDE 'datatables.inc' %]
719
    [% INCLUDE 'columns_settings.inc' %]
720
    [% Asset.js( "lib/sortable/Sortable.min.js" ) | $raw %]
719
    [% Asset.js( "lib/sortable/Sortable.min.js" ) | $raw %]
721
    [% Asset.js("js/pages/stockrotation.js") | $raw %]
720
    [% Asset.js("js/pages/stockrotation.js") | $raw %]
722
    [% Asset.js("js/form-submit.js") | $raw %]
721
    [% Asset.js("js/form-submit.js") | $raw %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt (-2 lines)
Lines 414-420 Link Here
414
[% MACRO jsinclude BLOCK %]
414
[% MACRO jsinclude BLOCK %]
415
    [% INCLUDE 'calendar.inc' %]
415
    [% INCLUDE 'calendar.inc' %]
416
    [% INCLUDE 'datatables.inc' %]
416
    [% INCLUDE 'datatables.inc' %]
417
    [% INCLUDE 'columns_settings.inc' %]
418
    [% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %]
417
    [% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %]
419
    [% Asset.js("js/tools-menu.js") | $raw %]
418
    [% Asset.js("js/tools-menu.js") | $raw %]
420
    [% IF ( circulation ) %]
419
    [% IF ( circulation ) %]
421
- 

Return to bug 26553