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 1022-1028 Link Here
1022
    [% Asset.js("js/acquisitions-menu.js") | $raw %]
1022
    [% Asset.js("js/acquisitions-menu.js") | $raw %]
1023
    [% Asset.js("js/form-submit.js") | $raw %]
1023
    [% Asset.js("js/form-submit.js") | $raw %]
1024
    [% INCLUDE 'datatables.inc' %]
1024
    [% INCLUDE 'datatables.inc' %]
1025
    [% INCLUDE 'columns_settings.inc' %]
1026
    [% Asset.js("js/acq.js") | $raw %]
1025
    [% Asset.js("js/acq.js") | $raw %]
1027
    [% INCLUDE 'calendar.inc' %]
1026
    [% INCLUDE 'calendar.inc' %]
1028
    <script>
1027
    <script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-1 lines)
Lines 628-634 Link Here
628
    [% Asset.js("js/admin-menu.js") | $raw %]
628
    [% Asset.js("js/admin-menu.js") | $raw %]
629
    [% INCLUDE 'calendar.inc' %]
629
    [% INCLUDE 'calendar.inc' %]
630
    [% INCLUDE 'datatables.inc' %]
630
    [% INCLUDE 'datatables.inc' %]
631
    [% INCLUDE 'columns_settings.inc' %]
632
    [% Asset.js( "lib/codemirror/codemirror.min.js" ) | $raw %]
631
    [% Asset.js( "lib/codemirror/codemirror.min.js" ) | $raw %]
633
    [% Asset.js( "lib/codemirror/css.min.js" ) | $raw %]
632
    [% Asset.js( "lib/codemirror/css.min.js" ) | $raw %]
634
    [% Asset.js( "lib/codemirror/javascript.min.js" ) | $raw %]
633
    [% Asset.js( "lib/codemirror/javascript.min.js" ) | $raw %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-1 lines)
Lines 829-835 Link Here
829
    [% Asset.js("lib/jquery/plugins/multiple-select/multiple-select.min.js") | $raw %]
829
    [% Asset.js("lib/jquery/plugins/multiple-select/multiple-select.min.js") | $raw %]
830
    [% INCLUDE 'calendar.inc' %]
830
    [% INCLUDE 'calendar.inc' %]
831
    [% INCLUDE 'datatables.inc' %]
831
    [% INCLUDE 'datatables.inc' %]
832
    [% INCLUDE 'columns_settings.inc' %]
833
    <script>
832
    <script>
834
        var table_settings = [% TablesSettings.GetTableSettings( 'admin', 'categories', 'patron_categories', 'json' ) | $raw %];
833
        var table_settings = [% TablesSettings.GetTableSettings( 'admin', 'categories', 'patron_categories', 'json' ) | $raw %];
835
    </script>
834
    </script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-1 lines)
Lines 219-225 Link Here
219
[% MACRO jsinclude BLOCK %]
219
[% MACRO jsinclude BLOCK %]
220
    [% Asset.js("js/admin-menu.js") | $raw %]
220
    [% Asset.js("js/admin-menu.js") | $raw %]
221
    [% INCLUDE 'datatables.inc' %]
221
    [% INCLUDE 'datatables.inc' %]
222
    [% INCLUDE 'columns_settings.inc' %]
223
    <script>
222
    <script>
224
223
225
        var table_settings = [% TablesSettings.GetTableSettings( 'admin', 'cities', 'table_cities', 'json' ) | $raw %];
224
        var table_settings = [% TablesSettings.GetTableSettings( 'admin', 'cities', 'table_cities', 'json' ) | $raw %];
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/record_sources.tt (-1 lines)
Lines 25-31 Link Here
25
[% MACRO jsinclude BLOCK %]
25
[% MACRO jsinclude BLOCK %]
26
    [% INCLUDE 'calendar.inc' %] <!-- FIXME: this shouldn't be needed -->
26
    [% INCLUDE 'calendar.inc' %] <!-- FIXME: this shouldn't be needed -->
27
    [% INCLUDE 'datatables.inc' %]
27
    [% INCLUDE 'datatables.inc' %]
28
    [% INCLUDE 'columns_settings.inc' %]
29
    [% INCLUDE 'js-patron-format.inc' %]
28
    [% INCLUDE 'js-patron-format.inc' %]
30
    [% INCLUDE 'js-date-format.inc' %]
29
    [% INCLUDE 'js-date-format.inc' %]
31
30
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt (-1 lines)
Lines 256-262 Link Here
256
[% MACRO jsinclude BLOCK %]
256
[% MACRO jsinclude BLOCK %]
257
    [% Asset.js("js/admin-menu.js") | $raw %]
257
    [% Asset.js("js/admin-menu.js") | $raw %]
258
    [% INCLUDE 'datatables.inc' %]
258
    [% INCLUDE 'datatables.inc' %]
259
    [% INCLUDE 'columns_settings.inc' %]
260
    <script>
259
    <script>
261
        var MSG_DUPLICATE_CODE = _("Restriction type code is already in use");
260
        var MSG_DUPLICATE_CODE = _("Restriction type code is already in use");
262
        var MSG_DUPLICATE_DISPLAY_TEXT = _("Restriction type label is already in use");
261
        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 74-80 Link Here
74
    [% MACRO jsinclude BLOCK %]
74
    [% MACRO jsinclude BLOCK %]
75
    [% Asset.js("lib/vis-timeline/vis-timeline-graph2d.min.js") | $raw %]
75
    [% Asset.js("lib/vis-timeline/vis-timeline-graph2d.min.js") | $raw %]
76
    [% INCLUDE 'datatables.inc' %]
76
    [% INCLUDE 'datatables.inc' %]
77
    [% INCLUDE 'columns_settings.inc' %]
78
    [% INCLUDE 'calendar.inc' %]
77
    [% INCLUDE 'calendar.inc' %]
79
    [% INCLUDE 'select2.inc' %]
78
    [% INCLUDE 'select2.inc' %]
80
    [% INCLUDE 'js-patron-format.inc' %]
79
    [% INCLUDE 'js-patron-format.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-1 lines)
Lines 30-36 Link Here
30
</script>
30
</script>
31
[% INCLUDE 'select2.inc' %]
31
[% INCLUDE 'select2.inc' %]
32
[% Asset.js("js/cataloging.js") | $raw %]
32
[% Asset.js("js/cataloging.js") | $raw %]
33
[% INCLUDE 'columns_settings.inc' %]
34
[% Asset.js("js/browser.js") | $raw %]
33
[% Asset.js("js/browser.js") | $raw %]
35
[% INCLUDE 'calendar.inc' %]
34
[% INCLUDE 'calendar.inc' %]
36
[% INCLUDE 'str/cataloging_additem.inc' %]
35
[% INCLUDE 'str/cataloging_additem.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/concerns.tt (-1 lines)
Lines 73-79 Link Here
73
73
74
[% MACRO jsinclude BLOCK %]
74
[% MACRO jsinclude BLOCK %]
75
    [% INCLUDE 'datatables.inc' %]
75
    [% INCLUDE 'datatables.inc' %]
76
    [% INCLUDE 'columns_settings.inc' %]
77
    [% INCLUDE 'js-date-format.inc' %]
76
    [% INCLUDE 'js-date-format.inc' %]
78
    [% INCLUDE 'js-patron-format.inc' %]
77
    [% INCLUDE 'js-patron-format.inc' %]
79
    [% INCLUDE 'js-biblio-format.inc' %]
78
    [% INCLUDE 'js-biblio-format.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-1 lines)
Lines 1001-1007 Link Here
1001
1001
1002
[% MACRO jsinclude BLOCK %]
1002
[% MACRO jsinclude BLOCK %]
1003
    [% INCLUDE 'datatables.inc' %]
1003
    [% INCLUDE 'datatables.inc' %]
1004
    [% INCLUDE 'columns_settings.inc' %]
1005
    [% INCLUDE 'select2.inc' %]
1004
    [% INCLUDE 'select2.inc' %]
1006
    [% PROCESS 'modal-claims.inc' %]
1005
    [% PROCESS 'modal-claims.inc' %]
1007
    [% PROCESS 'modal-claims-js' %]
1006
    [% PROCESS 'modal-claims-js' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingbookings.tt (-1 lines)
Lines 112-118 Link Here
112
        [% MACRO jsinclude BLOCK %]
112
        [% MACRO jsinclude BLOCK %]
113
        [% INCLUDE 'calendar.inc' %]
113
        [% INCLUDE 'calendar.inc' %]
114
        [% INCLUDE 'datatables.inc' %]
114
        [% INCLUDE 'datatables.inc' %]
115
        [% INCLUDE 'columns_settings.inc' %]
116
        [% INCLUDE 'js-biblio-format.inc' %]
115
        [% INCLUDE 'js-biblio-format.inc' %]
117
        [% INCLUDE 'js-date-format.inc' %]
116
        [% INCLUDE 'js-date-format.inc' %]
118
        [% INCLUDE 'js-patron-format.inc' %]
117
        [% INCLUDE 'js-patron-format.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/erm/erm.tt (-1 lines)
Lines 24-30 Link Here
24
[% MACRO jsinclude BLOCK %]
24
[% MACRO jsinclude BLOCK %]
25
    [% INCLUDE 'calendar.inc' %]
25
    [% INCLUDE 'calendar.inc' %]
26
    [% INCLUDE 'datatables.inc' %]
26
    [% INCLUDE 'datatables.inc' %]
27
    [% INCLUDE 'columns_settings.inc' %]
28
    [% INCLUDE 'js-patron-format.inc' %]
27
    [% INCLUDE 'js-patron-format.inc' %]
29
    [% INCLUDE 'js-date-format.inc' %]
28
    [% INCLUDE 'js-date-format.inc' %]
30
29
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-1 lines)
Lines 947-953 Link Here
947
    [% INCLUDE 'datatables.inc' %]
947
    [% INCLUDE 'datatables.inc' %]
948
    [% INCLUDE 'js-biblio-format.inc' %]
948
    [% INCLUDE 'js-biblio-format.inc' %]
949
    [% INCLUDE 'js-patron-format.inc' %]
949
    [% INCLUDE 'js-patron-format.inc' %]
950
    [% INCLUDE 'columns_settings.inc' %]
951
    [% INCLUDE 'calendar.inc' %]
950
    [% INCLUDE 'calendar.inc' %]
952
    [% INCLUDE 'select2.inc' %]
951
    [% INCLUDE 'select2.inc' %]
953
    [% IF metadata_enrichment_services %]
952
    [% IF metadata_enrichment_services %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt (-1 lines)
Lines 61-67 Link Here
61
        [% INCLUDE 'str/members-menu.inc' %]
61
        [% INCLUDE 'str/members-menu.inc' %]
62
        [% Asset.js("js/members-menu.js") | $raw %]
62
        [% Asset.js("js/members-menu.js") | $raw %]
63
        [% INCLUDE 'datatables.inc' %]
63
        [% INCLUDE 'datatables.inc' %]
64
        [% INCLUDE 'columns_settings.inc' %]
65
        [% INCLUDE 'js-biblio-format.inc' %]
64
        [% INCLUDE 'js-biblio-format.inc' %]
66
        [% INCLUDE 'js-patron-format.inc' %]
65
        [% INCLUDE 'js-patron-format.inc' %]
67
        [% INCLUDE 'calendar.inc' %]
66
        [% INCLUDE 'calendar.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt (-1 lines)
Lines 164-170 Link Here
164
164
165
[% MACRO jsinclude BLOCK %]
165
[% MACRO jsinclude BLOCK %]
166
    [% INCLUDE 'datatables.inc' %]
166
    [% INCLUDE 'datatables.inc' %]
167
    [% INCLUDE 'columns_settings.inc' %]
168
    [% INCLUDE 'str/members-menu.inc' %]
167
    [% INCLUDE 'str/members-menu.inc' %]
169
    [% Asset.js("js/members-menu.js") | $raw %]
168
    [% Asset.js("js/members-menu.js") | $raw %]
170
    [% Asset.js("js/members-patron-selections.js") | $raw %]
169
    [% Asset.js("js/members-patron-selections.js") | $raw %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-1 lines)
Lines 739-745 Link Here
739
739
740
[% MACRO jsinclude BLOCK %]
740
[% MACRO jsinclude BLOCK %]
741
    [% INCLUDE 'datatables.inc' %]
741
    [% INCLUDE 'datatables.inc' %]
742
    [% INCLUDE 'columns_settings.inc' %]
743
    [% INCLUDE 'select2.inc' %]
742
    [% INCLUDE 'select2.inc' %]
744
    [% PROCESS 'modal-claims-js' %]
743
    [% PROCESS 'modal-claims-js' %]
745
    <script>
744
    <script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/recallshistory.tt (-1 lines)
Lines 48-54 Link Here
48
48
49
[% MACRO jsinclude BLOCK %]
49
[% MACRO jsinclude BLOCK %]
50
    [% INCLUDE 'datatables.inc' %]
50
    [% INCLUDE 'datatables.inc' %]
51
    [% INCLUDE 'columns_settings.inc' %]
52
    [% Asset.js("js/recalls.js") | $raw %]
51
    [% Asset.js("js/recalls.js") | $raw %]
53
[% END %]
52
[% END %]
54
53
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/preservation/home.tt (-1 lines)
Lines 24-30 Link Here
24
[% MACRO jsinclude BLOCK %]
24
[% MACRO jsinclude BLOCK %]
25
    [% INCLUDE 'calendar.inc' %]
25
    [% INCLUDE 'calendar.inc' %]
26
    [% INCLUDE 'datatables.inc' %]
26
    [% INCLUDE 'datatables.inc' %]
27
    [% INCLUDE 'columns_settings.inc' %]
28
    [% INCLUDE 'js-patron-format.inc' %]
27
    [% INCLUDE 'js-patron-format.inc' %]
29
    [% INCLUDE 'js-date-format.inc' %]
28
    [% INCLUDE 'js-date-format.inc' %]
30
    [% INCLUDE 'js-biblio-format.inc' %]
29
    [% INCLUDE 'js-biblio-format.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_old_queue.tt (-1 lines)
Lines 63-69 Link Here
63
63
64
[% MACRO jsinclude BLOCK %]
64
[% MACRO jsinclude BLOCK %]
65
    [% INCLUDE 'datatables.inc' %]
65
    [% INCLUDE 'datatables.inc' %]
66
    [% INCLUDE 'columns_settings.inc' %]
67
    [% Asset.js("js/recalls.js") | $raw %]
66
    [% Asset.js("js/recalls.js") | $raw %]
68
[% END %]
67
[% END %]
69
68
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_overdue.tt (-1 lines)
Lines 74-80 Link Here
74
</div>
74
</div>
75
75
76
[% MACRO jsinclude BLOCK %]
76
[% MACRO jsinclude BLOCK %]
77
    [% INCLUDE 'columns_settings.inc' %]
78
    [% INCLUDE 'datatables.inc' %]
77
    [% INCLUDE 'datatables.inc' %]
79
    [% Asset.js("js/recalls.js") | $raw %]
78
    [% Asset.js("js/recalls.js") | $raw %]
80
[% END %]
79
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_queue.tt (-1 lines)
Lines 75-81 Link Here
75
75
76
[% MACRO jsinclude BLOCK %]
76
[% MACRO jsinclude BLOCK %]
77
    [% INCLUDE 'datatables.inc' %]
77
    [% INCLUDE 'datatables.inc' %]
78
    [% INCLUDE 'columns_settings.inc' %]
79
    [% Asset.js("js/recalls.js") | $raw %]
78
    [% Asset.js("js/recalls.js") | $raw %]
80
[% END %]
79
[% END %]
81
80
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_to_pull.tt (-1 lines)
Lines 163-169 Link Here
163
163
164
[% MACRO jsinclude BLOCK %]
164
[% MACRO jsinclude BLOCK %]
165
    [% INCLUDE 'datatables.inc' %]
165
    [% INCLUDE 'datatables.inc' %]
166
    [% INCLUDE 'columns_settings.inc' %]
167
    <script>
166
    <script>
168
        $(document).ready(function(){
167
        $(document).ready(function(){
169
            $("#recalls-table").kohaTable({
168
            $("#recalls-table").kohaTable({
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_waiting.tt (-1 lines)
Lines 163-169 Link Here
163
163
164
[% MACRO jsinclude BLOCK %]
164
[% MACRO jsinclude BLOCK %]
165
    [% INCLUDE 'datatables.inc' %]
165
    [% INCLUDE 'datatables.inc' %]
166
    [% INCLUDE 'columns_settings.inc' %]
167
    <script>
166
    <script>
168
        $(document).ready(function() {
167
        $(document).ready(function() {
169
            $("#recallswaiting-table, #recallsover-table").kohaTable({
168
            $("#recallswaiting-table, #recallsover-table").kohaTable({
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt (-1 lines)
Lines 75-81 Link Here
75
[% MACRO jsinclude BLOCK %]
75
[% MACRO jsinclude BLOCK %]
76
    [% Asset.js("js/recalls.js") | $raw %]
76
    [% Asset.js("js/recalls.js") | $raw %]
77
    [% INCLUDE 'datatables.inc' %]
77
    [% INCLUDE 'datatables.inc' %]
78
    [% INCLUDE 'columns_settings.inc' %]
79
[% END %]
78
[% END %]
80
79
81
[% INCLUDE 'intranet-bottom.inc' %]
80
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt (-1 lines)
Lines 218-224 Link Here
218
[% MACRO jsinclude BLOCK %]
218
[% MACRO jsinclude BLOCK %]
219
    [% Asset.js("js/tools-menu.js") | $raw %]
219
    [% Asset.js("js/tools-menu.js") | $raw %]
220
    [% INCLUDE 'datatables.inc' %]
220
    [% INCLUDE 'datatables.inc' %]
221
    [% INCLUDE 'columns_settings.inc' %]
222
    [% Asset.js("js/pages/batchMod.js") | $raw %]
221
    [% Asset.js("js/pages/batchMod.js") | $raw %]
223
    [% Asset.js("js/browser.js") | $raw %]
222
    [% Asset.js("js/browser.js") | $raw %]
224
    <script>
223
    <script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt (-1 lines)
Lines 265-271 Link Here
265
        [% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %]
265
        [% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %]
266
        [% Asset.js("js/cataloging.js") | $raw %]
266
        [% Asset.js("js/cataloging.js") | $raw %]
267
        [% INCLUDE 'datatables.inc' %]
267
        [% INCLUDE 'datatables.inc' %]
268
        [% INCLUDE 'columns_settings.inc' %]
269
        [% Asset.js("js/pages/batchMod.js") | $raw %]
268
        [% Asset.js("js/pages/batchMod.js") | $raw %]
270
        [% INCLUDE 'select2.inc' %]
269
        [% INCLUDE 'select2.inc' %]
271
        [% INCLUDE 'calendar.inc' %]
270
        [% INCLUDE 'calendar.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt (-1 lines)
Lines 769-775 Link Here
769
[% MACRO jsinclude BLOCK %]
769
[% MACRO jsinclude BLOCK %]
770
    [% Asset.js("js/tools-menu.js") | $raw %]
770
    [% Asset.js("js/tools-menu.js") | $raw %]
771
    [% INCLUDE 'datatables.inc' %]
771
    [% INCLUDE 'datatables.inc' %]
772
    [% INCLUDE 'columns_settings.inc' %]
773
    [% Asset.js("lib/jquery/plugins/jquery.insertatcaret.js") | $raw %]
772
    [% Asset.js("lib/jquery/plugins/jquery.insertatcaret.js") | $raw %]
774
    <script>
773
    <script>
775
        var no_op_set = '[% no_op_set | html %]';
774
        var no_op_set = '[% no_op_set | html %]';
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt (-1 lines)
Lines 386-392 Link Here
386
386
387
[% MACRO jsinclude BLOCK %]
387
[% MACRO jsinclude BLOCK %]
388
    [% INCLUDE 'datatables.inc' %]
388
    [% INCLUDE 'datatables.inc' %]
389
    [% INCLUDE 'columns_settings.inc' %]
390
    <script>
389
    <script>
391
        table_settings = [% TablesSettings.GetTableSettings('tools', 'marc-modification-templates', 'templatest', 'json') | $raw %];
390
        table_settings = [% TablesSettings.GetTableSettings('tools', 'marc-modification-templates', 'templatest', 'json') | $raw %];
392
        [% IF ActionsLoop %]
391
        [% IF ActionsLoop %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt (-1 lines)
Lines 664-670 Link Here
664
664
665
[% MACRO jsinclude BLOCK %]
665
[% MACRO jsinclude BLOCK %]
666
    [% INCLUDE 'datatables.inc' %]
666
    [% INCLUDE 'datatables.inc' %]
667
    [% INCLUDE 'columns_settings.inc' %]
668
    [% Asset.js( "lib/sortable/Sortable.min.js" ) | $raw %]
667
    [% Asset.js( "lib/sortable/Sortable.min.js" ) | $raw %]
669
    [% Asset.js("js/pages/stockrotation.js") | $raw %]
668
    [% Asset.js("js/pages/stockrotation.js") | $raw %]
670
    [% Asset.js("js/form-submit.js") | $raw %]
669
    [% Asset.js("js/form-submit.js") | $raw %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt (-2 lines)
Lines 374-380 Link Here
374
[% MACRO jsinclude BLOCK %]
374
[% MACRO jsinclude BLOCK %]
375
    [% INCLUDE 'calendar.inc' %]
375
    [% INCLUDE 'calendar.inc' %]
376
    [% INCLUDE 'datatables.inc' %]
376
    [% INCLUDE 'datatables.inc' %]
377
    [% INCLUDE 'columns_settings.inc' %]
378
    [% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %]
377
    [% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %]
379
    [% Asset.js("js/tools-menu.js") | $raw %]
378
    [% Asset.js("js/tools-menu.js") | $raw %]
380
    [% IF ( circulation ) %]
379
    [% IF ( circulation ) %]
381
- 

Return to bug 26553