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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/clubs-table.inc (-1 / +1 lines)
Lines 16-22 Link Here
16
            <th>End date</th>
16
            <th>End date</th>
17
            <th>Enrolled patrons</th>
17
            <th>Enrolled patrons</th>
18
            [% UNLESS destination == 'holds' %]
18
            [% UNLESS destination == 'holds' %]
19
                <th class="NoSort">&nbsp;</th>
19
                <th class="no-sort">&nbsp;</th>
20
            [% END %]
20
            [% END %]
21
        </tr>
21
        </tr>
22
    </thead>
22
    </thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc (-3 / +3 lines)
Lines 10-16 Link Here
10
    <table class="items_table" id="[% tab | html %]_table">
10
    <table class="items_table" id="[% tab | html %]_table">
11
        <thead>
11
        <thead>
12
            <tr>
12
            <tr>
13
                <th id="[% tab | html %]_checkbox" data-colname="checkbox" class="NoSort"></th>
13
                <th id="[% tab | html %]_checkbox" data-colname="checkbox" class="no-sort"></th>
14
                [% IF Koha.Preference('LocalCoverImages') %]
14
                [% IF Koha.Preference('LocalCoverImages') %]
15
                    <th id="[% tab | html %]_cover_image" data-colname="cover_image">Cover image</th>
15
                    <th id="[% tab | html %]_cover_image" data-colname="cover_image">Cover image</th>
16
                [% END %]
16
                [% END %]
Lines 42-49 Link Here
42
                [% IF Koha.Preference('EasyAnalyticalRecords') %]<th id="[% tab | html %]_hostrecord" data-colname="hostrecord">Host records</th>[% END %]
42
                [% IF Koha.Preference('EasyAnalyticalRecords') %]<th id="[% tab | html %]_hostrecord" data-colname="hostrecord">Host records</th>[% END %]
43
                [% IF ( analyze ) %]<th id="[% tab | html %]_usedin" data-colname="usedin">Used in</th><th></th>[% END %]
43
                [% IF ( analyze ) %]<th id="[% tab | html %]_usedin" data-colname="usedin">Used in</th><th></th>[% END %]
44
                [% IF Koha.Preference('UseCourseReserves') %]<th id="[% tab | html %]_course_reserves" data-colname="course_reserves">Course reserves</th>[% END %]
44
                [% IF Koha.Preference('UseCourseReserves') %]<th id="[% tab | html %]_course_reserves" data-colname="course_reserves">Course reserves</th>[% END %]
45
                [% IF ( SpineLabelShowPrintOnBibDetails ) %]<th id="[% tab | html %]_spinelabel" data-colname="spinelabel" class="NoSort">Spine label</th>[% END %]
45
                [% IF ( SpineLabelShowPrintOnBibDetails ) %]<th id="[% tab | html %]_spinelabel" data-colname="spinelabel" class="no-sort">Spine label</th>[% END %]
46
                [% IF ( CAN_user_editcatalogue_edit_items ) %]<th id="[% tab | html %]_actions" data-colname="actions" class="NoSort noExport">&nbsp;</th>[% END %]
46
                [% IF ( CAN_user_editcatalogue_edit_items ) %]<th id="[% tab | html %]_actions" data-colname="actions" class="no-sort no-export">&nbsp;</th>[% END %]
47
            </tr>
47
            </tr>
48
        </thead>
48
        </thead>
49
    </table>
49
    </table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-report-search-result.inc (-1 / +1 lines)
Lines 45-51 Link Here
45
                                    <th title="Last time a library used this pattern">Last import</th>
45
                                    <th title="Last time a library used this pattern">Last import</th>
46
                                    <th> Comments </th>
46
                                    <th> Comments </th>
47
                                    [% UNLESS search_only %]
47
                                    [% UNLESS search_only %]
48
                                        <th class="NoSort noExport">Actions</th>
48
                                        <th class="no-sort no-export">Actions</th>
49
                                    [% END %]
49
                                    [% END %]
50
                                </tr>
50
                                </tr>
51
                            </thead>
51
                            </thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-subscription-search-result.inc (-1 / +1 lines)
Lines 19-25 Link Here
19
                    <th title="Last time a library used this pattern">Last import</th>
19
                    <th title="Last time a library used this pattern">Last import</th>
20
                    <th> Comments </th>
20
                    <th> Comments </th>
21
                    [% UNLESS search_only %]
21
                    [% UNLESS search_only %]
22
                        <th class="NoSort noExport">Actions</th>
22
                        <th class="no-sort no-export">Actions</th>
23
                    [% END %]
23
                    [% END %]
24
                </tr>
24
                </tr>
25
            </thead>
25
            </thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-return-claims.inc (-1 / +1 lines)
Lines 19-25 Link Here
19
            <th class="return-claim-updated-on">Updated on</th>
19
            <th class="return-claim-updated-on">Updated on</th>
20
            <th class="return-claim-updated-on">Updated on</th>
20
            <th class="return-claim-updated-on">Updated on</th>
21
            <th class="return-claim-resolution">Resolution</th>
21
            <th class="return-claim-resolution">Resolution</th>
22
            <th class="return-claim-actions NoSort">&nbsp;</th>
22
            <th class="return-claim-actions no-sort">&nbsp;</th>
23
        </tr>
23
        </tr>
24
    </thead>
24
    </thead>
25
</table>
25
</table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc (-2 / +2 lines)
Lines 161-167 Link Here
161
                    [% FOR column IN columns %]
161
                    [% FOR column IN columns %]
162
                        [% SWITCH column %]
162
                        [% SWITCH column %]
163
                        [% CASE 'checkbox' %]
163
                        [% CASE 'checkbox' %]
164
                            <th class="noExport"></th>
164
                            <th class="no-export"></th>
165
                        [% CASE 'cardnumber' %]
165
                        [% CASE 'cardnumber' %]
166
                            <th>Card</th>
166
                            <th>Card</th>
167
                        [% CASE 'dateofbirth' %]
167
                        [% CASE 'dateofbirth' %]
Lines 201-207 Link Here
201
                                <th>Sort 2</th>
201
                                <th>Sort 2</th>
202
                            [% END %]
202
                            [% END %]
203
                        [% CASE 'action' %]
203
                        [% CASE 'action' %]
204
                            <th class="noExport">&nbsp;</th>
204
                            <th class="no-export">&nbsp;</th>
205
                        [% END %]
205
                        [% END %]
206
                    [% END %]
206
                    [% END %]
207
                </tr>
207
                </tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/recalls.inc (-2 / +2 lines)
Lines 4-10 Link Here
4
        <table id="recalls-table">
4
        <table id="recalls-table">
5
            <thead>
5
            <thead>
6
                <tr>
6
                <tr>
7
                    [% IF checkboxes %]<th class="recall-checkbox NoSort">&nbsp;</th>[% END %]
7
                    [% IF checkboxes %]<th class="recall-checkbox no-sort">&nbsp;</th>[% END %]
8
                    <th class="recall-title anti-the">Title</th>
8
                    <th class="recall-title anti-the">Title</th>
9
                    [% UNLESS specific_patron %]<th class="recall-patron">Requested by</th>[% END %]
9
                    [% UNLESS specific_patron %]<th class="recall-patron">Requested by</th>[% END %]
10
                    <th class="recall-date">Placed on</th>
10
                    <th class="recall-date">Placed on</th>
Lines 12-18 Link Here
12
                    <th class="recall-branch">Pickup location</th>
12
                    <th class="recall-branch">Pickup location</th>
13
                    <th class="recall-status">Status</th>
13
                    <th class="recall-status">Status</th>
14
                    [% UNLESS viewing_old %]<th class="recall-duedate">Due date</th>[% END %]
14
                    [% UNLESS viewing_old %]<th class="recall-duedate">Due date</th>[% END %]
15
                    [% UNLESS viewing_old %]<th class="recall-actions NoSort">&nbsp;</th>[% END %]
15
                    [% UNLESS viewing_old %]<th class="recall-actions no-sort">&nbsp;</th>[% END %]
16
                </tr>
16
                </tr>
17
            </thead>
17
            </thead>
18
18
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc (-2 / +2 lines)
Lines 4-10 Link Here
4
<table class="holds_table" id="[% table_name | html %]">
4
<table class="holds_table" id="[% table_name | html %]">
5
    <thead>
5
    <thead>
6
        <tr>
6
        <tr>
7
            <th class="NoSort"><input type="checkbox" class="select_hold_all" /></th>
7
            <th class="no-sort"><input type="checkbox" class="select_hold_all" /></th>
8
            <th>Waiting since</th>
8
            <th>Waiting since</th>
9
            <th>Date hold placed</th>
9
            <th>Date hold placed</th>
10
            [% IF table_name == 'holdscr' %]
10
            [% IF table_name == 'holdscr' %]
Lines 19-25 Link Here
19
            <th>Call number</th>
19
            <th>Call number</th>
20
            <th>Copy number</th>
20
            <th>Copy number</th>
21
            <th>Enumeration</th>
21
            <th>Enumeration</th>
22
            <th class="NoSort noExport">Actions</th>
22
            <th class="no-sort no-export">Actions</th>
23
        </tr>
23
        </tr>
24
    </thead>
24
    </thead>
25
    <tbody>
25
    <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-1 / +1 lines)
Lines 662-668 Link Here
662
                                <th>Status</th>
662
                                <th>Status</th>
663
                                <th>Staged</th>
663
                                <th>Staged</th>
664
                                <th># Bibliographic records</th>
664
                                <th># Bibliographic records</th>
665
                                <th class="NoSort">&nbsp;</th>
665
                                <th class="no-sort">&nbsp;</th>
666
                            </tr>
666
                            </tr>
667
                        </thead>
667
                        </thead>
668
                        <tbody>
668
                        <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-7 / +7 lines)
Lines 577-588 Link Here
577
                                        [% IF Koha.Preference('EDIFACT') && ediaccount %]
577
                                        [% IF Koha.Preference('EDIFACT') && ediaccount %]
578
                                            <th>Supplier report</th>
578
                                            <th>Supplier report</th>
579
                                        [% END %]
579
                                        [% END %]
580
                                        <th class="NoSort noExport">Place hold</th>
580
                                        <th class="no-sort no-export">Place hold</th>
581
                                        [% IF ( active && !closedate ) %]
581
                                        [% IF ( active && !closedate ) %]
582
                                            <th class="NoSort noExport">Modify</th>
582
                                            <th class="no-sort no-export">Modify</th>
583
                                        [% END %]
583
                                        [% END %]
584
                                        [% IF !closedate || Koha.Preference('CancelOrdersInClosedBaskets') %]
584
                                        [% IF !closedate || Koha.Preference('CancelOrdersInClosedBaskets') %]
585
                                            <th class="NoSort noExport">Cancel order</th>
585
                                            <th class="no-sort no-export">Cancel order</th>
586
                                        [% END %]
586
                                        [% END %]
587
                                    </tr>
587
                                    </tr>
588
                                </thead>
588
                                </thead>
Lines 693-699 Link Here
693
                                                    <p class="ordernote"
693
                                                    <p class="ordernote"
694
                                                        ><strong>Internal note: </strong><span id="internal-note-[% books_loo.ordernumber | html %]">[% books_loo.order_internalnote | html %]</span>
694
                                                        ><strong>Internal note: </strong><span id="internal-note-[% books_loo.ordernumber | html %]">[% books_loo.order_internalnote | html %]</span>
695
                                                        <a
695
                                                        <a
696
                                                            class="edit_note noExport"
696
                                                            class="edit_note no-export"
697
                                                            data-ordernumber="[% books_loo.ordernumber | html %]"
697
                                                            data-ordernumber="[% books_loo.ordernumber | html %]"
698
                                                            data-note_type="internal"
698
                                                            data-note_type="internal"
699
                                                            href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% books_loo.ordernumber | html %]&type=internal"
699
                                                            href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% books_loo.ordernumber | html %]&type=internal"
Lines 703-709 Link Here
703
                                                    >
703
                                                    >
704
                                                [% ELSE %]
704
                                                [% ELSE %]
705
                                                    <a
705
                                                    <a
706
                                                        class="edit_note noExport"
706
                                                        class="edit_note no-export"
707
                                                        data-ordernumber="[% books_loo.ordernumber | html %]"
707
                                                        data-ordernumber="[% books_loo.ordernumber | html %]"
708
                                                        data-note_type="internal"
708
                                                        data-note_type="internal"
709
                                                        href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% books_loo.ordernumber | html %]&type=internal"
709
                                                        href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% books_loo.ordernumber | html %]&type=internal"
Lines 715-721 Link Here
715
                                                    <p class="ordernote"
715
                                                    <p class="ordernote"
716
                                                        ><strong>Vendor note: </strong> <span id="vendor-note-[% books_loo.ordernumber | html %]">[% books_loo.order_vendornote | html %]</span>
716
                                                        ><strong>Vendor note: </strong> <span id="vendor-note-[% books_loo.ordernumber | html %]">[% books_loo.order_vendornote | html %]</span>
717
                                                        <a
717
                                                        <a
718
                                                            class="edit_note noExport"
718
                                                            class="edit_note no-export"
719
                                                            data-ordernumber="[% books_loo.ordernumber | html %]"
719
                                                            data-ordernumber="[% books_loo.ordernumber | html %]"
720
                                                            data-note_type="vendor"
720
                                                            data-note_type="vendor"
721
                                                            href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% books_loo.ordernumber | html %]&type=vendor"
721
                                                            href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% books_loo.ordernumber | html %]&type=vendor"
Lines 725-731 Link Here
725
                                                    >
725
                                                    >
726
                                                [% ELSE %]
726
                                                [% ELSE %]
727
                                                    <a
727
                                                    <a
728
                                                        class="edit_note noExport"
728
                                                        class="edit_note no-export"
729
                                                        data-ordernumber="[% books_loo.ordernumber | html %]"
729
                                                        data-ordernumber="[% books_loo.ordernumber | html %]"
730
                                                        data-note_type="vendor"
730
                                                        data-note_type="vendor"
731
                                                        href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% books_loo.ordernumber | html %]&type=vendor"
731
                                                        href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% books_loo.ordernumber | html %]&type=vendor"
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-4 / +4 lines)
Lines 95-101 Link Here
95
                                        <tr>
95
                                        <tr>
96
                                            <th>Basket</th>
96
                                            <th>Basket</th>
97
                                            <th>Total</th>
97
                                            <th>Total</th>
98
                                            <th class="NoSort"></th>
98
                                            <th class="no-sort"></th>
99
                                        </tr>
99
                                        </tr>
100
                                    </thead>
100
                                    </thead>
101
                                    <tbody>
101
                                    <tbody>
Lines 191-197 Link Here
191
                                <tr>
191
                                <tr>
192
                                    <th>Basket</th>
192
                                    <th>Basket</th>
193
                                    <th>Total</th>
193
                                    <th>Total</th>
194
                                    <th class="NoSort"></th>
194
                                    <th class="no-sort"></th>
195
                                </tr>
195
                                </tr>
196
                            </thead>
196
                            </thead>
197
                            <tbody>
197
                            <tbody>
Lines 271-277 Link Here
271
                                <th>Billing place</th>
271
                                <th>Billing place</th>
272
                                <th>Delivery place</th>
272
                                <th>Delivery place</th>
273
                                <th>Number of baskets</th>
273
                                <th>Number of baskets</th>
274
                                <th class="NoSort">Action</th>
274
                                <th class="no-sort">Action</th>
275
                            </tr>
275
                            </tr>
276
                        </thead>
276
                        </thead>
277
                        <tbody>
277
                        <tbody>
Lines 323-329 Link Here
323
                                <th>Billing place</th>
323
                                <th>Billing place</th>
324
                                <th>Delivery place</th>
324
                                <th>Delivery place</th>
325
                                <th>Number of baskets</th>
325
                                <th>Number of baskets</th>
326
                                <th class="NoSort">Action</th>
326
                                <th class="no-sort">Action</th>
327
                            </tr>
327
                            </tr>
328
                        </thead>
328
                        </thead>
329
                        <tbody>
329
                        <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-1 / +1 lines)
Lines 135-141 Link Here
135
                                        <th>Basket group</th>
135
                                        <th>Basket group</th>
136
                                        <th>Internal note</th>
136
                                        <th>Internal note</th>
137
                                        <th>Closed</th>
137
                                        <th>Closed</th>
138
                                        <th class="noExport NoSort">Actions</th>
138
                                        <th class="no-export no-sort">Actions</th>
139
                                    </tr>
139
                                    </tr>
140
                                </thead>
140
                                </thead>
141
                                <tbody>
141
                                <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt (-2 / +2 lines)
Lines 59-65 Link Here
59
                                        [% IF CAN_user_acquisition_merge_invoices %]
59
                                        [% IF CAN_user_acquisition_merge_invoices %]
60
                                            <th>&nbsp;</th>
60
                                            <th>&nbsp;</th>
61
                                        [% END %]
61
                                        [% END %]
62
                                        <th class="NoSort">&nbsp;</th>
62
                                        <th class="no-sort">&nbsp;</th>
63
                                        <th>Invoice number</th>
63
                                        <th>Invoice number</th>
64
                                        <th>Vendor</th>
64
                                        <th>Vendor</th>
65
                                        <th>Shipment date</th>
65
                                        <th>Shipment date</th>
Lines 67-73 Link Here
67
                                        <th>Received bibliographic records</th>
67
                                        <th>Received bibliographic records</th>
68
                                        <th>Received items</th>
68
                                        <th>Received items</th>
69
                                        <th>Status</th>
69
                                        <th>Status</th>
70
                                        <th class="NoSort">&nbsp;</th>
70
                                        <th class="no-sort">&nbsp;</th>
71
                                    </tr>
71
                                    </tr>
72
                                </thead>
72
                                </thead>
73
                                <tbody>
73
                                <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt (-6 / +6 lines)
Lines 79-85 Link Here
79
                            <table id="late_orders">
79
                            <table id="late_orders">
80
                                <thead>
80
                                <thead>
81
                                    <tr>
81
                                    <tr>
82
                                        <th class="NoSort"></th>
82
                                        <th class="no-sort"></th>
83
                                        <th>Order line</th>
83
                                        <th>Order line</th>
84
                                        <th>Order date</th>
84
                                        <th>Order date</th>
85
                                        <th>Estimated delivery date</th>
85
                                        <th>Estimated delivery date</th>
Lines 118-124 Link Here
118
                                                    <span>[% estimated_delivery_date | $KohaDates %]</span>
118
                                                    <span>[% estimated_delivery_date | $KohaDates %]</span>
119
                                                    [% IF CAN_user_acquisition_order_manage %]
119
                                                    [% IF CAN_user_acquisition_order_manage %]
120
                                                        <a
120
                                                        <a
121
                                                            class="edit_delivery_date noExport"
121
                                                            class="edit_delivery_date no-export"
122
                                                            data-ordernumber="[% lateorder.ordernumber | html %]"
122
                                                            data-ordernumber="[% lateorder.ordernumber | html %]"
123
                                                            data-delivery_date="[% estimated_delivery_date | html %]"
123
                                                            data-delivery_date="[% estimated_delivery_date | html %]"
124
                                                            id="delivery_date_[% lateorder.ordernumber | html %]"
124
                                                            id="delivery_date_[% lateorder.ordernumber | html %]"
Lines 187-193 Link Here
187
                                                    <p class="ordernote">
187
                                                    <p class="ordernote">
188
                                                        <span id="internal-note-[% lateorder.ordernumber | html %]">[% lateorder.order_internalnote | html %]</span>
188
                                                        <span id="internal-note-[% lateorder.ordernumber | html %]">[% lateorder.order_internalnote | html %]</span>
189
                                                        <a
189
                                                        <a
190
                                                            class="edit_note noExport"
190
                                                            class="edit_note no-export"
191
                                                            data-ordernumber="[% lateorder.ordernumber | html %]"
191
                                                            data-ordernumber="[% lateorder.ordernumber | html %]"
192
                                                            data-note_type="internal"
192
                                                            data-note_type="internal"
193
                                                            href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% lateorder.ordernumber | html %]&type=internal"
193
                                                            href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% lateorder.ordernumber | html %]&type=internal"
Lines 198-204 Link Here
198
                                                    </p>
198
                                                    </p>
199
                                                [% ELSE %]
199
                                                [% ELSE %]
200
                                                    <a
200
                                                    <a
201
                                                        class="edit_note noExport"
201
                                                        class="edit_note no-export"
202
                                                        data-ordernumber="[% lateorder.ordernumber | html %]"
202
                                                        data-ordernumber="[% lateorder.ordernumber | html %]"
203
                                                        data-note_type="internal"
203
                                                        data-note_type="internal"
204
                                                        href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% lateorder.ordernumber | html %]&type=internal"
204
                                                        href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% lateorder.ordernumber | html %]&type=internal"
Lines 213-219 Link Here
213
                                                    <p class="ordernote">
213
                                                    <p class="ordernote">
214
                                                        <span id="vendor-note-[% lateorder.ordernumber | html %]">[% lateorder.order_vendornote | html %]</span>
214
                                                        <span id="vendor-note-[% lateorder.ordernumber | html %]">[% lateorder.order_vendornote | html %]</span>
215
                                                        <a
215
                                                        <a
216
                                                            class="edit_note noExport"
216
                                                            class="edit_note no-export"
217
                                                            data-ordernumber="[% lateorder.ordernumber | html %]"
217
                                                            data-ordernumber="[% lateorder.ordernumber | html %]"
218
                                                            data-note_type="vendor"
218
                                                            data-note_type="vendor"
219
                                                            href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% lateorder.ordernumber | html %]&type=vendor"
219
                                                            href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% lateorder.ordernumber | html %]&type=vendor"
Lines 224-230 Link Here
224
                                                    </p>
224
                                                    </p>
225
                                                [% ELSE %]
225
                                                [% ELSE %]
226
                                                    <a
226
                                                    <a
227
                                                        class="edit_note noExport"
227
                                                        class="edit_note no-export"
228
                                                        data-ordernumber="[% lateorder.ordernumber | html %]"
228
                                                        data-ordernumber="[% lateorder.ordernumber | html %]"
229
                                                        data-note_type="vendor"
229
                                                        data-note_type="vendor"
230
                                                        href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% lateorder.ordernumber | html %]&type=vendor"
230
                                                        href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% lateorder.ordernumber | html %]&type=vendor"
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-1 / +1 lines)
Lines 489-495 Link Here
489
                        <table>
489
                        <table>
490
                            <thead>
490
                            <thead>
491
                                <tr>
491
                                <tr>
492
                                    <th class="noExport">Actions</th>
492
                                    <th class="no-export">Actions</th>
493
                                    <th>Barcode</th>
493
                                    <th>Barcode</th>
494
                                    <th>Home library</th>
494
                                    <th>Home library</th>
495
                                    <th>Holding library</th>
495
                                    <th>Holding library</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt (-1 / +1 lines)
Lines 56-62 Link Here
56
                            <th>Library</th>
56
                            <th>Library</th>
57
                            <th>Call number</th>
57
                            <th>Call number</th>
58
                            <th>Expiration date</th>
58
                            <th>Expiration date</th>
59
                            <th class="NoSort"></th>
59
                            <th class="no-sort"></th>
60
                        </tr>
60
                        </tr>
61
                    </thead>
61
                    </thead>
62
                    <tbody>
62
                    <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt (-1 / +1 lines)
Lines 57-63 Link Here
57
                        <th>Price</th>
57
                        <th>Price</th>
58
                        <th>Quantity</th>
58
                        <th>Quantity</th>
59
                        <th>Total</th>
59
                        <th>Total</th>
60
                        <th class="NoSort">&nbsp;</th>
60
                        <th class="no-sort">&nbsp;</th>
61
                    </tr>
61
                    </tr>
62
                </thead>
62
                </thead>
63
                <tbody>
63
                <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-2 / +2 lines)
Lines 153-166 Link Here
153
                                <th>Order line</th>
153
                                <th>Order line</th>
154
                                <th title="Item holds / Total holds">Holds</th>
154
                                <th title="Item holds / Total holds">Holds</th>
155
                                <th>Summary</th>
155
                                <th>Summary</th>
156
                                <th class="NoSort">More</th>
156
                                <th class="no-sort">More</th>
157
                                <th>Replacement price</th>
157
                                <th>Replacement price</th>
158
                                <th>Quantity</th>
158
                                <th>Quantity</th>
159
                                <th>Fund</th>
159
                                <th>Fund</th>
160
                                <th>Est cost</th>
160
                                <th>Est cost</th>
161
                                <th>Actual cost</th>
161
                                <th>Actual cost</th>
162
                                <th>TOTAL</th>
162
                                <th>TOTAL</th>
163
                                <th class="NoSort"></th>
163
                                <th class="no-sort"></th>
164
                            </tr>
164
                            </tr>
165
                        </thead>
165
                        </thead>
166
                        <tfoot>
166
                        <tfoot>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt (-1 / +1 lines)
Lines 495-501 Link Here
495
                            <th scope="col">Start date</th>
495
                            <th scope="col">Start date</th>
496
                            <th scope="col">End date</th>
496
                            <th scope="col">End date</th>
497
                            [% IF CAN_user_acquisition_contracts_manage %]
497
                            [% IF CAN_user_acquisition_contracts_manage %]
498
                                <th scope="col" class="NoSort noExport">Actions</th>
498
                                <th scope="col" class="no-sort no-export">Actions</th>
499
                            [% END %]
499
                            [% END %]
500
                        </tr>
500
                        </tr>
501
                    </thead>
501
                    </thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt (-4 / +4 lines)
Lines 113-122 Link Here
113
                            <th>Basket</th>
113
                            <th>Basket</th>
114
                            <th>[% tp('noun', 'Order') | html %]</th>
114
                            <th>[% tp('noun', 'Order') | html %]</th>
115
                            <th>By</th>
115
                            <th>By</th>
116
                            <th class="NoSort">Uncertain</th>
116
                            <th class="no-sort">Uncertain</th>
117
                            <th class="NoSort">Price</th>
117
                            <th class="no-sort">Price</th>
118
                            <th class="NoSort">Quantity</th>
118
                            <th class="no-sort">Quantity</th>
119
                            <th class="NoSort">Edit</th>
119
                            <th class="no-sort">Edit</th>
120
                        </tr>
120
                        </tr>
121
                    </thead>
121
                    </thead>
122
                    <tbody>
122
                    <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/vendor_issues.tt (-1 / +1 lines)
Lines 195-201 Link Here
195
                            <th>Type</th>
195
                            <th>Type</th>
196
                            <th>Started on</th>
196
                            <th>Started on</th>
197
                            <th>Ended on</th>
197
                            <th>Ended on</th>
198
                            <th data-class-name="actions noExport">Actions</th>
198
                            <th data-class-name="actions no-export">Actions</th>
199
                        </tr>
199
                        </tr>
200
                    </thead>
200
                    </thead>
201
                </table> </div
201
                </table> </div
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (-2 / +2 lines)
Lines 190-198 Link Here
190
                                <th>ISBN</th>
190
                                <th>ISBN</th>
191
                                <th>LCCN</th>
191
                                <th>LCCN</th>
192
                                [% IF ( Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' ) %]
192
                                [% IF ( Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' ) %]
193
                                    <th class="NoSort">Additional fields</th>
193
                                    <th class="no-sort">Additional fields</th>
194
                                [% END %]
194
                                [% END %]
195
                                <th class="NoSort">Actions</th>
195
                                <th class="no-sort">Actions</th>
196
                            </tr></thead
196
                            </tr></thead
197
                        >
197
                        >
198
                        <tbody
198
                        <tbody
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt (-1 / +1 lines)
Lines 181-187 Link Here
181
                                <th>Searchable</th>
181
                                <th>Searchable</th>
182
                            [% END %]
182
                            [% END %]
183
                            <th>Repeatable</th>
183
                            <th>Repeatable</th>
184
                            <th class="noExport">Actions</th>
184
                            <th class="no-export">Actions</th>
185
                        </tr>
185
                        </tr>
186
                    </thead>
186
                    </thead>
187
                    <tbody>
187
                    <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-2 / +2 lines)
Lines 484-490 Link Here
484
                                    <th>End date</th>
484
                                    <th>End date</th>
485
                                    <th>Locked</th>
485
                                    <th>Locked</th>
486
                                    <th>Total</th>
486
                                    <th>Total</th>
487
                                    <th class="noExport NoSort">Actions</th>
487
                                    <th class="no-export no-sort">Actions</th>
488
                                </tr>
488
                                </tr>
489
                            </thead>
489
                            </thead>
490
                            <tbody>
490
                            <tbody>
Lines 524-530 Link Here
524
                                    <th>End date</th>
524
                                    <th>End date</th>
525
                                    <th>Locked</th>
525
                                    <th>Locked</th>
526
                                    <th>Total</th>
526
                                    <th>Total</th>
527
                                    <th class="noExport NoSort">Actions</th>
527
                                    <th class="no-export no-sort">Actions</th>
528
                                </tr>
528
                                </tr>
529
                            </thead>
529
                            </thead>
530
                            <tbody>
530
                            <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-1 / +1 lines)
Lines 164-170 Link Here
164
                                        <th>Total spent</th>
164
                                        <th>Total spent</th>
165
                                        <th>Base-level available</th>
165
                                        <th>Base-level available</th>
166
                                        <th>Total available</th>
166
                                        <th>Total available</th>
167
                                        <th class="noExport">Actions</th>
167
                                        <th class="no-export">Actions</th>
168
                                    </tr>
168
                                    </tr>
169
                                </thead>
169
                                </thead>
170
                                <tfoot>
170
                                <tfoot>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt (-1 / +1 lines)
Lines 95-101 Link Here
95
                                            <th id="col[% authvals_ro.code | html %]" [% UNLESS authvals_ro.display %]style="display:none;"[% END %] class="[% authvals_ro.colnum | html %]"> [% authvals_ro.code | html %] </th>
95
                                            <th id="col[% authvals_ro.code | html %]" [% UNLESS authvals_ro.display %]style="display:none;"[% END %] class="[% authvals_ro.colnum | html %]"> [% authvals_ro.code | html %] </th>
96
                                        [% END %]
96
                                        [% END %]
97
                                        <th class="remaining">Fund remaining</th>
97
                                        <th class="remaining">Fund remaining</th>
98
                                        <th class="noExport">Actions</th>
98
                                        <th class="no-export">Actions</th>
99
                                    </tr>
99
                                    </tr>
100
                                </thead>
100
                                </thead>
101
101
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt (-1 / +1 lines)
Lines 354-360 Link Here
354
                        <th>Subfield</th>
354
                        <th>Subfield</th>
355
                        <th>Description</th>
355
                        <th>Description</th>
356
                        <th>Constraints</th>
356
                        <th>Constraints</th>
357
                        <th class="NoSort">&nbsp;</th>
357
                        <th class="no-sort">&nbsp;</th>
358
                    </tr>
358
                    </tr>
359
                </thead>
359
                </thead>
360
                <tbody>
360
                <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt (-1 / +1 lines)
Lines 248-254 Link Here
248
                        <th>Repeatable</th>
248
                        <th>Repeatable</th>
249
                        <th>Mandatory</th>
249
                        <th>Mandatory</th>
250
                        <th>Authorized<br />value</th>
250
                        <th>Authorized<br />value</th>
251
                        <th class="NoSort">&nbsp;</th>
251
                        <th class="no-sort">&nbsp;</th>
252
                    </tr>
252
                    </tr>
253
                </thead>
253
                </thead>
254
                <tbody>
254
                <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-2 / +2 lines)
Lines 309-315 Link Here
309
                                <th>Description (OPAC)</th>
309
                                <th>Description (OPAC)</th>
310
                                <th>Icon</th>
310
                                <th>Icon</th>
311
                                <th>Library limitations</th>
311
                                <th>Library limitations</th>
312
                                <th class="noExport NoSort">Actions</th>
312
                                <th class="no-export no-sort">Actions</th>
313
                            </tr>
313
                            </tr>
314
                        </thead>
314
                        </thead>
315
                        <tbody>
315
                        <tbody>
Lines 379-385 Link Here
379
                        <tr>
379
                        <tr>
380
                            <th>Category</th>
380
                            <th>Category</th>
381
                            <th>Description</th>
381
                            <th>Description</th>
382
                            <th class="noExport">&nbsp;</th>
382
                            <th class="no-export">&nbsp;</th>
383
                        </tr>
383
                        </tr>
384
                    </thead>
384
                    </thead>
385
                    <tbody>
385
                    <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt (-1 / +1 lines)
Lines 132-138 Link Here
132
                        <th>Queued</th>
132
                        <th>Queued</th>
133
                        <th>Started</th>
133
                        <th>Started</th>
134
                        <th>Ended</th>
134
                        <th>Ended</th>
135
                        <th class="noExport">Actions</th>
135
                        <th class="no-export">Actions</th>
136
                    </tr>
136
                    </tr>
137
                </thead>
137
                </thead>
138
            </table>
138
            </table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt (-1 / +1 lines)
Lines 83-89 Link Here
83
                            <thead>
83
                            <thead>
84
                                <tr>
84
                                <tr>
85
                                    <th>Library</th>
85
                                    <th>Library</th>
86
                                    <th class="NoSort">Allow transfer?</th>
86
                                    <th class="no-sort">Allow transfer?</th>
87
                                </tr>
87
                                </tr>
88
                            </thead>
88
                            </thead>
89
89
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-1 / +1 lines)
Lines 430-436 Link Here
430
                            <th>Public</th>
430
                            <th>Public</th>
431
                            <th>SMTP server</th>
431
                            <th>SMTP server</th>
432
                            <th>Library hours</th>
432
                            <th>Library hours</th>
433
                            <th data-class-name="actions noExport">Actions</th>
433
                            <th data-class-name="actions no-export">Actions</th>
434
                        </tr>
434
                        </tr>
435
                    </thead>
435
                    </thead>
436
                </table>
436
                </table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt (-2 / +2 lines)
Lines 171-178 Link Here
171
                        <th>Description</th>
171
                        <th>Description</th>
172
                        <th>Library</th>
172
                        <th>Library</th>
173
                        <th>Library default</th>
173
                        <th>Library default</th>
174
                        <th class="NoSort">Initial float</th>
174
                        <th class="no-sort">Initial float</th>
175
                        <th class="noExport NoSort">Actions</th>
175
                        <th class="no-export no-sort">Actions</th>
176
                    </thead>
176
                    </thead>
177
                    <tbody>
177
                    <tbody>
178
                        [% FOREACH cash_register IN cash_registers %]
178
                        [% FOREACH cash_register IN cash_registers %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-1 / +1 lines)
Lines 657-663 Link Here
657
                            <th scope="col" data-colname="checkout_charge_limit">Checkout charge limit</th>
657
                            <th scope="col" data-colname="checkout_charge_limit">Checkout charge limit</th>
658
                            <th scope="col" data-colname="guarantees_checkout_charge_limit">Guarantees checkout charge limit</th>
658
                            <th scope="col" data-colname="guarantees_checkout_charge_limit">Guarantees checkout charge limit</th>
659
                            <th scope="col" data-colname="guarantors_checkout_charge_limit">Guarantors with guarantees checkout charge limit</th>
659
                            <th scope="col" data-colname="guarantors_checkout_charge_limit">Guarantors with guarantees checkout charge limit</th>
660
                            <th scope="col" class="noExport" data-colname="actions">Actions</th>
660
                            <th scope="col" class="no-export" data-colname="actions">Actions</th>
661
                        </tr>
661
                        </tr>
662
                    </thead>
662
                    </thead>
663
                    <tbody>
663
                    <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-1 / +1 lines)
Lines 190-196 Link Here
190
                            <th>State</th>
190
                            <th>State</th>
191
                            <th>ZIP/Postal code</th>
191
                            <th>ZIP/Postal code</th>
192
                            <th>Country</th>
192
                            <th>Country</th>
193
                            <th data-class-name="actions noExport">Actions</th>
193
                            <th data-class-name="actions no-export">Actions</th>
194
                        </tr>
194
                        </tr>
195
                    </thead>
195
                    </thead>
196
                </table> </div
196
                </table> </div
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt (-3 / +3 lines)
Lines 350-356 Link Here
350
                    <th>In use</th>
350
                    <th>In use</th>
351
                    <th>Filing rule</th>
351
                    <th>Filing rule</th>
352
                    <th>Splitting rule</th>
352
                    <th>Splitting rule</th>
353
                    <th class="noExport">Actions</th>
353
                    <th class="no-export">Actions</th>
354
                </tr>
354
                </tr>
355
                [% FOREACH class_source IN class_sources %]
355
                [% FOREACH class_source IN class_sources %]
356
                    <tr>
356
                    <tr>
Lines 381-387 Link Here
381
                    <th>Code</th>
381
                    <th>Code</th>
382
                    <th>Description</th>
382
                    <th>Description</th>
383
                    <th>Sorting routine</th>
383
                    <th>Sorting routine</th>
384
                    <th class="noExport">Actions</th>
384
                    <th class="no-export">Actions</th>
385
                </tr>
385
                </tr>
386
                [% FOREACH rule IN sort_rules %]
386
                [% FOREACH rule IN sort_rules %]
387
                    <tr>
387
                    <tr>
Lines 410-416 Link Here
410
                    <th>Code</th>
410
                    <th>Code</th>
411
                    <th>Description</th>
411
                    <th>Description</th>
412
                    <th>Splitting routine</th>
412
                    <th>Splitting routine</th>
413
                    <th class="noExport">Actions</th>
413
                    <th class="no-export">Actions</th>
414
                </tr>
414
                </tr>
415
                [% FOREACH rule IN split_rules %]
415
                [% FOREACH rule IN split_rules %]
416
                    <tr>
416
                    <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt (-1 / +1 lines)
Lines 168-174 Link Here
168
                        <th>Available for</th>
168
                        <th>Available for</th>
169
                        <th>Credit number enabled</th>
169
                        <th>Credit number enabled</th>
170
                        <th>Library limitations</th>
170
                        <th>Library limitations</th>
171
                        <th class="noExport">Actions</th>
171
                        <th class="no-export">Actions</th>
172
                    </thead>
172
                    </thead>
173
                    <tbody>
173
                    <tbody>
174
                        [% FOREACH credit_type IN credit_types %]
174
                        [% FOREACH credit_type IN credit_types %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt (-1 / +1 lines)
Lines 233-239 Link Here
233
                        <th>Last updated</th>
233
                        <th>Last updated</th>
234
                        <th>Active</th>
234
                        <th>Active</th>
235
                        <th>Archived</th>
235
                        <th>Archived</th>
236
                        <th class="NoSort noExport">Actions</th>
236
                        <th class="no-sort no-export">Actions</th>
237
                    </tr>
237
                    </tr>
238
                </thead>
238
                </thead>
239
                <tbody>
239
                <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt (-1 / +1 lines)
Lines 172-178 Link Here
172
                        <th>Available for</th>
172
                        <th>Available for</th>
173
                        <th>Library limitations</th>
173
                        <th>Library limitations</th>
174
                        <th>Blocks checkouts?</th>
174
                        <th>Blocks checkouts?</th>
175
                        <th class="noExport">Actions</th>
175
                        <th class="no-export">Actions</th>
176
                    </thead>
176
                    </thead>
177
                    <tbody>
177
                    <tbody>
178
                        [% FOREACH debit_type IN debit_types %]
178
                        [% FOREACH debit_type IN debit_types %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt (-1 / +1 lines)
Lines 185-191 Link Here
185
                            <th>Desk ID</th>
185
                            <th>Desk ID</th>
186
                            <th>Desk</th>
186
                            <th>Desk</th>
187
                            <th>Library</th>
187
                            <th>Library</th>
188
                            <th class="NoSort noExport">Action</th>
188
                            <th class="no-sort no-export">Action</th>
189
                        </tr>
189
                        </tr>
190
                    </thead>
190
                    </thead>
191
                    <tbody>
191
                    <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt (-1 / +1 lines)
Lines 310-316 Link Here
310
                        <th>Invoices</th>
310
                        <th>Invoices</th>
311
                        <th>Responses</th>
311
                        <th>Responses</th>
312
                        <th>Auto ordering</th>
312
                        <th>Auto ordering</th>
313
                        <th class="noExport">Actions</th>
313
                        <th class="no-export">Actions</th>
314
                    </tr>
314
                    </tr>
315
                    [% FOREACH account IN ediaccounts %]
315
                    [% FOREACH account IN ediaccounts %]
316
                        <tr>
316
                        <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt (-1 / +1 lines)
Lines 176-182 Link Here
176
                        <th>Description</th>
176
                        <th>Description</th>
177
                        <th>EAN</th>
177
                        <th>EAN</th>
178
                        <th>Qualifier</th>
178
                        <th>Qualifier</th>
179
                        <th class="noExport">Actions</th>
179
                        <th class="no-export">Actions</th>
180
                    </tr>
180
                    </tr>
181
                    [% FOREACH ean IN eans %]
181
                    [% FOREACH ean IN eans %]
182
                        <tr>
182
                        <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_provider_domains.tt (-1 / +1 lines)
Lines 294-300 Link Here
294
                        <th>Default category</th>
294
                        <th>Default category</th>
295
                        <th>Allow OPAC</th>
295
                        <th>Allow OPAC</th>
296
                        <th>Allow staff</th>
296
                        <th>Allow staff</th>
297
                        <th data-class-name="actions noExport">Actions</th>
297
                        <th data-class-name="actions no-export">Actions</th>
298
                    </tr>
298
                    </tr>
299
                </thead>
299
                </thead>
300
            </table>
300
            </table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt (-1 / +1 lines)
Lines 366-372 Link Here
366
                        <th>Code</th>
366
                        <th>Code</th>
367
                        <th>Description</th>
367
                        <th>Description</th>
368
                        <th>Protocol</th>
368
                        <th>Protocol</th>
369
                        <th data-class-name="actions noExport">Actions</th>
369
                        <th data-class-name="actions no-export">Actions</th>
370
                    </tr>
370
                    </tr>
371
                </thead>
371
                </thead>
372
            </table>
372
            </table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/ill_batch_statuses.tt (-1 / +1 lines)
Lines 125-131 Link Here
125
                        <th>Name</th>
125
                        <th>Name</th>
126
                        <th>Code</th>
126
                        <th>Code</th>
127
                        <th>Is system</th>
127
                        <th>Is system</th>
128
                        <th class="noExport">Actions</th>
128
                        <th class="no-export">Actions</th>
129
                    </thead>
129
                    </thead>
130
                    <tbody>
130
                    <tbody>
131
                        [% FOREACH status IN statuses %]
131
                        [% FOREACH status IN statuses %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt (-1 / +1 lines)
Lines 69-75 Link Here
69
                            <th>MARC field</th>
69
                            <th>MARC field</th>
70
                            <th>MARC subfield</th>
70
                            <th>MARC subfield</th>
71
                            <th>Authorised values category</th>
71
                            <th>Authorised values category</th>
72
                            <th class="noExport">Actions</th>
72
                            <th class="no-export">Actions</th>
73
                        </tr>
73
                        </tr>
74
                    </thead>
74
                    </thead>
75
                    <tbody>
75
                    <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-2 / +2 lines)
Lines 405-411 Link Here
405
            <div class="page-section">
405
            <div class="page-section">
406
                <table id="table_item_type">
406
                <table id="table_item_type">
407
                    <thead>
407
                    <thead>
408
                        [% UNLESS Koha.Preference('noItemTypeImages') && Koha.Preference('OpacNoItemTypeImages') %]<th class="noExport">Image</th>[% END %]
408
                        [% UNLESS Koha.Preference('noItemTypeImages') && Koha.Preference('OpacNoItemTypeImages') %]<th class="no-export">Image</th>[% END %]
409
                        <th>Description</th>
409
                        <th>Description</th>
410
                        <th>Code</th>
410
                        <th>Code</th>
411
                        <th>Parent code</th>
411
                        <th>Parent code</th>
Lines 420-426 Link Here
420
                        <th>Checkin message</th>
420
                        <th>Checkin message</th>
421
                        <th>Library limitations</th>
421
                        <th>Library limitations</th>
422
                        <th>Automatic check-in</th>
422
                        <th>Automatic check-in</th>
423
                        <th class="noExport NoSort">Actions</th>
423
                        <th class="no-export no-sort">Actions</th>
424
                    </thead>
424
                    </thead>
425
                    [% FOREACH itemtype IN itemtypes %]
425
                    [% FOREACH itemtype IN itemtypes %]
426
                        <tr>
426
                        <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt (-1 / +1 lines)
Lines 48-54 Link Here
48
                        <th>Tag</th>
48
                        <th>Tag</th>
49
                        <th>Subfield</th>
49
                        <th>Subfield</th>
50
                        <th>Lib</th>
50
                        <th>Lib</th>
51
                        <th class="NoSort">&nbsp;</th>
51
                        <th class="no-sort">&nbsp;</th>
52
                    </tr></thead
52
                    </tr></thead
53
                >
53
                >
54
                <tbody>
54
                <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/localization.tt (-1 / +1 lines)
Lines 81-87 Link Here
81
                        <th>Code</th>
81
                        <th>Code</th>
82
                        <th>Language</th>
82
                        <th>Language</th>
83
                        <th>Translation</th>
83
                        <th>Translation</th>
84
                        <th class="NoSort">&nbsp;</th>
84
                        <th class="no-sort">&nbsp;</th>
85
                    </tr>
85
                    </tr>
86
                </thead>
86
                </thead>
87
                <tbody>
87
                <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt (-1 / +1 lines)
Lines 368-374 Link Here
368
                        <th>Subfield</th>
368
                        <th>Subfield</th>
369
                        <th>Text</th>
369
                        <th>Text</th>
370
                        <th>Constraints</th>
370
                        <th>Constraints</th>
371
                        <th class="NoSort noExport">Actions</th>
371
                        <th class="no-sort no-export">Actions</th>
372
                    </tr>
372
                    </tr>
373
                </thead>
373
                </thead>
374
                <tbody>
374
                <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (-1 / +1 lines)
Lines 257-263 Link Here
257
                        <th>Auth value</th>
257
                        <th>Auth value</th>
258
                        <th>Indicator 1</th>
258
                        <th>Indicator 1</th>
259
                        <th>Indicator 2</th>
259
                        <th>Indicator 2</th>
260
                        <th class="NoSort">&nbsp;</th>
260
                        <th class="no-sort">&nbsp;</th>
261
                    </tr>
261
                    </tr>
262
                </thead>
262
                </thead>
263
                <tbody>
263
                <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt (-1 / +1 lines)
Lines 590-596 Link Here
590
                        <th>#</th>
590
                        <th>#</th>
591
                        <th>Code</th>
591
                        <th>Code</th>
592
                        <th>Description</th>
592
                        <th>Description</th>
593
                        <th class="noExport">Actions</th>
593
                        <th class="no-export">Actions</th>
594
                    </tr>
594
                    </tr>
595
                    [% FOREACH available_matching_rule IN available_matching_rules %]
595
                    [% FOREACH available_matching_rule IN available_matching_rules %]
596
                        <tr>
596
                        <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_servers.tt (-1 / +1 lines)
Lines 133-139 Link Here
133
        <div class="page-section">
133
        <div class="page-section">
134
            <table id="serverst">
134
            <table id="serverst">
135
                <thead
135
                <thead
136
                    ><tr><th>ID</th><th>Repository name</th><th>Endpoint</th><th>[% tp('OAI', 'Set') | html %]</th><th>Data format</th><th>Record type</th><th class="noExport NoSort">Actions</th> </tr></thead
136
                    ><tr><th>ID</th><th>Repository name</th><th>Endpoint</th><th>[% tp('OAI', 'Set') | html %]</th><th>Data format</th><th>Record type</th><th class="no-export no-sort">Actions</th> </tr></thead
137
                >
137
                >
138
                <tbody>
138
                <tbody>
139
                    [% FOREACH loo IN loop %]
139
                    [% FOREACH loo IN loop %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/overdrive.tt (-1 / +1 lines)
Lines 43-49 Link Here
43
                <thead>
43
                <thead>
44
                    <tr>
44
                    <tr>
45
                        <th>Library</th>
45
                        <th>Library</th>
46
                        <th class="NoSort">Authname</th>
46
                        <th class="no-sort">Authname</th>
47
                    </tr>
47
                    </tr>
48
                </thead>
48
                </thead>
49
                <tbody>
49
                <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt (-1 / +1 lines)
Lines 330-336 Link Here
330
                                <th>Mandatory in staff interface</th>
330
                                <th>Mandatory in staff interface</th>
331
                                <th>Mandatory in OPAC</th>
331
                                <th>Mandatory in OPAC</th>
332
                                <th>Searching</th>
332
                                <th>Searching</th>
333
                                <th class="NoSort noExport">Actions</th>
333
                                <th class="no-sort no-export">Actions</th>
334
                            </tr>
334
                            </tr>
335
                        </thead>
335
                        </thead>
336
                        <tbody>
336
                        <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt (-1 / +1 lines)
Lines 197-203 Link Here
197
                            <th scope="col">Default</th>
197
                            <th scope="col">Default</th>
198
                            <th scope="col">Lift after payment?</th>
198
                            <th scope="col">Lift after payment?</th>
199
                            <th scope="col">Fee limit</th>
199
                            <th scope="col">Fee limit</th>
200
                            <th class="noExport" scope="col">Actions</th>
200
                            <th class="no-export" scope="col">Actions</th>
201
                        </tr>
201
                        </tr>
202
                    </thead>
202
                    </thead>
203
                    <tbody>
203
                    <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt (-7 / +7 lines)
Lines 144-152 Link Here
144
                                <th>&nbsp;</th>
144
                                <th>&nbsp;</th>
145
                            </tr>
145
                            </tr>
146
                            <tr>
146
                            <tr>
147
                                <th colspan="5" class="NoSort">&nbsp;</th>
147
                                <th colspan="5" class="no-sort">&nbsp;</th>
148
                                <th class="NoSort">Staff interface</th>
148
                                <th class="no-sort">Staff interface</th>
149
                                <th class="NoSort">OPAC</th>
149
                                <th class="no-sort">OPAC</th>
150
                                <th>&nbsp;</th>
150
                                <th>&nbsp;</th>
151
                            </tr>
151
                            </tr>
152
                        </thead>
152
                        </thead>
Lines 492-501 Link Here
492
                                    <thead>
492
                                    <thead>
493
                                        <tr>
493
                                        <tr>
494
                                            <th>Order</th>
494
                                            <th>Order</th>
495
                                            <th class="NoSort">Search field</th>
495
                                            <th class="no-sort">Search field</th>
496
                                            <th class="NoSort">Label</th>
496
                                            <th class="no-sort">Label</th>
497
                                            <th class="NoSort">Authorized value category</th>
497
                                            <th class="no-sort">Authorized value category</th>
498
                                            <th class="NoSort">&nbsp;</th>
498
                                            <th class="no-sort">&nbsp;</th>
499
                                        </tr>
499
                                        </tr>
500
                                    </thead>
500
                                    </thead>
501
                                    <tbody>
501
                                    <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-4 / +4 lines)
Lines 111-117 Link Here
111
                        <th class="fixed_sort">Patron category</th>
111
                        <th class="fixed_sort">Patron category</th>
112
                        <th>&nbsp;</th>
112
                        <th>&nbsp;</th>
113
                        <th class="fixed_sort">Item type</th>
113
                        <th class="fixed_sort">Item type</th>
114
                        <th class="noExport">Actions</th>
114
                        <th class="no-export">Actions</th>
115
                        <th>Note</th>
115
                        <th>Note</th>
116
                        <th>Current checkouts allowed</th>
116
                        <th>Current checkouts allowed</th>
117
                        <th>Current on-site checkouts allowed</th>
117
                        <th>Current on-site checkouts allowed</th>
Lines 158-164 Link Here
158
                            <th>Recall overdue fine amount</th>
158
                            <th>Recall overdue fine amount</th>
159
                            <th>Recall pickup period (day)</th>
159
                            <th>Recall pickup period (day)</th>
160
                        [% END %]
160
                        [% END %]
161
                        <th class="noExport">Actions</th>
161
                        <th class="no-export">Actions</th>
162
                    </tr>
162
                    </tr>
163
                </thead>
163
                </thead>
164
                <tbody>
164
                <tbody>
Lines 440-446 Link Here
440
                            [% END %]
440
                            [% END %]
441
                        [% END %]
441
                        [% END %]
442
                    [% END %]
442
                    [% END %]
443
                    <tr class="noExport" id="edit_row">
443
                    <tr class="no-export" id="edit_row">
444
                        <td>2</td>
444
                        <td>2</td>
445
                        <td>
445
                        <td>
446
                            <select name="categorycode" id="categorycode">
446
                            <select name="categorycode" id="categorycode">
Lines 664-670 Link Here
664
                    <th>Booking pre-processing (days)</th>
664
                    <th>Booking pre-processing (days)</th>
665
                    <th>Booking post-processing (days)</th>
665
                    <th>Booking post-processing (days)</th>
666
                    <th>Return policy</th>
666
                    <th>Return policy</th>
667
                    <th class="noExport">Actions</th>
667
                    <th class="no-export">Actions</th>
668
                </tr>
668
                </tr>
669
                [% SET patron_maxissueqty = CirculationRules.Search( current_branch, undef, undef, 'patron_maxissueqty', { want_rule => 1 } ) %]
669
                [% SET patron_maxissueqty = CirculationRules.Search( current_branch, undef, undef, 'patron_maxissueqty', { want_rule => 1 } ) %]
670
                [% SET patron_maxonsiteissueqty = CirculationRules.Search( current_branch, undef, undef, 'patron_maxonsiteissueqty', { want_rule => 1 } ) %]
670
                [% SET patron_maxonsiteissueqty = CirculationRules.Search( current_branch, undef, undef, 'patron_maxonsiteissueqty', { want_rule => 1 } ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt (-1 / +1 lines)
Lines 264-270 Link Here
264
                            <th>Authenticated</th>
264
                            <th>Authenticated</th>
265
                            <th>Debug mode</th>
265
                            <th>Debug mode</th>
266
                            <th>Is default</th>
266
                            <th>Is default</th>
267
                            <th data-class-name="actions noExport">Actions</th>
267
                            <th data-class-name="actions no-export">Actions</th>
268
                        </tr>
268
                        </tr>
269
                    </thead>
269
                    </thead>
270
                </table>
270
                </table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt (-3 / +3 lines)
Lines 334-342 Link Here
334
                <thead
334
                <thead
335
                    ><tr>
335
                    ><tr>
336
                        <th>Preference</th>
336
                        <th>Preference</th>
337
                        <th class="NoSort">Explanation</th>
337
                        <th class="no-sort">Explanation</th>
338
                        <th class="NoSort">Value</th>
338
                        <th class="no-sort">Value</th>
339
                        <th class="noExport NoSort">Actions</th>
339
                        <th class="no-export no-sort">Actions</th>
340
                    </tr></thead
340
                    </tr></thead
341
                >
341
                >
342
                <tbody
342
                <tbody
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-1 / +1 lines)
Lines 220-226 Link Here
220
                <thead
220
                <thead
221
                    ><tr
221
                    ><tr
222
                        ><th>Target</th><th>Hostname/Port</th><th>Database</th><th>Userid</th><th>Password</th><th>Preselected</th><th>Rank</th><th>Syntax</th><th>Encoding</th><th>Timeout</th><th>Record type</th><th>Attributes</th
222
                        ><th>Target</th><th>Hostname/Port</th><th>Database</th><th>Userid</th><th>Password</th><th>Preselected</th><th>Rank</th><th>Syntax</th><th>Encoding</th><th>Timeout</th><th>Record type</th><th>Attributes</th
223
                        ><th class="noExport NoSort">Actions</th>
223
                        ><th class="no-export no-sort">Actions</th>
224
                    </tr></thead
224
                    </tr></thead
225
                >
225
                >
226
                <tbody>
226
                <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt (-1 / +1 lines)
Lines 267-273 Link Here
267
                    <table id="itemst">
267
                    <table id="itemst">
268
                        <thead>
268
                        <thead>
269
                            <tr>
269
                            <tr>
270
                                <th class="NoSort noprint">&nbsp;</th>
270
                                <th class="no-sort noprint">&nbsp;</th>
271
                                <th class="anti-the">Title</th>
271
                                <th class="anti-the">Title</th>
272
                                <th>Item type</th>
272
                                <th>Item type</th>
273
                                <th>
273
                                <th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-5 / +5 lines)
Lines 430-436 Link Here
430
                            <tr>
430
                            <tr>
431
                                <th>Display order</th>
431
                                <th>Display order</th>
432
                                <th>Description</th>
432
                                <th>Description</th>
433
                                <th class="NoSort">&nbsp;</th>
433
                                <th class="no-sort">&nbsp;</th>
434
                            </tr>
434
                            </tr>
435
                        </thead>
435
                        </thead>
436
                    </table>
436
                    </table>
Lines 690-696 Link Here
690
                    <table id="suggestions" class="sorted">
690
                    <table id="suggestions" class="sorted">
691
                        <thead>
691
                        <thead>
692
                            <tr>
692
                            <tr>
693
                                <th class="NoSort">&nbsp;</th>
693
                                <th class="no-sort">&nbsp;</th>
694
                                <th class="anti-the">Suggestion</th>
694
                                <th class="anti-the">Suggestion</th>
695
                                <th>Suggested by - on</th>
695
                                <th>Suggested by - on</th>
696
                                <th>Managed by - on</th>
696
                                <th>Managed by - on</th>
Lines 822-828 Link Here
822
                                <th>Details</th>
822
                                <th>Details</th>
823
                                <th>Title</th>
823
                                <th>Title</th>
824
                                <th>Status</th>
824
                                <th>Status</th>
825
                                <th data-class-name="actions noExport">Actions</th>
825
                                <th data-class-name="actions no-export">Actions</th>
826
                            </tr>
826
                            </tr>
827
                        </thead>
827
                        </thead>
828
                    </table>
828
                    </table>
Lines 889-895 Link Here
889
                                <th>Date</th>
889
                                <th>Date</th>
890
                                <th>Status</th>
890
                                <th>Status</th>
891
                                <th>Comment</th>
891
                                <th>Comment</th>
892
                                <th class="NoSort">Actions</th>
892
                                <th class="no-sort">Actions</th>
893
                            </tr>
893
                            </tr>
894
                        </thead>
894
                        </thead>
895
                        <tbody>
895
                        <tbody>
Lines 1828-1834 Link Here
1828
                                "title": _("Actions"),
1828
                                "title": _("Actions"),
1829
                                "searchable": false,
1829
                                "searchable": false,
1830
                                "orderable": false,
1830
                                "orderable": false,
1831
                                "class": "noExport"
1831
                                "class": "no-export"
1832
                            }
1832
                            }
1833
                        ]
1833
                        ]
1834
                    }, bundle_settings, 1);
1834
                    }, bundle_settings, 1);
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt (-4 / +4 lines)
Lines 60-66 Link Here
60
                        <table class="historyt">
60
                        <table class="historyt">
61
                            <thead>
61
                            <thead>
62
                                <tr>
62
                                <tr>
63
                                    <th class="NoSort"></th>
63
                                    <th class="no-sort"></th>
64
                                    <th>Date</th>
64
                                    <th>Date</th>
65
                                    <th>Search</th>
65
                                    <th>Search</th>
66
                                    <th>Results</th>
66
                                    <th>Results</th>
Lines 102-108 Link Here
102
                        <table class="historyt">
102
                        <table class="historyt">
103
                            <thead>
103
                            <thead>
104
                                <tr>
104
                                <tr>
105
                                    <th class="NoSort"></th>
105
                                    <th class="no-sort"></th>
106
                                    <th>Date</th>
106
                                    <th>Date</th>
107
                                    <th>Search</th>
107
                                    <th>Search</th>
108
                                    <th>Results</th>
108
                                    <th>Results</th>
Lines 146-152 Link Here
146
                        <table class="historyt">
146
                        <table class="historyt">
147
                            <thead>
147
                            <thead>
148
                                <tr>
148
                                <tr>
149
                                    <th class="NoSort"></th>
149
                                    <th class="no-sort"></th>
150
                                    <th>Date</th>
150
                                    <th>Date</th>
151
                                    <th>Search</th>
151
                                    <th>Search</th>
152
                                    <th>Results</th>
152
                                    <th>Results</th>
Lines 188-194 Link Here
188
                        <table class="historyt">
188
                        <table class="historyt">
189
                            <thead>
189
                            <thead>
190
                                <tr>
190
                                <tr>
191
                                    <th class="NoSort"></th>
191
                                    <th class="no-sort"></th>
192
                                    <th>Date</th>
192
                                    <th>Date</th>
193
                                    <th>Search</th>
193
                                    <th>Search</th>
194
                                    <th>Results</th>
194
                                    <th>Results</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt (-1 / +1 lines)
Lines 222-228 Link Here
222
                                <th>ISBN</th>
222
                                <th>ISBN</th>
223
                                <th>Coming from</th>
223
                                <th>Coming from</th>
224
                                <th>Import date</th>
224
                                <th>Import date</th>
225
                                <th class="NoSort noExport">&nbsp;</th>
225
                                <th class="no-sort no-export">&nbsp;</th>
226
                            </tr>
226
                            </tr>
227
                        </thead>
227
                        </thead>
228
                        <tbody>
228
                        <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-1 / +1 lines)
Lines 107-113 Link Here
107
                <table id="itemst">
107
                <table id="itemst">
108
                    <thead>
108
                    <thead>
109
                        <tr>
109
                        <tr>
110
                            <th class="NoSort">&nbsp;</th>
110
                            <th class="no-sort">&nbsp;</th>
111
                            [% FOREACH item_header IN item_header_loop %]
111
                            [% FOREACH item_header IN item_header_loop %]
112
                                <th data-colname="[% item_header.attribute | html %]"> [% item_header.header_value | html %] </th>
112
                                <th data-colname="[% item_header.attribute | html %]"> [% item_header.header_value | html %] </th>
113
                            [% END %]
113
                            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/concerns.tt (-1 / +1 lines)
Lines 51-57 Link Here
51
                    <th>Details</th>
51
                    <th>Details</th>
52
                    <th>Title</th>
52
                    <th>Title</th>
53
                    <th>Status</th>
53
                    <th>Status</th>
54
                    <th data-class-name="actions noExport">Actions</th>
54
                    <th data-class-name="actions no-export">Actions</th>
55
                </tr>
55
                </tr>
56
            </thead>
56
            </thead>
57
        </table>
57
        </table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt (-1 / +1 lines)
Lines 100-106 Link Here
100
                        [% IF Koha.Preference('AdditionalFieldsInZ3950ResultAuthSearch') %]
100
                        [% IF Koha.Preference('AdditionalFieldsInZ3950ResultAuthSearch') %]
101
                            <th>Additional fields</th>
101
                            <th>Additional fields</th>
102
                        [% END %]
102
                        [% END %]
103
                        <th class="noExport NoSort">Actions</th>
103
                        <th class="no-export no-sort">Actions</th>
104
                    </tr></thead
104
                    </tr></thead
105
                >
105
                >
106
                <tbody
106
                <tbody
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-1 / +1 lines)
Lines 136-142 Link Here
136
                                    [% IF Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' %]
136
                                    [% IF Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' %]
137
                                        <th>Additional fields</th>
137
                                        <th>Additional fields</th>
138
                                    [% END %]
138
                                    [% END %]
139
                                    <th class="noExport">Actions</th>
139
                                    <th class="no-export">Actions</th>
140
                                </tr>
140
                                </tr>
141
                            </thead>
141
                            </thead>
142
                            <tbody>
142
                            <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt (-3 / +3 lines)
Lines 221-227 Link Here
221
                            <th class="ar-urls">URLs</th>
221
                            <th class="ar-urls">URLs</th>
222
                            <th class="ar-patron">Patron</th>
222
                            <th class="ar-patron">Patron</th>
223
                            <th class="ar-date">Date</th>
223
                            <th class="ar-date">Date</th>
224
                            <th class="ar-actions noExport NoSort">Actions</th>
224
                            <th class="ar-actions no-export no-sort">Actions</th>
225
                        </tr>
225
                        </tr>
226
                    </thead>
226
                    </thead>
227
227
Lines 328-334 Link Here
328
                            <th class="ar-urls">URLs</th>
328
                            <th class="ar-urls">URLs</th>
329
                            <th class="ar-patron">Patron</th>
329
                            <th class="ar-patron">Patron</th>
330
                            <th class="ar-date">Date</th>
330
                            <th class="ar-date">Date</th>
331
                            <th class="ar-actions noExport NoSort">Actions</th>
331
                            <th class="ar-actions no-export no-sort">Actions</th>
332
                        </tr>
332
                        </tr>
333
                    </thead>
333
                    </thead>
334
334
Lines 434-440 Link Here
434
                            <th class="ar-urls">URLs</th>
434
                            <th class="ar-urls">URLs</th>
435
                            <th class="ar-patron">Patron</th>
435
                            <th class="ar-patron">Patron</th>
436
                            <th class="ar-date">Date</th>
436
                            <th class="ar-date">Date</th>
437
                            <th class="ar-actions noExport NoSort">Actions</th>
437
                            <th class="ar-actions no-export no-sort">Actions</th>
438
                        </tr>
438
                        </tr>
439
                    </thead>
439
                    </thead>
440
440
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt (-2 / +2 lines)
Lines 67-79 Link Here
67
                <table id="notestable">
67
                <table id="notestable">
68
                    <thead>
68
                    <thead>
69
                        <tr>
69
                        <tr>
70
                            <th class="NoSort">&nbsp;</th>
70
                            <th class="no-sort">&nbsp;</th>
71
                            <th class="anti-the">Title</th>
71
                            <th class="anti-the">Title</th>
72
                            <th>Note</th>
72
                            <th>Note</th>
73
                            <th>Date</th>
73
                            <th>Date</th>
74
                            <th>Set by</th>
74
                            <th>Set by</th>
75
                            <th>Status</th>
75
                            <th>Status</th>
76
                            <th class="NoSort noExport">Actions</th>
76
                            <th class="no-sort no-export">Actions</th>
77
                        </tr>
77
                        </tr>
78
                    </thead>
78
                    </thead>
79
                    <tbody>
79
                    <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt (-1 / +1 lines)
Lines 160-166 Link Here
160
            <thead>
160
            <thead>
161
                <tr>
161
                <tr>
162
                    [% IF confirmation_needed && CAN_user_circulate_force_checkout %]
162
                    [% IF confirmation_needed && CAN_user_circulate_force_checkout %]
163
                        <th class="NoSort"></th>
163
                        <th class="no-sort"></th>
164
                    [% END %]
164
                    [% END %]
165
                    <th>Barcode</th>
165
                    <th>Barcode</th>
166
                    <th class="anti-the">Title</th>
166
                    <th class="anti-the">Title</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt (-3 / +3 lines)
Lines 189-195 Link Here
189
                                <th>Pickup date/time</th>
189
                                <th>Pickup date/time</th>
190
                                <th>Patron</th>
190
                                <th>Patron</th>
191
                                <th>Items for pickup</th>
191
                                <th>Items for pickup</th>
192
                                <th class="NoSort noExport">Action</th>
192
                                <th class="no-sort no-export">Action</th>
193
                            </tr>
193
                            </tr>
194
                        </thead>
194
                        </thead>
195
                        <tbody>
195
                        <tbody>
Lines 238-244 Link Here
238
                                <th>Patron</th>
238
                                <th>Patron</th>
239
                                <th>Items for pickup</th>
239
                                <th>Items for pickup</th>
240
                                <th>Staged by</th>
240
                                <th>Staged by</th>
241
                                <th class="NoSort noExport">Action</th>
241
                                <th class="no-sort no-export">Action</th>
242
                            </tr>
242
                            </tr>
243
                        </thead>
243
                        </thead>
244
                        <tbody>
244
                        <tbody>
Lines 298-304 Link Here
298
                                <th>Patron</th>
298
                                <th>Patron</th>
299
                                <th>Items for pickup</th>
299
                                <th>Items for pickup</th>
300
                                <th>Staged by</th>
300
                                <th>Staged by</th>
301
                                <th class="NoSort noExport">Action</th>
301
                                <th class="no-sort no-export">Action</th>
302
                            </tr>
302
                            </tr>
303
                        </thead>
303
                        </thead>
304
                        <tbody>
304
                        <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-1 / +1 lines)
Lines 83-89 Link Here
83
                                    <th>Earliest hold date</th>
83
                                    <th>Earliest hold date</th>
84
                                    <th>Hold notes</th>
84
                                    <th>Hold notes</th>
85
                                    <th class="string-sort">Pickup location</th>
85
                                    <th class="string-sort">Pickup location</th>
86
                                    <th class="NoSort">Action</th>
86
                                    <th class="no-sort">Action</th>
87
                                </tr>
87
                                </tr>
88
                            </thead>
88
                            </thead>
89
                            <tbody>
89
                            <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt (-1 / +1 lines)
Lines 53-59 Link Here
53
                                    <th>On loan</th>
53
                                    <th>On loan</th>
54
                                    <th>Home library</th>
54
                                    <th>Home library</th>
55
                                    <th>Call number</th>
55
                                    <th>Call number</th>
56
                                    <th class="NoSort">Actions</th>
56
                                    <th class="no-sort">Actions</th>
57
                                </tr>
57
                                </tr>
58
                            </thead>
58
                            </thead>
59
                            <tbody>
59
                            <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt (-1 / +1 lines)
Lines 50-56 Link Here
50
                                    <th>On hold for</th>
50
                                    <th>On hold for</th>
51
                                    <th>Home library</th>
51
                                    <th>Home library</th>
52
                                    <th>Call number</th>
52
                                    <th>Call number</th>
53
                                    <th class="NoSort">&nbsp;</th>
53
                                    <th class="no-sort">&nbsp;</th>
54
                                </tr></thead
54
                                </tr></thead
55
                            >
55
                            >
56
                            <tbody
56
                            <tbody
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt (-1 / +1 lines)
Lines 73-79 Link Here
73
                        <th>Public enrollment</th>
73
                        <th>Public enrollment</th>
74
                        <th>Email required</th>
74
                        <th>Email required</th>
75
                        <th>Library</th>
75
                        <th>Library</th>
76
                        <th class="noExport NoSort">Actions</th>
76
                        <th class="no-export no-sort">Actions</th>
77
                    </tr>
77
                    </tr>
78
                </thead>
78
                </thead>
79
                <tbody>
79
                <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-clubs-tab.tt (-2 / +2 lines)
Lines 9-15 Link Here
9
                <th>Name</th>
9
                <th>Name</th>
10
                <th>Description</th>
10
                <th>Description</th>
11
                <th>Date enrolled</th>
11
                <th>Date enrolled</th>
12
                [% IF CAN_user_clubs_enroll %]<th class="NoSort">Actions</th>[% END %]
12
                [% IF CAN_user_clubs_enroll %]<th class="no-sort">Actions</th>[% END %]
13
            </tr>
13
            </tr>
14
        </thead>
14
        </thead>
15
15
Lines 39-45 Link Here
39
            <tr>
39
            <tr>
40
                <th>Name</th>
40
                <th>Name</th>
41
                <th>Description</th>
41
                <th>Description</th>
42
                [% IF CAN_user_clubs_enroll %]<th class="NoSort">Actions</th>[% END %]
42
                [% IF CAN_user_clubs_enroll %]<th class="no-sort">Actions</th>[% END %]
43
            </tr>
43
            </tr>
44
        </thead>
44
        </thead>
45
45
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt (-2 / +2 lines)
Lines 153-162 Link Here
153
                        <th>Staff note</th>
153
                        <th>Staff note</th>
154
                        <th>Public note</th>
154
                        <th>Public note</th>
155
                        <th>Link</th>
155
                        <th>Link</th>
156
                        <th class="NoSort">Other course reserves</th>
156
                        <th class="no-sort">Other course reserves</th>
157
                        <th>Status</th>
157
                        <th>Status</th>
158
                        [% IF CAN_user_coursereserves_add_reserves || CAN_user_coursereserves_delete_reserves %]
158
                        [% IF CAN_user_coursereserves_add_reserves || CAN_user_coursereserves_delete_reserves %]
159
                            <th class="NoSort noExport">Actions</th>
159
                            <th class="no-sort no-export">Actions</th>
160
                        [% END %]
160
                        [% END %]
161
                    </tr>
161
                    </tr>
162
                </thead>
162
                </thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt (-2 / +2 lines)
Lines 160-168 Link Here
160
                                        [% CASE "Barcode" %]
160
                                        [% CASE "Barcode" %]
161
                                            <th>Barcode</th>
161
                                            <th>Barcode</th>
162
                                        [% CASE "Select" -%]
162
                                        [% CASE "Select" -%]
163
                                            <th class="NoSort">Select</th>
163
                                            <th class="no-sort">Select</th>
164
                                        [% CASE "Actions" -%]
164
                                        [% CASE "Actions" -%]
165
                                            <th class="NoSort">Actions</th>
165
                                            <th class="no-sort">Actions</th>
166
                                        [% CASE %]
166
                                        [% CASE %]
167
                                            <th>[% header_field.field_label | html %]</th>
167
                                            <th>[% header_field.field_label | html %]</th>
168
                                        [% END -%]
168
                                        [% END -%]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt (-1 / +1 lines)
Lines 91-97 Link Here
91
                                            [% CASE 'Description' %]
91
                                            [% CASE 'Description' %]
92
                                                <th>Description</th>
92
                                                <th>Description</th>
93
                                            [% CASE 'Actions' %]
93
                                            [% CASE 'Actions' %]
94
                                                <th class="noExport NoSort">Actions</th>
94
                                                <th class="no-export no-sort">Actions</th>
95
                                            [% CASE 'Profile ID' %]
95
                                            [% CASE 'Profile ID' %]
96
                                                <th>Profile ID</th>
96
                                                <th>Profile ID</th>
97
                                            [% CASE 'Printer Name' %]
97
                                            [% CASE 'Printer Name' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/apikeys.tt (-1 / +1 lines)
Lines 85-91 Link Here
85
                        <th>Description</th>
85
                        <th>Description</th>
86
                        <th>Client ID</th>
86
                        <th>Client ID</th>
87
                        <th>Active</th>
87
                        <th>Active</th>
88
                        <th class="noExport">Actions</th>
88
                        <th class="no-export">Actions</th>
89
                    </tr>
89
                    </tr>
90
                </thead>
90
                </thead>
91
                <tbody>
91
                <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt (-1 / +1 lines)
Lines 98-104 Link Here
98
                            <th>Note</th>
98
                            <th>Note</th>
99
                            <th>Amount</th>
99
                            <th>Amount</th>
100
                            <th>Outstanding</th>
100
                            <th>Outstanding</th>
101
                            <th class="NoSort noExport">Actions</th>
101
                            <th class="no-sort no-export">Actions</th>
102
                        </tr>
102
                        </tr>
103
                    </thead>
103
                    </thead>
104
104
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharges.tt (-1 / +1 lines)
Lines 41-47 Link Here
41
                        <th>Patron</th>
41
                        <th>Patron</th>
42
                        <th>Library</th>
42
                        <th>Library</th>
43
                        <th>Date requested</th>
43
                        <th>Date requested</th>
44
                        <th class="NoSort">Allow</th>
44
                        <th class="no-sort">Allow</th>
45
                    </tr>
45
                    </tr>
46
                </thead>
46
                </thead>
47
                <tbody>
47
                <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt (-1 / +1 lines)
Lines 375-381 Link Here
375
                            <th>Date</th>
375
                            <th>Date</th>
376
                            <th>Chooser</th>
376
                            <th>Chooser</th>
377
                            <th>Deliverer</th>
377
                            <th>Deliverer</th>
378
                            <th class="noExport">Actions</th>
378
                            <th class="no-export">Actions</th>
379
                        </tr>
379
                        </tr>
380
                    </thead>
380
                    </thead>
381
                    <tbody>
381
                    <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt (-3 / +3 lines)
Lines 84-91 Link Here
84
                        <table id="finest">
84
                        <table id="finest">
85
                            <thead>
85
                            <thead>
86
                                <tr>
86
                                <tr>
87
                                    <th class="NoSort">&nbsp;</th>
87
                                    <th class="no-sort">&nbsp;</th>
88
                                    <th class="NoSort noExport">Actions</th>
88
                                    <th class="no-sort no-export">Actions</th>
89
                                    <th>Account type</th>
89
                                    <th>Account type</th>
90
                                    <th>Description</th>
90
                                    <th>Description</th>
91
                                    <th>Date</th>
91
                                    <th>Date</th>
Lines 96-102 Link Here
96
                                    <th>Checkout date</th>
96
                                    <th>Checkout date</th>
97
                                    <th class="checked_out_from">Checked out from</th>
97
                                    <th class="checked_out_from">Checked out from</th>
98
                                    <th>Home library</th>
98
                                    <th>Home library</th>
99
                                    <th class="NoSort">Payment note</th>
99
                                    <th class="no-sort">Payment note</th>
100
                                    <th>Amount</th>
100
                                    <th>Amount</th>
101
                                    <th>Amount outstanding</th>
101
                                    <th>Amount outstanding</th>
102
                                </tr>
102
                                </tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt (-1 / +1 lines)
Lines 24-30 Link Here
24
                    <table id="catst">
24
                    <table id="catst">
25
                        <thead>
25
                        <thead>
26
                            <tr>
26
                            <tr>
27
                                <th class="NoSort">&nbsp;</th>
27
                                <th class="no-sort">&nbsp;</th>
28
                                <th>Code</th>
28
                                <th>Code</th>
29
                                <th>Description</th>
29
                                <th>Description</th>
30
                            </tr>
30
                            </tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt (-1 / +1 lines)
Lines 180-186 Link Here
180
            <table id="patron-list-table">
180
            <table id="patron-list-table">
181
                <thead>
181
                <thead>
182
                    <tr>
182
                    <tr>
183
                        <th class="NoSort">&nbsp;</th>
183
                        <th class="no-sort">&nbsp;</th>
184
                        <th>Card</th>
184
                        <th>Card</th>
185
                        <th>First name</th>
185
                        <th>First name</th>
186
                        <th>Surname</th>
186
                        <th>Surname</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt (-2 / +2 lines)
Lines 53-63 Link Here
53
                <table id="patron-lists-table">
53
                <table id="patron-lists-table">
54
                    <thead>
54
                    <thead>
55
                        <tr>
55
                        <tr>
56
                            <th class="NoSort"></th>
56
                            <th class="no-sort"></th>
57
                            <th>Name</th>
57
                            <th>Name</th>
58
                            <th>Patrons in list</th>
58
                            <th>Patrons in list</th>
59
                            <th>Shared</th>
59
                            <th>Shared</th>
60
                            <th class="NoSort">&nbsp;</th>
60
                            <th class="no-sort">&nbsp;</th>
61
                        </tr>
61
                        </tr>
62
                    </thead>
62
                    </thead>
63
63
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/patron-lists-tab.tt (-1 / +1 lines)
Lines 18-24 Link Here
18
                    <th>Patrons in list</th>
18
                    <th>Patrons in list</th>
19
                    <th>Shared</th>
19
                    <th>Shared</th>
20
                    [% IF CAN_user_tools_manage_patron_lists %]
20
                    [% IF CAN_user_tools_manage_patron_lists %]
21
                        <th class="NoSort">Actions</th>
21
                        <th class="no-sort">Actions</th>
22
                    [% END %]
22
                    [% END %]
23
                </tr>
23
                </tr>
24
            </thead>
24
            </thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt (-2 / +2 lines)
Lines 114-122 Link Here
114
                                        [% CASE "Borrower Number" %]
114
                                        [% CASE "Borrower Number" %]
115
                                            <th>Borrower number</th>
115
                                            <th>Borrower number</th>
116
                                        [% CASE "Actions " %]
116
                                        [% CASE "Actions " %]
117
                                            <th class="noExport NoSort">Actions</th>
117
                                            <th class="no-export no-sort">Actions</th>
118
                                        [% CASE "Select" -%]
118
                                        [% CASE "Select" -%]
119
                                            <th class="NoSort">Select</th>
119
                                            <th class="no-sort">Select</th>
120
                                        [% CASE %]
120
                                        [% CASE %]
121
                                            <th>[% header_field.field_label | html %]</th>
121
                                            <th>[% header_field.field_label | html %]</th>
122
                                        [% END -%]
122
                                        [% END -%]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt (-1 / +1 lines)
Lines 93-99 Link Here
93
                                        [%- CASE 'Action' -%]
93
                                        [%- CASE 'Action' -%]
94
                                            <th>Action</th>
94
                                            <th>Action</th>
95
                                        [%- CASE 'Actions' -%]
95
                                        [%- CASE 'Actions' -%]
96
                                            <th class="noExport">Actions</th>
96
                                            <th class="no-export">Actions</th>
97
                                        [%- CASE 'Select' -%]
97
                                        [%- CASE 'Select' -%]
98
                                            [% IF ( print ) %]<th>Select</th>[% END %]
98
                                            [% IF ( print ) %]<th>Select</th>[% END %]
99
                                        [%- CASE 'Template ID' -%]
99
                                        [%- CASE 'Template ID' -%]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt (-1 / +1 lines)
Lines 156-162 Link Here
156
                                        <th>Last updated</th>
156
                                        <th>Last updated</th>
157
                                        <th>Status</th>
157
                                        <th>Status</th>
158
                                        [% IF ( CAN_user_plugins_configure || CAN_user_plugins_manage || CAN_user_plugins_report || CAN_user_plugins_tool || CAN_user_plugins_admin ) %]
158
                                        [% IF ( CAN_user_plugins_configure || CAN_user_plugins_manage || CAN_user_plugins_report || CAN_user_plugins_tool || CAN_user_plugins_admin ) %]
159
                                            <th class="noExport NoSort">Actions</th>
159
                                            <th class="no-export no-sort">Actions</th>
160
                                        [% END %]
160
                                        [% END %]
161
                                    </tr>
161
                                    </tr>
162
                                </thead>
162
                                </thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt (-2 / +2 lines)
Lines 73-80 Link Here
73
                                    <tr>
73
                                    <tr>
74
                                        <th>Code</th>
74
                                        <th>Code</th>
75
                                        <th>Description</th>
75
                                        <th>Description</th>
76
                                        <th class="NoSort">Cost</th>
76
                                        <th class="no-sort">Cost</th>
77
                                        <th class="NoSort">Action</th>
77
                                        <th class="no-sort">Action</th>
78
                                    </tr>
78
                                    </tr>
79
                                </thead>
79
                                </thead>
80
                                <tbody>
80
                                <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt (-2 / +2 lines)
Lines 95-101 Link Here
95
                        <th>Description</th>
95
                        <th>Description</th>
96
                        <th>Price</th>
96
                        <th>Price</th>
97
                        <th>Total</th>
97
                        <th>Total</th>
98
                        <th class="noExport">Actions</th>
98
                        <th class="no-export">Actions</th>
99
                    </tr>
99
                    </tr>
100
                </thead>
100
                </thead>
101
                <tbody>
101
                <tbody>
Lines 244-250 Link Here
244
                        <th>Description</th>
244
                        <th>Description</th>
245
                        <th>Price</th>
245
                        <th>Price</th>
246
                        <th>Total</th>
246
                        <th>Total</th>
247
                        <th class="noExport">Actions</th>
247
                        <th class="no-export">Actions</th>
248
                    </thead>
248
                    </thead>
249
                    <tbody>
249
                    <tbody>
250
                        [% FOREACH accountline IN past_accountlines %]
250
                        [% FOREACH accountline IN past_accountlines %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt (-1 / +1 lines)
Lines 72-78 Link Here
72
                        <th>Income (cash)</th>
72
                        <th>Income (cash)</th>
73
                        <th>Outgoing (cash)</th>
73
                        <th>Outgoing (cash)</th>
74
                        [% IF CAN_user_cash_management_cashup %]
74
                        [% IF CAN_user_cash_management_cashup %]
75
                            <th class="noExport">Actions</th>
75
                            <th class="no-export">Actions</th>
76
                        [% END %]
76
                        [% END %]
77
                    </tr>
77
                    </tr>
78
                </thead>
78
                </thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_to_pull.tt (-1 / +1 lines)
Lines 54-60 Link Here
54
                            <th class="recall-itemtypes">Available item types</th>
54
                            <th class="recall-itemtypes">Available item types</th>
55
                            <th class="recall-locations">Available locations</th>
55
                            <th class="recall-locations">Available locations</th>
56
                            <th class="recall-date title-string">Earliest recall date</th>
56
                            <th class="recall-date title-string">Earliest recall date</th>
57
                            <th class="recall-action NoSort">&nbsp;</th>
57
                            <th class="recall-action no-sort">&nbsp;</th>
58
                        </tr>
58
                        </tr>
59
                    </thead>
59
                    </thead>
60
                    <tbody>
60
                    <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_waiting.tt (-2 / +2 lines)
Lines 51-57 Link Here
51
                                    <th class="recall-title anti-the">Title</th>
51
                                    <th class="recall-title anti-the">Title</th>
52
                                    <th class="recall-patron">Requested by</th>
52
                                    <th class="recall-patron">Requested by</th>
53
                                    <th class="recall-library">Pickup location</th>
53
                                    <th class="recall-library">Pickup location</th>
54
                                    <th class="recall-action NoSort">&nbsp;</th>
54
                                    <th class="recall-action no-sort">&nbsp;</th>
55
                                </tr></thead
55
                                </tr></thead
56
                            >
56
                            >
57
                            <tbody>
57
                            <tbody>
Lines 104-110 Link Here
104
                                        <th class="recall-title anti-the">Title</th>
104
                                        <th class="recall-title anti-the">Title</th>
105
                                        <th class="recall-patron">Requested by</th>
105
                                        <th class="recall-patron">Requested by</th>
106
                                        <th class="recall-library">Pickup location</th>
106
                                        <th class="recall-library">Pickup location</th>
107
                                        <th class="recall-action NoSort">&nbsp;</th>
107
                                        <th class="recall-action no-sort">&nbsp;</th>
108
                                    </tr></thead
108
                                    </tr></thead
109
                                >
109
                                >
110
                                <tbody>
110
                                <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-2 / +2 lines)
Lines 284-290 Link Here
284
                                        <table id="table_reports">
284
                                        <table id="table_reports">
285
                                            <thead>
285
                                            <thead>
286
                                                <tr>
286
                                                <tr>
287
                                                    <th class="NoSort">&nbsp;</th>
287
                                                    <th class="no-sort">&nbsp;</th>
288
                                                    <th>ID</th>
288
                                                    <th>ID</th>
289
                                                    <th>Report name</th>
289
                                                    <th>Report name</th>
290
                                                    <th>Type</th>
290
                                                    <th>Type</th>
Lines 308-314 Link Here
308
                                                    [% ELSE %]
308
                                                    [% ELSE %]
309
                                                        <th class="NoVisible">Update</th>
309
                                                        <th class="NoVisible">Update</th>
310
                                                    [% END %]
310
                                                    [% END %]
311
                                                    <th class="NoSort noExport">Actions</th>
311
                                                    <th class="no-sort no-export">Actions</th>
312
                                                </tr>
312
                                                </tr>
313
                                            </thead>
313
                                            </thead>
314
                                            <tbody>
314
                                            <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt (-1 / +1 lines)
Lines 81-87 Link Here
81
                    <thead>
81
                    <thead>
82
                        <tr>
82
                        <tr>
83
                            [% IF csv_profiles.count %]
83
                            [% IF csv_profiles.count %]
84
                                <th class="NoSort"></th>
84
                                <th class="no-sort"></th>
85
                            [% END %]
85
                            [% END %]
86
                            <th>Title</th>
86
                            <th>Title</th>
87
                            <th>Author</th>
87
                            <th>Author</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt (-1 / +1 lines)
Lines 98-104 Link Here
98
                    <th>OPAC note</th>
98
                    <th>OPAC note</th>
99
                    <th>Nonpublic note</th>
99
                    <th>Nonpublic note</th>
100
                    <th>Expiration date</th>
100
                    <th>Expiration date</th>
101
                    <th class="noExport">Actions</th>
101
                    <th class="no-export">Actions</th>
102
                </tr>
102
                </tr>
103
                [% FOREACH subscriptions_loo IN subscriptions_loop %]
103
                [% FOREACH subscriptions_loo IN subscriptions_loop %]
104
                    <tr>
104
                    <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt (-2 / +2 lines)
Lines 89-95 Link Here
89
                <table id="claimst">
89
                <table id="claimst">
90
                    <thead>
90
                    <thead>
91
                        <tr>
91
                        <tr>
92
                            <th class="NoSort"><input type="checkbox" id="CheckAll" /></th>
92
                            <th class="no-sort"><input type="checkbox" id="CheckAll" /></th>
93
                            <th>Vendor</th>
93
                            <th>Vendor</th>
94
                            <th>Library</th>
94
                            <th>Library</th>
95
                            <th class="anti-the">Title</th>
95
                            <th class="anti-the">Title</th>
Lines 241-247 Link Here
241
            sTable = $("#claimst").kohaTable({
241
            sTable = $("#claimst").kohaTable({
242
                dom: "t",
242
                dom: "t",
243
                order: [[7, "asc"]],
243
                order: [[7, "asc"]],
244
                columnDefs: [{ sortable: false, targets: ["NoSort"] }],
244
                columnDefs: [{ sortable: false, targets: ["no-sort"] }],
245
                paging: false,
245
                paging: false,
246
            });
246
            });
247
247
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt (-2 / +2 lines)
Lines 221-227 Link Here
221
                                <thead>
221
                                <thead>
222
                                    <tr>
222
                                    <tr>
223
                                        [% IF ( CAN_user_serials_receive_serials ) %]
223
                                        [% IF ( CAN_user_serials_receive_serials ) %]
224
                                            <th class="NoSort">Edit</th>
224
                                            <th class="no-sort">Edit</th>
225
                                        [% END %]
225
                                        [% END %]
226
                                        [% IF ( subscriptions.size > 1 ) %]
226
                                        [% IF ( subscriptions.size > 1 ) %]
227
                                            <th># Subs</th>
227
                                            <th># Subs</th>
Lines 234-240 Link Here
234
                                        <th>Notes</th>
234
                                        <th>Notes</th>
235
                                        <th>Library</th>
235
                                        <th>Library</th>
236
                                        [% IF ( routing ) %]
236
                                        [% IF ( routing ) %]
237
                                            <th class="NoSort">Routing</th>
237
                                            <th class="no-sort">Routing</th>
238
                                        [% END %]
238
                                        [% END %]
239
                                    </tr>
239
                                    </tr>
240
                                </thead>
240
                                </thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt (-2 / +2 lines)
Lines 77-83 Link Here
77
        <table>
77
        <table>
78
            <thead>
78
            <thead>
79
                <tr>
79
                <tr>
80
                    <th class="NoSort noExport"></th>
80
                    <th class="no-sort no-export"></th>
81
                    <th>ISSN</th>
81
                    <th>ISSN</th>
82
                    <th class="anti-the">Title</th>
82
                    <th class="anti-the">Title</th>
83
                    <th>Notes</th>
83
                    <th>Notes</th>
Lines 90-96 Link Here
90
                    [% FOR field IN additional_fields_for_subscription %]
90
                    [% FOR field IN additional_fields_for_subscription %]
91
                        <th>[% field.name | html %]</th>
91
                        <th>[% field.name | html %]</th>
92
                    [% END %]
92
                    [% END %]
93
                    <th class="NoSort noExport">Actions</th>
93
                    <th class="no-sort no-export">Actions</th>
94
                </tr>
94
                </tr>
95
            </thead>
95
            </thead>
96
            <tbody>
96
            <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-frequencies.tt (-1 / +1 lines)
Lines 165-171 Link Here
165
                            <th>Issues per unit</th>
165
                            <th>Issues per unit</th>
166
                            <th>Units per issue</th>
166
                            <th>Units per issue</th>
167
                            <th>Display order</th>
167
                            <th>Display order</th>
168
                            <th class="noExport">Actions</th>
168
                            <th class="no-export">Actions</th>
169
                        </tr>
169
                        </tr>
170
                    </thead>
170
                    </thead>
171
                    <tbody>
171
                    <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt (-1 / +1 lines)
Lines 295-301 Link Here
295
                        <th>Description</th>
295
                        <th>Description</th>
296
                        <th>Numbering formula</th>
296
                        <th>Numbering formula</th>
297
                        <th>Display order</th>
297
                        <th>Display order</th>
298
                        <th class="noExport NoSort">Actions</th>
298
                        <th class="no-export no-sort">Actions</th>
299
                    </tr>
299
                    </tr>
300
                </thead>
300
                </thead>
301
                <tbody>
301
                <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-2 / +2 lines)
Lines 782-788 Link Here
782
                                            <table id="table_[% suggestion.suggestiontype | html %]" class="sorted" data-tab-name="[% suggestion.suggestiontype | html %]">
782
                                            <table id="table_[% suggestion.suggestiontype | html %]" class="sorted" data-tab-name="[% suggestion.suggestiontype | html %]">
783
                                                <thead>
783
                                                <thead>
784
                                                    <tr>
784
                                                    <tr>
785
                                                        <th class="NoSort noExport">&nbsp;</th>
785
                                                        <th class="no-sort no-export">&nbsp;</th>
786
                                                        <th class="anti-the">Suggestion</th>
786
                                                        <th class="anti-the">Suggestion</th>
787
                                                        <th>Suggested by</th>
787
                                                        <th>Suggested by</th>
788
                                                        <th>Suggester category</th>
788
                                                        <th>Suggester category</th>
Lines 797-803 Link Here
797
                                                        <th>Fund</th>
797
                                                        <th>Fund</th>
798
                                                        <th>Non-public note</th>
798
                                                        <th>Non-public note</th>
799
                                                        <th>Status</th>
799
                                                        <th>Status</th>
800
                                                        <th class="NoSort noExport">&nbsp;</th>
800
                                                        <th class="no-sort no-export">&nbsp;</th>
801
                                                    </tr>
801
                                                    </tr>
802
                                                </thead>
802
                                                </thead>
803
                                                <tbody>
803
                                                <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt (-2 / +2 lines)
Lines 56-63 Link Here
56
                            <thead
56
                            <thead
57
                                ><tr>
57
                                ><tr>
58
                                    <th>Title</th>
58
                                    <th>Title</th>
59
                                    <th class="NoSort">Location</th>
59
                                    <th class="no-sort">Location</th>
60
                                    <th class="NoSort">&nbsp;</th>
60
                                    <th class="no-sort">&nbsp;</th>
61
                                </tr></thead
61
                                </tr></thead
62
                            >
62
                            >
63
63
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt (-2 / +2 lines)
Lines 137-149 Link Here
137
                        <table id="tagst">
137
                        <table id="tagst">
138
                            <thead>
138
                            <thead>
139
                                <tr>
139
                                <tr>
140
                                    <th class="NoSort">&nbsp;</th>
140
                                    <th class="no-sort">&nbsp;</th>
141
                                    <th>Status</th>
141
                                    <th>Status</th>
142
                                    <th>Term</th>
142
                                    <th>Term</th>
143
                                    <th>Weight</th>
143
                                    <th>Weight</th>
144
                                    <th>Date</th>
144
                                    <th>Date</th>
145
                                    [% UNLESS ( filter_approved_pending ) %]<th>Reviewer</th>[% END %]
145
                                    [% UNLESS ( filter_approved_pending ) %]<th>Reviewer</th>[% END %]
146
                                    <th class="NoSort noExport">Actions</th>
146
                                    <th class="no-sort no-export">Actions</th>
147
                                </tr>
147
                                </tr>
148
                            </thead>
148
                            </thead>
149
                            <tbody>
149
                            <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt (-2 / +2 lines)
Lines 378-384 Link Here
378
                <table id="table_additional_contents">
378
                <table id="table_additional_contents">
379
                    <thead>
379
                    <thead>
380
                        <tr>
380
                        <tr>
381
                            <th class="NoSort">&nbsp;</th>
381
                            <th class="no-sort">&nbsp;</th>
382
                            <th>Location</th>
382
                            <th>Location</th>
383
                            <th>Library</th>
383
                            <th>Library</th>
384
                            <th>Number</th>
384
                            <th>Number</th>
Lines 392-398 Link Here
392
                            [% ELSE %]
392
                            [% ELSE %]
393
                                <th class="anti-the">News</th>
393
                                <th class="anti-the">News</th>
394
                            [% END %]
394
                            [% END %]
395
                            <th class="NoSort noExport">Actions</th>
395
                            <th class="no-sort no-export">Actions</th>
396
                        </tr>
396
                        </tr>
397
                    </thead>
397
                    </thead>
398
                    <tbody>
398
                    <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt (-2 / +2 lines)
Lines 173-179 Link Here
173
                        <table id="biblios" class="records">
173
                        <table id="biblios" class="records">
174
                            <thead>
174
                            <thead>
175
                                <tr>
175
                                <tr>
176
                                    <th class="NoSort"></th>
176
                                    <th class="no-sort"></th>
177
                                    <th>Biblionumber</th>
177
                                    <th>Biblionumber</th>
178
                                    <th>Title</th>
178
                                    <th>Title</th>
179
                                    <th>Items</th>
179
                                    <th>Items</th>
Lines 217-223 Link Here
217
                    <table id="authorities" class="records">
217
                    <table id="authorities" class="records">
218
                        <thead>
218
                        <thead>
219
                            <tr>
219
                            <tr>
220
                                <th class="NoSort"></th>
220
                                <th class="no-sort"></th>
221
                                <th>AuthID</th>
221
                                <th>AuthID</th>
222
                                <th>Summary</th>
222
                                <th>Summary</th>
223
                                <th>Used in</th>
223
                                <th>Used in</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt (-2 / +2 lines)
Lines 167-176 Link Here
167
                    <table id="checkouts">
167
                    <table id="checkouts">
168
                        <thead>
168
                        <thead>
169
                            <tr>
169
                            <tr>
170
                                <th class="NoSort">&nbsp;</th>
170
                                <th class="no-sort">&nbsp;</th>
171
                                <th>Due date</th>
171
                                <th>Due date</th>
172
                                <th>Title</th>
172
                                <th>Title</th>
173
                                <th class="NoSort">Item type</th>
173
                                <th class="no-sort">Item type</th>
174
                                <th>Home library</th>
174
                                <th>Home library</th>
175
                                <th>Checked out on</th>
175
                                <th>Checked out on</th>
176
                                <th>Checked out from</th>
176
                                <th>Checked out from</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (-4 / +4 lines)
Lines 210-219 Link Here
210
                        <table id="biblios" class="records">
210
                        <table id="biblios" class="records">
211
                            <thead>
211
                            <thead>
212
                                <tr>
212
                                <tr>
213
                                    <th class="NoSort">&nbsp;</th>
213
                                    <th class="no-sort">&nbsp;</th>
214
                                    <th>Biblionumber</th>
214
                                    <th>Biblionumber</th>
215
                                    <th>Title</th>
215
                                    <th>Title</th>
216
                                    <th class="NoSort">&nbsp;</th>
216
                                    <th class="no-sort">&nbsp;</th>
217
                                </tr>
217
                                </tr>
218
                            </thead>
218
                            </thead>
219
                            <tbody>
219
                            <tbody>
Lines 249-258 Link Here
249
                        <table id="authorities" class="records">
249
                        <table id="authorities" class="records">
250
                            <thead>
250
                            <thead>
251
                                <tr>
251
                                <tr>
252
                                    <th class="NoSort">&nbsp;</th>
252
                                    <th class="no-sort">&nbsp;</th>
253
                                    <th>AuthID</th>
253
                                    <th>AuthID</th>
254
                                    <th>Summary</th>
254
                                    <th>Summary</th>
255
                                    <th class="NoSort">&nbsp;</th>
255
                                    <th class="no-sort">&nbsp;</th>
256
                                </tr>
256
                                </tr>
257
                            </thead>
257
                            </thead>
258
                            <tbody>
258
                            <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt (-1 / +1 lines)
Lines 324-330 Link Here
324
                        <th>CSV separator</th>
324
                        <th>CSV separator</th>
325
                        <th>CSV type</th>
325
                        <th>CSV type</th>
326
                        <th>Usage</th>
326
                        <th>Usage</th>
327
                        <th class="noExport">Actions</th>
327
                        <th class="no-export">Actions</th>
328
                    </thead>
328
                    </thead>
329
                    <tbody>
329
                    <tbody>
330
                        [% FOREACH csv_profile IN csv_profiles %]
330
                        [% FOREACH csv_profile IN csv_profiles %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt (-2 / +2 lines)
Lines 237-244 Link Here
237
                            <th>Code</th>
237
                            <th>Code</th>
238
                            <th>Name</th>
238
                            <th>Name</th>
239
                            <th>Last updated</th>
239
                            <th>Last updated</th>
240
                            <th class="NoSort noExport">Copy notice</th>
240
                            <th class="no-sort no-export">Copy notice</th>
241
                            <th class="NoSort noExport">Actions</th>
241
                            <th class="no-sort no-export">Actions</th>
242
                        </tr>
242
                        </tr>
243
                    </thead>
243
                    </thead>
244
                    <tbody>
244
                    <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt (-1 / +1 lines)
Lines 94-100 Link Here
94
                        <tr>
94
                        <tr>
95
                            <th>Id</th>
95
                            <th>Id</th>
96
                            <th>Template</th>
96
                            <th>Template</th>
97
                            <th class="NoSort noExport">Actions</th>
97
                            <th class="no-sort no-export">Actions</th>
98
                        </tr>
98
                        </tr>
99
                    </thead>
99
                    </thead>
100
                    <tbody>
100
                    <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt (-1 / +1 lines)
Lines 218-224 Link Here
218
                        <thead>
218
                        <thead>
219
                            <tr>
219
                            <tr>
220
                                [% IF ( op == 'show' ) %]
220
                                [% IF ( op == 'show' ) %]
221
                                    <th class="NoSort">&nbsp;</th>
221
                                    <th class="no-sort">&nbsp;</th>
222
                                [% ELSE %]
222
                                [% ELSE %]
223
                                    <th class="NoVisible">&nbsp;</th>
223
                                    <th class="NoVisible">&nbsp;</th>
224
                                [% END %]
224
                                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt (-4 / +4 lines)
Lines 85-97 Link Here
85
                                <thead>
85
                                <thead>
86
                                    <tr>
86
                                    <tr>
87
                                        <th>Patron category</th>
87
                                        <th>Patron category</th>
88
                                        <th class="NoSort" scope="col">Delay</th>
88
                                        <th class="no-sort" scope="col">Delay</th>
89
                                        <th class="NoSort" scope="col">Letter</th>
89
                                        <th class="no-sort" scope="col">Letter</th>
90
                                        <th class="NoSort" scope="col">Restrict</th>
90
                                        <th class="no-sort" scope="col">Restrict</th>
91
                                        [% FOREACH mtt IN message_transport_types %]
91
                                        [% FOREACH mtt IN message_transport_types %]
92
                                            [% NEXT IF mtt == 'itiva' AND !Koha.Preference('TalkingTechItivaPhoneNotification') %]
92
                                            [% NEXT IF mtt == 'itiva' AND !Koha.Preference('TalkingTechItivaPhoneNotification') %]
93
                                            [% NEXT IF mtt == 'phone' AND !Koha.Preference('PhoneNotification') %]
93
                                            [% NEXT IF mtt == 'phone' AND !Koha.Preference('PhoneNotification') %]
94
                                            <th class="NoSort" scope="col">
94
                                            <th class="no-sort" scope="col">
95
                                                [% SWITCH mtt %]
95
                                                [% SWITCH mtt %]
96
                                                [% CASE 'email' %]
96
                                                [% CASE 'email' %]
97
                                                    <span>Email</span>
97
                                                    <span>Email</span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/problem-reports.tt (-2 / +2 lines)
Lines 68-81 Link Here
68
            <table id="problemreportstable">
68
            <table id="problemreportstable">
69
                <thead>
69
                <thead>
70
                    <tr>
70
                    <tr>
71
                        <th class="NoSort">&nbsp;</th>
71
                        <th class="no-sort">&nbsp;</th>
72
                        <th class="anti-the">Message</th>
72
                        <th class="anti-the">Message</th>
73
                        <th>Problem page</th>
73
                        <th>Problem page</th>
74
                        <th>Sent to</th>
74
                        <th>Sent to</th>
75
                        <th>Created on</th>
75
                        <th>Created on</th>
76
                        <th>Set by</th>
76
                        <th>Set by</th>
77
                        <th>Status</th>
77
                        <th>Status</th>
78
                        <th class="NoSort noExport">Actions</th>
78
                        <th class="no-sort no-export">Actions</th>
79
                    </tr>
79
                    </tr>
80
                </thead>
80
                </thead>
81
                <tbody>
81
                <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt (-1 / +1 lines)
Lines 133-139 Link Here
133
                            <th>Source</th>
133
                            <th>Source</th>
134
                            <th>Text</th>
134
                            <th>Text</th>
135
                            <th>Last display</th>
135
                            <th>Last display</th>
136
                            <th data-class-name="actions" class="noExport">Actions</th>
136
                            <th data-class-name="actions" class="no-export">Actions</th>
137
                        </tr>
137
                        </tr>
138
                    </thead>
138
                    </thead>
139
                </table>
139
                </table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt (-3 / +3 lines)
Lines 128-134 Link Here
128
                                            <th>Active</th>
128
                                            <th>Active</th>
129
                                            <th>Description</th>
129
                                            <th>Description</th>
130
                                            <th>Number of items</th>
130
                                            <th>Number of items</th>
131
                                            <th class="NoSort noExport">Actions</th>
131
                                            <th class="no-sort no-export">Actions</th>
132
                                        </tr>
132
                                        </tr>
133
                                    </thead>
133
                                    </thead>
134
                                    <tbody>
134
                                    <tbody>
Lines 496-503 Link Here
496
                                            <th>Author</th>
496
                                            <th>Author</th>
497
                                            <th>Call number</th>
497
                                            <th>Call number</th>
498
                                            <th class="NoSearch">In transit</th>
498
                                            <th class="NoSearch">In transit</th>
499
                                            <th class="NoSort noExport">Stages &amp; duration in days<br />(current stage highlighted)</th>
499
                                            <th class="no-sort no-export">Stages &amp; duration in days<br />(current stage highlighted)</th>
500
                                            <th class="NoSort noExport">Actions</th>
500
                                            <th class="no-sort no-export">Actions</th>
501
                                        </tr>
501
                                        </tr>
502
                                    </thead>
502
                                    </thead>
503
                                    <tbody>
503
                                    <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt (-1 / +1 lines)
Lines 206-212 Link Here
206
                    <th>Category</th>
206
                    <th>Category</th>
207
                    [% IF !plugin %]<th>Public</th>[% END %]
207
                    [% IF !plugin %]<th>Public</th>[% END %]
208
                    [% IF !plugin %]<th>Temporary</th>[% END %]
208
                    [% IF !plugin %]<th>Temporary</th>[% END %]
209
                    <th class="NoSort noExport">Actions</th>
209
                    <th class="no-sort no-export">Actions</th>
210
                </tr>
210
                </tr>
211
            </thead>
211
            </thead>
212
            <tbody>
212
            <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-1 / +1 lines)
Lines 545-551 Link Here
545
                                <th>Sort by</th>
545
                                <th>Sort by</th>
546
                                <th>Creation date</th>
546
                                <th>Creation date</th>
547
                                <th>Modification date</th>
547
                                <th>Modification date</th>
548
                                <th class="noExport">Actions</th>
548
                                <th class="no-export">Actions</th>
549
                            </tr>
549
                            </tr>
550
                            <tr class="filters_row">
550
                            <tr class="filters_row">
551
                                <th></th>
551
                                <th></th>
(-)a/koha-tmpl/intranet-tmpl/prog/js/datatables.js (-6 / +6 lines)
Lines 791-805 function _dt_buttons(params) { Link Here
791
    let settings = params.settings || {};
791
    let settings = params.settings || {};
792
    let table_settings = params.table_settings;
792
    let table_settings = params.table_settings;
793
793
794
    var exportColumns = ":visible:not(.noExport)";
794
    var exportColumns = ":visible:not(.no-export)";
795
795
796
    const export_format_spreadsheet = {
796
    const export_format_spreadsheet = {
797
        body: function (data, row, column, node) {
797
        body: function (data, row, column, node) {
798
            var newnode = $(node);
798
            var newnode = $(node);
799
799
800
            if (newnode.find(".noExport").length > 0) {
800
            if (newnode.find(".no-export").length > 0) {
801
                newnode = newnode.clone();
801
                newnode = newnode.clone();
802
                newnode.find(".noExport").remove();
802
                newnode.find(".no-export").remove();
803
            }
803
            }
804
            let trimmed_str = newnode.text().replace(/\n/g, " ").trim();
804
            let trimmed_str = newnode.text().replace(/\n/g, " ").trim();
805
            const unsafeCharacters = /^[=+\-@\t\r]/;
805
            const unsafeCharacters = /^[=+\-@\t\r]/;
Lines 814-822 function _dt_buttons(params) { Link Here
814
        body: function (data, row, column, node) {
814
        body: function (data, row, column, node) {
815
            var newnode = $(node);
815
            var newnode = $(node);
816
816
817
            if (newnode.find(".noExport").length > 0) {
817
            if (newnode.find(".no-export").length > 0) {
818
                newnode = newnode.clone();
818
                newnode = newnode.clone();
819
                newnode.find(".noExport").remove();
819
                newnode.find(".no-export").remove();
820
            }
820
            }
821
821
822
            return newnode.text().replace(/\n/g, " ").trim();
822
            return newnode.text().replace(/\n/g, " ").trim();
Lines 1435-1441 function update_search_description( Link Here
1435
        var default_column_defs = [
1435
        var default_column_defs = [
1436
            { targets: ["string-sort"], type: "string" },
1436
            { targets: ["string-sort"], type: "string" },
1437
            { targets: ["anti-the"], type: "anti-the" },
1437
            { targets: ["anti-the"], type: "anti-the" },
1438
            { targets: ["NoSort"], orderable: false, searchable: false },
1438
            { targets: ["no-sort"], orderable: false, searchable: false },
1439
        ];
1439
        ];
1440
        if (settings["columnDefs"] === undefined) {
1440
        if (settings["columnDefs"] === undefined) {
1441
            settings["columnDefs"] = default_column_defs;
1441
            settings["columnDefs"] = default_column_defs;
(-)a/koha-tmpl/intranet-tmpl/prog/js/ill-batch-modal.js (-1 / +1 lines)
Lines 1046-1052 Link Here
1046
                {
1046
                {
1047
                    width: "6.5%",
1047
                    width: "6.5%",
1048
                    render: createActions,
1048
                    render: createActions,
1049
                    className: "action-column noExport",
1049
                    className: "action-column no-export",
1050
                },
1050
                },
1051
            ],
1051
            ],
1052
            createdRow: function (row, data) {
1052
            createdRow: function (row, data) {
(-)a/koha-tmpl/intranet-tmpl/prog/js/ill-batch-table.js (-1 / +1 lines)
Lines 81-87 Link Here
81
                    render: createActions,
81
                    render: createActions,
82
                    width: "10%",
82
                    width: "10%",
83
                    orderable: false,
83
                    orderable: false,
84
                    className: "noExport",
84
                    className: "no-export",
85
                },
85
                },
86
            ],
86
            ],
87
            processing: true,
87
            processing: true,
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt (-2 / +2 lines)
Lines 10-16 Link Here
10
                <th class="all">Name</th>
10
                <th class="all">Name</th>
11
                <th>Description</th>
11
                <th>Description</th>
12
                <th>Date enrolled</th>
12
                <th>Date enrolled</th>
13
                <th class="NoSort all">&nbsp;</th>
13
                <th class="no-sort all">&nbsp;</th>
14
                <th></th>
14
                <th></th>
15
            </tr>
15
            </tr>
16
        </thead>
16
        </thead>
Lines 43-49 Link Here
43
            <tr>
43
            <tr>
44
                <th class="all">Name</th>
44
                <th class="all">Name</th>
45
                <th>Description</th>
45
                <th>Description</th>
46
                <th class="NoSort all">&nbsp;</th>
46
                <th class="no-sort all">&nbsp;</th>
47
                <th></th>
47
                <th></th>
48
            </tr>
48
            </tr>
49
        </thead>
49
        </thead>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt (-2 / +2 lines)
Lines 314-324 Link Here
314
                                <caption class="sr-only">Items in your cart</caption>
314
                                <caption class="sr-only">Items in your cart</caption>
315
                                <thead>
315
                                <thead>
316
                                    <tr>
316
                                    <tr>
317
                                        <th class="noprint NoSort">&nbsp;</th>
317
                                        <th class="noprint no-sort">&nbsp;</th>
318
                                        <th>Title</th>
318
                                        <th>Title</th>
319
                                        <th>Author</th>
319
                                        <th>Author</th>
320
                                        <th>Year</th>
320
                                        <th>Year</th>
321
                                        <th class="NoSort">Location (Status)</th>
321
                                        <th class="no-sort">Location (Status)</th>
322
                                    </tr>
322
                                    </tr>
323
                                </thead>
323
                                </thead>
324
                                <tbody>
324
                                <tbody>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-idref.tt (-2 / +2 lines)
Lines 29-36 Link Here
29
                        <thead>
29
                        <thead>
30
                            <tr>
30
                            <tr>
31
                                <th>Citation</th>
31
                                <th>Citation</th>
32
                                <th class="NoSort">Koha</th>
32
                                <th class="no-sort">Koha</th>
33
                                <th class="NoSort">Sudoc</th>
33
                                <th class="no-sort">Sudoc</th>
34
                            </tr>
34
                            </tr>
35
                        </thead>
35
                        </thead>
36
                        <tbody>
36
                        <tbody>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt (-1 / +1 lines)
Lines 148-154 Link Here
148
                                        <th>Status</th>
148
                                        <th>Status</th>
149
                                        <th>Request placed</th>
149
                                        <th>Request placed</th>
150
                                        <th>Last updated</th>
150
                                        <th>Last updated</th>
151
                                        <th class="NoSort"></th>
151
                                        <th class="no-sort"></th>
152
                                    </tr>
152
                                    </tr>
153
                                </thead>
153
                                </thead>
154
                                <tbody>
154
                                <tbody>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt (-3 / +3 lines)
Lines 110-117 Link Here
110
        <caption class="sr-only">Checkout history</caption>
110
        <caption class="sr-only">Checkout history</caption>
111
        <thead>
111
        <thead>
112
            <tr>
112
            <tr>
113
                <th style="display:none;" class="noExport">Type</th>
113
                <th style="display:none;" class="no-export">Type</th>
114
                <th class="NoSort noExport"></th>
114
                <th class="no-sort no-export"></th>
115
                <th class="all anti-the">Title</th>
115
                <th class="all anti-the">Title</th>
116
                <th>Author</th>
116
                <th>Author</th>
117
                <th>Item type</th>
117
                <th>Item type</th>
Lines 119-125 Link Here
119
                <th>Vol info</th>
119
                <th>Vol info</th>
120
                <th>Date</th>
120
                <th>Date</th>
121
                [% IF Koha.Preference('OPACMySummaryHTML') %]
121
                [% IF Koha.Preference('OPACMySummaryHTML') %]
122
                    <th class="NoSort noExport">Links</th>
122
                    <th class="no-sort no-export">Links</th>
123
                [% END %]
123
                [% END %]
124
                <th></th>
124
                <th></th>
125
            </tr>
125
            </tr>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recalls.tt (-1 / +1 lines)
Lines 39-45 Link Here
39
                                            <th>Pickup location</th>
39
                                            <th>Pickup location</th>
40
                                            <th>Status</th>
40
                                            <th>Status</th>
41
                                            <th>Due date</th>
41
                                            <th>Due date</th>
42
                                            <th class="NoSort">Modify</th>
42
                                            <th class="no-sort">Modify</th>
43
                                            <th></th>
43
                                            <th></th>
44
                                        </tr>
44
                                        </tr>
45
                                    </thead>
45
                                    </thead>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt (-1 / +1 lines)
Lines 91-97 Link Here
91
                    <caption class="sr-only">Current session</caption>
91
                    <caption class="sr-only">Current session</caption>
92
                    <thead>
92
                    <thead>
93
                        <tr>
93
                        <tr>
94
                            <th class="NoSort"></th>
94
                            <th class="no-sort"></th>
95
                            <th>Date</th>
95
                            <th>Date</th>
96
                            <th>Search</th>
96
                            <th>Search</th>
97
                            <th>Results</th>
97
                            <th>Results</th>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt (-2 / +2 lines)
Lines 164-174 Link Here
164
                                <caption>Your tags</caption>
164
                                <caption>Your tags</caption>
165
                                <thead>
165
                                <thead>
166
                                    <tr>
166
                                    <tr>
167
                                        <th class="NoSort">&nbsp;</th>
167
                                        <th class="no-sort">&nbsp;</th>
168
                                        <th>Term</th>
168
                                        <th>Term</th>
169
                                        <th class="all anti-the">Title</th>
169
                                        <th class="all anti-the">Title</th>
170
                                        <th>Date added</th>
170
                                        <th>Date added</th>
171
                                        <th class="NoSort"></th>
171
                                        <th class="no-sort"></th>
172
                                        <th></th>
172
                                        <th></th>
173
                                    </tr>
173
                                    </tr>
174
                                </thead>
174
                                </thead>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-topissues.tt (-1 / +1 lines)
Lines 86-92 Link Here
86
                                    <th>Collection</th>
86
                                    <th>Collection</th>
87
                                    <th>Checkouts</th>
87
                                    <th>Checkouts</th>
88
                                    [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
88
                                    [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
89
                                        <th class="NoSort">&nbsp;</th>
89
                                        <th class="no-sort">&nbsp;</th>
90
                                    [% END %]
90
                                    [% END %]
91
                                    <th></th>
91
                                    <th></th>
92
                                </tr>
92
                                </tr>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-10 / +10 lines)
Lines 337-343 Link Here
337
                                            <caption>[% issues_count | html %] Item(s) checked out</caption>
337
                                            <caption>[% issues_count | html %] Item(s) checked out</caption>
338
                                            <thead>
338
                                            <thead>
339
                                                <tr>
339
                                                <tr>
340
                                                    [% IF ( JacketImages ) %]<th class="NoSort">&nbsp;</th>[% END %]
340
                                                    [% IF ( JacketImages ) %]<th class="no-sort">&nbsp;</th>[% END %]
341
                                                    <th class="all anti-the">Title</th>
341
                                                    <th class="all anti-the">Title</th>
342
                                                    <th>Author</th>
342
                                                    <th>Author</th>
343
                                                    <th class="psort">Due</th>
343
                                                    <th class="psort">Due</th>
Lines 355-365 Link Here
355
                                                        <th>Fines</th>
355
                                                        <th>Fines</th>
356
                                                    [% END %]
356
                                                    [% END %]
357
                                                    [% IF Koha.Preference('OPACMySummaryHTML') %]
357
                                                    [% IF Koha.Preference('OPACMySummaryHTML') %]
358
                                                        <th class="NoSort">Links</th>
358
                                                        <th class="no-sort">Links</th>
359
                                                    [% END %]
359
                                                    [% END %]
360
                                                    [% IF ( Koha.Preference('AllowCheckoutNotes') ) %]
360
                                                    [% IF ( Koha.Preference('AllowCheckoutNotes') ) %]
361
                                                        <th class="hidden">Checkout note</th>
361
                                                        <th class="hidden">Checkout note</th>
362
                                                        <th id="checkout-notes" class="NoSort noExport" title="Use this to report any problems with your currently checked out items">Report a problem</th>
362
                                                        <th id="checkout-notes" class="no-sort no-export" title="Use this to report any problems with your currently checked out items">Report a problem</th>
363
                                                    [% END %]
363
                                                    [% END %]
364
                                                    <th></th>
364
                                                    <th></th>
365
                                                </tr>
365
                                                </tr>
Lines 728-741 Link Here
728
                                        <!-- OVERDUES TABLE ROWS -->
728
                                        <!-- OVERDUES TABLE ROWS -->
729
                                        <thead>
729
                                        <thead>
730
                                            <tr>
730
                                            <tr>
731
                                                [% IF ( JacketImages ) %]<th class="NoSort">&nbsp;</th>[% END %]
731
                                                [% IF ( JacketImages ) %]<th class="no-sort">&nbsp;</th>[% END %]
732
                                                <th class="all anti-the">Title</th>
732
                                                <th class="all anti-the">Title</th>
733
                                                [% UNLESS ( item_level_itypes ) %]<th>Item type</th>[% END %]
733
                                                [% UNLESS ( item_level_itypes ) %]<th>Item type</th>[% END %]
734
                                                [% IF ( show_barcode ) %]<th>Barcode</th>[% END %]
734
                                                [% IF ( show_barcode ) %]<th>Barcode</th>[% END %]
735
                                                <th>Call number</th>
735
                                                <th>Call number</th>
736
                                                <th class="psort">Due</th>
736
                                                <th class="psort">Due</th>
737
                                                [% IF ( OpacRenewalAllowed ) %]
737
                                                [% IF ( OpacRenewalAllowed ) %]
738
                                                    <th class="NoSort">Renew</th>
738
                                                    <th class="no-sort">Renew</th>
739
                                                [% END %]
739
                                                [% END %]
740
                                                [% IF ( OPACFinesTab ) %]
740
                                                [% IF ( OPACFinesTab ) %]
741
                                                    <th>Fines</th>
741
                                                    <th>Fines</th>
Lines 862-868 Link Here
862
                                                <th>Expires on</th>
862
                                                <th>Expires on</th>
863
                                                <th>Pickup location</th>
863
                                                <th>Pickup location</th>
864
                                                <th>Status</th>
864
                                                <th>Status</th>
865
                                                <th class="NoSort">&nbsp;</th>
865
                                                <th class="no-sort">&nbsp;</th>
866
                                                <th></th>
866
                                                <th></th>
867
                                            </tr>
867
                                            </tr>
868
                                        </thead>
868
                                        </thead>
Lines 1229-1243 Link Here
1229
                        {
1229
                        {
1230
                            extend: "print",
1230
                            extend: "print",
1231
                            exportOptions: {
1231
                            exportOptions: {
1232
                                /* Print view should show all columns (even invisible ones) unless they are .noExport */
1232
                                /* Print view should show all columns (even invisible ones) unless they are .no-export */
1233
                                columns: ":not(.noExport)"
1233
                                columns: ":not(.no-export)"
1234
                            }
1234
                            }
1235
                        },
1235
                        },
1236
                        {
1236
                        {
1237
                            extend: "csv",
1237
                            extend: "csv",
1238
                            exportOptions: {
1238
                            exportOptions: {
1239
                                /* CSV export should include all columns (even invisible ones) unless they are .noExport */
1239
                                /* CSV export should include all columns (even invisible ones) unless they are .no-export */
1240
                                columns: ":not(.noExport)"
1240
                                columns: ":not(.no-export)"
1241
                            }
1241
                            }
1242
                        }
1242
                        }
1243
                    ]
1243
                    ]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-1 / +1 lines)
Lines 180-186 Link Here
180
                                                                    <th class="all anti-the">Title</th>
180
                                                                    <th class="all anti-the">Title</th>
181
                                                                    <th>Call number</th>
181
                                                                    <th>Call number</th>
182
                                                                    <th class="psort">Due</th>
182
                                                                    <th class="psort">Due</th>
183
                                                                    <th class="all NoSort">Renew</th>
183
                                                                    <th class="all no-sort">Renew</th>
184
                                                                    [% UNLESS ( nofines ) %]
184
                                                                    [% UNLESS ( nofines ) %]
185
                                                                        <th>Fines</th>
185
                                                                        <th>Fines</th>
186
                                                                    [% END %]
186
                                                                    [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/js/datatables.js (-5 / +4 lines)
Lines 110-124 function _dt_buttons(params) { Link Here
110
    let settings = params.settings || {};
110
    let settings = params.settings || {};
111
    let table_settings = params.table_settings;
111
    let table_settings = params.table_settings;
112
112
113
    var exportColumns = ":visible:not(.noExport)";
113
    var exportColumns = ":visible:not(.no-export)";
114
114
115
    var export_format = {
115
    var export_format = {
116
        body: function (data, row, column, node) {
116
        body: function (data, row, column, node) {
117
            var newnode = $(node);
117
            var newnode = $(node);
118
118
119
            if (newnode.find(".noExport").length > 0) {
119
            if (newnode.find(".no-export").length > 0) {
120
                newnode = newnode.clone();
120
                newnode = newnode.clone();
121
                newnode.find(".noExport").remove();
121
                newnode.find(".no-export").remove();
122
            }
122
            }
123
123
124
            return newnode.text().replace(/\n/g, " ").trim();
124
            return newnode.text().replace(/\n/g, " ").trim();
Lines 333-339 function _dt_visibility(table_settings, table_dt) { Link Here
333
        var default_column_defs = [
333
        var default_column_defs = [
334
            { targets: ["string-sort"], type: "string" },
334
            { targets: ["string-sort"], type: "string" },
335
            { targets: ["anti-the"], type: "anti-the" },
335
            { targets: ["anti-the"], type: "anti-the" },
336
            { targets: ["NoSort"], orderable: false, searchable: false },
336
            { targets: ["no-sort"], orderable: false, searchable: false },
337
        ];
337
        ];
338
        if (settings["columnDefs"] === undefined) {
338
        if (settings["columnDefs"] === undefined) {
339
            settings["columnDefs"] = default_column_defs;
339
            settings["columnDefs"] = default_column_defs;
340
- 

Return to bug 38984