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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-report-search-result.inc (-1 / +1 lines)
Lines 41-47 Link Here
41
                                    <th class="title-string" title="Last time a library used this pattern">Last import</th>
41
                                    <th class="title-string" title="Last time a library used this pattern">Last import</th>
42
                                    <th> Comments </th>
42
                                    <th> Comments </th>
43
                                    [% UNLESS search_only %]
43
                                    [% UNLESS search_only %]
44
                                        <th class="NoSort">Actions</th>
44
                                        <th class="NoSort noExport">Actions</th>
45
                                    [% END %]
45
                                    [% END %]
46
                                </tr>
46
                                </tr>
47
                            </thead>
47
                            </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 class="title-string" title="Last time a library used this pattern">Last import</th>
19
                    <th class="title-string" 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">Actions</th>
22
                      <th class="NoSort noExport">Actions</th>
23
                    [% END %]
23
                    [% END %]
24
                </tr>
24
                </tr>
25
            </thead>
25
            </thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-1 / +1 lines)
Lines 92-98 Link Here
92
                                    <th class="title-string">Date</th>
92
                                    <th class="title-string">Date</th>
93
                                    <th>Basket group</th>
93
                                    <th>Basket group</th>
94
                                    <th class="title-string">Closed</th>
94
                                    <th class="title-string">Closed</th>
95
                                    <th>Actions</th>
95
                                    <th class="noExport">Actions</th>
96
                                </tr>
96
                                </tr>
97
                            </thead>
97
                            </thead>
98
                            <tbody>
98
                            <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt (-1 / +1 lines)
Lines 38-44 Link Here
38
<th>Vendor</th>
38
<th>Vendor</th>
39
<th>Details</th>
39
<th>Details</th>
40
<th>Filename</th>
40
<th>Filename</th>
41
<th>Actions</th>
41
<th class="noExport">Actions</th>
42
</tr>
42
</tr>
43
</thead>
43
</thead>
44
<tbody>
44
<tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-1 / +1 lines)
Lines 258-264 Link Here
258
              <table>
258
              <table>
259
                  <thead>
259
                  <thead>
260
                      <tr>
260
                      <tr>
261
                          <th>Actions</th>
261
                          <th class="noExport">Actions</th>
262
                          <th>Barcode</th>
262
                          <th>Barcode</th>
263
                          <th>Home library</th>
263
                          <th>Home library</th>
264
                          <th>Holding library</th>
264
                          <th>Holding library</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-1 / +1 lines)
Lines 149-155 Link Here
149
                <table>
149
                <table>
150
                    <thead>
150
                    <thead>
151
                        <tr>
151
                        <tr>
152
                            <th>Actions</th>
152
                            <th class="noExport">Actions</th>
153
                            <th>Barcode</th>
153
                            <th>Barcode</th>
154
                            <th>Home library</th>
154
                            <th>Home library</th>
155
                            <th>Holding library</th>
155
                            <th>Holding library</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt (-1 / +1 lines)
Lines 358-364 Link Here
358
                        <th scope="col" class="title-string">Start date</th>
358
                        <th scope="col" class="title-string">Start date</th>
359
                        <th scope="col" class="title-string">End date</th>
359
                        <th scope="col" class="title-string">End date</th>
360
                        [% IF CAN_user_acquisition_contracts_manage %]
360
                        [% IF CAN_user_acquisition_contracts_manage %]
361
                            <th scope="col" class="NoSort">Actions</th>
361
                            <th scope="col" class="NoSort noExport">Actions</th>
362
                        [% END %]
362
                        [% END %]
363
                    </tr>
363
                    </tr>
364
                  </thead>
364
                  </thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt (-1 / +1 lines)
Lines 91-97 Link Here
91
                            <th>MARC field</th>
91
                            <th>MARC field</th>
92
                        [% END %]
92
                        [% END %]
93
                        <th>Searchable</th>
93
                        <th>Searchable</th>
94
                        <th>Actions</th>
94
                        <th class="noExport">Actions</th>
95
                    </tr>
95
                    </tr>
96
                </thead>
96
                </thead>
97
                <tbody>
97
                <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-2 / +2 lines)
Lines 430-436 Link Here
430
              <th class="title-string">End date</th>
430
              <th class="title-string">End date</th>
431
              <th>Locked</th>
431
              <th>Locked</th>
432
              <th>Total</th>
432
              <th>Total</th>
433
              <th>Actions</th>
433
              <th class="noExport">Actions</th>
434
            </tr>
434
            </tr>
435
          </thead>
435
          </thead>
436
          <tbody>
436
          <tbody>
Lines 466-472 Link Here
466
                  <th class="title-string">End date</th>
466
                  <th class="title-string">End date</th>
467
                  <th>Locked</th>
467
                  <th>Locked</th>
468
                  <th>Total</th>
468
                  <th>Total</th>
469
                  <th>Actions</th>
469
                  <th class="noExport">Actions</th>
470
              </tr>
470
              </tr>
471
          </thead>
471
          </thead>
472
          <tbody>
472
          <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-1 / +1 lines)
Lines 73-79 Link Here
73
            <th>Total spent</th>
73
            <th>Total spent</th>
74
            <th>Base-level available</th>
74
            <th>Base-level available</th>
75
            <th>Total available</th>
75
            <th>Total available</th>
76
            <th>Actions</th>
76
            <th class="noExport">Actions</th>
77
        </tr>
77
        </tr>
78
    </thead>
78
    </thead>
79
    <tfoot>
79
    <tfoot>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt (-1 / +1 lines)
Lines 65-71 Link Here
65
    [% END %]
65
    [% END %]
66
66
67
    <th class="remaining">Fund remaining</th>
67
    <th class="remaining">Fund remaining</th>
68
    <th>Actions</th>
68
    <th class="noExport">Actions</th>
69
    </tr>
69
    </tr>
70
    </thead>
70
    </thead>
71
71
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt (-1 / +1 lines)
Lines 152-158 Link Here
152
                    <th>Enqueued on</th>
152
                    <th>Enqueued on</th>
153
                    <th>Started on</th>
153
                    <th>Started on</th>
154
                    <th>Ended on</th>
154
                    <th>Ended on</th>
155
                    <th>Actions</th>
155
                    <th class="noExport">Actions</th>
156
                </tr>
156
                </tr>
157
            </thead>
157
            </thead>
158
            <tbody>
158
            <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-1 / +1 lines)
Lines 214-220 Link Here
214
                    <th>IP</th>
214
                    <th>IP</th>
215
                    <th>Pickup location</th>
215
                    <th>Pickup location</th>
216
                    <th>SMTP server</th>
216
                    <th>SMTP server</th>
217
                    <th data-class-name="actions">Actions</th>
217
                    <th data-class-name="actions noExport">Actions</th>
218
                </tr>
218
                </tr>
219
            </thead>
219
            </thead>
220
        </table>
220
        </table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt (-1 / +1 lines)
Lines 131-137 Link Here
131
                       <th>Library</th>
131
                       <th>Library</th>
132
                       <th>Library default</th>
132
                       <th>Library default</th>
133
                       <th>Initial float</th>
133
                       <th>Initial float</th>
134
                       <th>Actions</th>
134
                       <th class="noExport">Actions</th>
135
                   </thead>
135
                   </thead>
136
                   <tbody>
136
                   <tbody>
137
                   [% FOREACH cash_register IN cash_registers %]
137
                   [% FOREACH cash_register IN cash_registers %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-1 / +1 lines)
Lines 142-148 Link Here
142
                    <th>State</th>
142
                    <th>State</th>
143
                    <th>ZIP/Postal code</th>
143
                    <th>ZIP/Postal code</th>
144
                    <th>Country</th>
144
                    <th>Country</th>
145
                    <th data-class-name="actions">Actions</th>
145
                    <th data-class-name="actions noExport">Actions</th>
146
                </tr>
146
                </tr>
147
            </thead>
147
            </thead>
148
        </table>
148
        </table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt (-3 / +3 lines)
Lines 294-300 Link Here
294
    <th>In use</th>
294
    <th>In use</th>
295
    <th>Filing rule</th>
295
    <th>Filing rule</th>
296
    <th>Splitting rule</th>
296
    <th>Splitting rule</th>
297
    <th>Actions</th>
297
    <th class="noExport">Actions</th>
298
  </tr>
298
  </tr>
299
  [% FOREACH class_source IN class_sources %]
299
  [% FOREACH class_source IN class_sources %]
300
  <tr>
300
  <tr>
Lines 317-323 Link Here
317
    <th>Code</th>
317
    <th>Code</th>
318
    <th>Description</th>
318
    <th>Description</th>
319
    <th>Sorting routine</th>
319
    <th>Sorting routine</th>
320
    <th>Actions</th>
320
    <th class="noExport">Actions</th>
321
  </tr>
321
  </tr>
322
  [% FOREACH rule IN sort_rules %]
322
  [% FOREACH rule IN sort_rules %]
323
  <tr>
323
  <tr>
Lines 338-344 Link Here
338
    <th>Code</th>
338
    <th>Code</th>
339
    <th>Description</th>
339
    <th>Description</th>
340
    <th>Splitting routine</th>
340
    <th>Splitting routine</th>
341
    <th>Actions</th>
341
    <th class="noExport">Actions</th>
342
  </tr>
342
  </tr>
343
  [% FOREACH rule IN split_rules %]
343
  [% FOREACH rule IN split_rules %]
344
  <tr>
344
  <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt (-1 / +1 lines)
Lines 144-150 Link Here
144
                                <th>Available for</th>
144
                                <th>Available for</th>
145
                                <th>Credit number enabled</th>
145
                                <th>Credit number enabled</th>
146
                                <th>Library limitations</th>
146
                                <th>Library limitations</th>
147
                                <th>Actions</th>
147
                                <th class="noExport">Actions</th>
148
                            </thead>
148
                            </thead>
149
                            <tbody>
149
                            <tbody>
150
                                [% FOREACH credit_type IN credit_types %]
150
                                [% FOREACH credit_type IN credit_types %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt (-1 / +1 lines)
Lines 183-189 Link Here
183
            <th class="title-string">Last updated</th>
183
            <th class="title-string">Last updated</th>
184
            <th>Active</th>
184
            <th>Active</th>
185
            <th>Archived</th>
185
            <th>Archived</th>
186
            <th class="NoSort">Actions</th>
186
            <th class="NoSort noExport">Actions</th>
187
        </tr>
187
        </tr>
188
      </thead>
188
      </thead>
189
      <tbody>
189
      <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt (-1 / +1 lines)
Lines 138-144 Link Here
138
                                <th>Default amount</th>
138
                                <th>Default amount</th>
139
                                <th>Available for</th>
139
                                <th>Available for</th>
140
                                <th>Library limitations</th>
140
                                <th>Library limitations</th>
141
                                <th>Actions</th>
141
                                <th class="noExport">Actions</th>
142
                            </thead>
142
                            </thead>
143
                            <tbody>
143
                            <tbody>
144
                                [% FOREACH debit_type IN debit_types %]
144
                                [% FOREACH debit_type IN debit_types %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt (-1 / +1 lines)
Lines 259-265 Link Here
259
       <th>Invoices</th>
259
       <th>Invoices</th>
260
       <th>Responses</th>
260
       <th>Responses</th>
261
       <th>Auto ordering</th>
261
       <th>Auto ordering</th>
262
       <th>Actions</th>
262
       <th class="noExport">Actions</th>
263
    </tr>
263
    </tr>
264
    [% FOREACH account IN ediaccounts %]
264
    [% FOREACH account IN ediaccounts %]
265
    <tr>
265
    <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt (-1 / +1 lines)
Lines 138-144 Link Here
138
            <th>Description</th>
138
            <th>Description</th>
139
            <th>EAN</th>
139
            <th>EAN</th>
140
            <th>Qualifier</th>
140
            <th>Qualifier</th>
141
            <th>Actions</th>
141
            <th class="noExport">Actions</th>
142
        </tr>
142
        </tr>
143
        [% FOREACH ean IN eans %]
143
        [% FOREACH ean IN eans %]
144
            <tr>
144
            <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt (-1 / +1 lines)
Lines 65-71 Link Here
65
                        <th>MARC field</th>
65
                        <th>MARC field</th>
66
                        <th>MARC subfield</th>
66
                        <th>MARC subfield</th>
67
                        <th>Authorised values category</th>
67
                        <th>Authorised values category</th>
68
                        <th>Actions</th>
68
                        <th class="noExport">Actions</th>
69
                      </tr>
69
                      </tr>
70
                    </thead>
70
                    </thead>
71
                    <tbody>
71
                    <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt (-1 / +1 lines)
Lines 327-333 Link Here
327
                                    <th>Subfield</th>
327
                                    <th>Subfield</th>
328
                                    <th>Text</th>
328
                                    <th>Text</th>
329
                                    <th>Constraints</th>
329
                                    <th>Constraints</th>
330
                                    <th class="NoSort">Actions</th>
330
                                    <th class="NoSort noExport">Actions</th>
331
                                </tr>
331
                                </tr>
332
                            </thead>
332
                            </thead>
333
                            <tbody>
333
                            <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt (-1 / +1 lines)
Lines 438-444 Link Here
438
                                <th>#</th>
438
                                <th>#</th>
439
                                <th>Code</th>
439
                                <th>Code</th>
440
                                <th>Description</th>
440
                                <th>Description</th>
441
                                <th>Actions</th>
441
                                <th class="noExport">Actions</th>
442
                            </tr>
442
                            </tr>
443
                            [% FOREACH available_matching_rule IN available_matching_rules %]
443
                            [% FOREACH available_matching_rule IN available_matching_rules %]
444
                                <tr>
444
                                <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt (-1 / +1 lines)
Lines 246-252 Link Here
246
          <th>Code</th>
246
          <th>Code</th>
247
          <th>Description</th>
247
          <th>Description</th>
248
          <th>Branches limitation</th>
248
          <th>Branches limitation</th>
249
          <th>Actions</th>
249
          <th class="noExport">Actions</th>
250
        </tr>
250
        </tr>
251
      </thead>
251
      </thead>
252
      <tbody>
252
      <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-3 / +3 lines)
Lines 94-100 Link Here
94
                <th class="fixed_sort">Patron category</th>
94
                <th class="fixed_sort">Patron category</th>
95
                <th>&nbsp;</th>
95
                <th>&nbsp;</th>
96
                <th class="fixed_sort">Item type</th>
96
                <th class="fixed_sort">Item type</th>
97
                <th>Actions</th>
97
                <th class="noExport">Actions</th>
98
                <th>Note</th>
98
                <th>Note</th>
99
                <th>Current checkouts allowed</th>
99
                <th>Current checkouts allowed</th>
100
                <th>Current on-site checkouts allowed</th>
100
                <th>Current on-site checkouts allowed</th>
Lines 128-134 Link Here
128
                <th>OPAC item level holds</th>
128
                <th>OPAC item level holds</th>
129
                <th>Article requests</th>
129
                <th>Article requests</th>
130
                <th>Rental discount (%)</th>
130
                <th>Rental discount (%)</th>
131
                <th>Actions</th>
131
                <th class="noExport">Actions</th>
132
            </tr>
132
            </tr>
133
            </thead>
133
            </thead>
134
            <tbody>
134
            <tbody>
Lines 527-533 Link Here
527
                    <th>Hold policy</th>
527
                    <th>Hold policy</th>
528
                    <th>Hold pickup library match</th>
528
                    <th>Hold pickup library match</th>
529
                    <th>Return policy</th>
529
                    <th>Return policy</th>
530
                    <th>Actions</th>
530
                    <th class="noExport">Actions</th>
531
                </tr>
531
                </tr>
532
                <tr>
532
                <tr>
533
                    <td><em>Defaults</em></td>
533
                    <td><em>Defaults</em></td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt (-1 / +1 lines)
Lines 229-235 SMTP servers Link Here
229
                    <th>Timeout (secs)</th>
229
                    <th>Timeout (secs)</th>
230
                    <th>SSL</th>
230
                    <th>SSL</th>
231
                    <th>Authenticated</th>
231
                    <th>Authenticated</th>
232
                    <th data-class-name="actions">Actions</th>
232
                    <th data-class-name="actions noExport">Actions</th>
233
                </tr>
233
                </tr>
234
            </thead>
234
            </thead>
235
        </table>
235
        </table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt (-1 / +1 lines)
Lines 248-254 Link Here
248
        <th>Preference</th>
248
        <th>Preference</th>
249
        <th>Explanation</th>
249
        <th>Explanation</th>
250
        <th>Value</th>
250
        <th>Value</th>
251
        <th>Actions</th>
251
        <th class="noExport">Actions</th>
252
        </tr></thead>
252
        </tr></thead>
253
    [% END %]
253
    [% END %]
254
    <tbody>[% FOREACH loo IN loop %]
254
    <tbody>[% FOREACH loo IN loop %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-1 / +1 lines)
Lines 162-168 Link Here
162
    [% END %]
162
    [% END %]
163
    <table id="serverst">
163
    <table id="serverst">
164
164
165
        <thead><tr><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><th>Actions</th>
165
        <thead><tr><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><th class="noExport">Actions</th>
166
        </tr></thead>
166
        </tr></thead>
167
        <tbody>
167
        <tbody>
168
        [% FOREACH loo IN loop %]
168
        [% FOREACH loo IN loop %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt (-1 / +1 lines)
Lines 80-86 Link Here
80
        <th>Server</th>
80
        <th>Server</th>
81
        <th>Heading</th>
81
        <th>Heading</th>
82
        <th>Authority Type</th>
82
        <th>Authority Type</th>
83
        <th>Actions</th>
83
        <th class="noExport">Actions</th>
84
    </tr></thead>
84
    </tr></thead>
85
    <tbody>[% FOREACH breeding_loo IN breeding_loop %]
85
    <tbody>[% FOREACH breeding_loo IN breeding_loop %]
86
        [% IF ( breeding_loo.breedingid ) %]
86
        [% IF ( breeding_loo.breedingid ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt (-2 / +2 lines)
Lines 122-128 Link Here
122
                                    <th class="ar-barcode">Barcode</th>
122
                                    <th class="ar-barcode">Barcode</th>
123
                                    <th class="ar-patron">Patron</th>
123
                                    <th class="ar-patron">Patron</th>
124
                                    <th class="ar-date">Date</th>
124
                                    <th class="ar-date">Date</th>
125
                                    <th class="ar-actions">Actions</th>
125
                                    <th class="ar-actions noExport">Actions</th>
126
                                </tr>
126
                                </tr>
127
                            </thead>
127
                            </thead>
128
128
Lines 223-229 Link Here
223
                                    <th class="ar-barcode">Barcode</th>
223
                                    <th class="ar-barcode">Barcode</th>
224
                                    <th class="ar-patron">Patron</th>
224
                                    <th class="ar-patron">Patron</th>
225
                                    <th class="ar-date">Date</th>
225
                                    <th class="ar-date">Date</th>
226
                                    <th class="ar-actions">Actions</th>
226
                                    <th class="ar-actions noExport">Actions</th>
227
                                </tr>
227
                                </tr>
228
                            </thead>
228
                            </thead>
229
229
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt (-1 / +1 lines)
Lines 70-76 Link Here
70
                                <th class="title-string">Date</th>
70
                                <th class="title-string">Date</th>
71
                                <th>Set by</th>
71
                                <th>Set by</th>
72
                                <th>Status</th>
72
                                <th>Status</th>
73
                                <th class="NoSort">Actions</th>
73
                                <th class="NoSort noExport">Actions</th>
74
                            </tr>
74
                            </tr>
75
                        </thead>
75
                        </thead>
76
                        <tbody>
76
                        <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt (-1 / +1 lines)
Lines 59-65 Link Here
59
                                <th>Public enrollment</th>
59
                                <th>Public enrollment</th>
60
                                <th>Email required</th>
60
                                <th>Email required</th>
61
                                <th>Library</th>
61
                                <th>Library</th>
62
                                <th>Actions</th>
62
                                <th class="noExport">Actions</th>
63
                            </tr>
63
                            </tr>
64
                        </thead>
64
                        </thead>
65
                        <tbody>
65
                        <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt (-1 / +1 lines)
Lines 92-98 Link Here
92
                        <th class="NoSort">Other course reserves</th>
92
                        <th class="NoSort">Other course reserves</th>
93
                        <th>Status</th>
93
                        <th>Status</th>
94
                        [% IF CAN_user_coursereserves_add_reserves || CAN_user_coursereserves_delete_reserves %]
94
                        [% IF CAN_user_coursereserves_add_reserves || CAN_user_coursereserves_delete_reserves %]
95
                            <th class="NoSort">Actions</th>
95
                            <th class="NoSort noExport">Actions</th>
96
                        [% END %]
96
                        [% END %]
97
                    </tr>
97
                    </tr>
98
                </thead>
98
                </thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt (-1 / +1 lines)
Lines 67-73 Link Here
67
                                                    [% CASE 'Template ID'     %]<th>Template ID</th>
67
                                                    [% CASE 'Template ID'     %]<th>Template ID</th>
68
                                                    [% CASE 'Template Name'   %]<th>Template name</th>
68
                                                    [% CASE 'Template Name'   %]<th>Template name</th>
69
                                                    [% CASE 'Description'     %]<th>Description</th>
69
                                                    [% CASE 'Description'     %]<th>Description</th>
70
                                                    [% CASE 'Actions'         %]<th>Actions</th>
70
                                                    [% CASE 'Actions'         %]<th class="noExport">Actions</th>
71
                                                    [% CASE 'Profile ID'      %]<th>Profile ID</th>
71
                                                    [% CASE 'Profile ID'      %]<th>Profile ID</th>
72
                                                    [% CASE 'Printer Name'    %]<th>Printer name</th>
72
                                                    [% CASE 'Printer Name'    %]<th>Printer name</th>
73
                                                    [% CASE 'Paper Bin'       %]<th>Paper bin</th>
73
                                                    [% CASE 'Paper Bin'       %]<th>Paper bin</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/apikeys.tt (-1 / +1 lines)
Lines 55-61 Link Here
55
                                    <th>Client ID</th>
55
                                    <th>Client ID</th>
56
                                    <th>Secret</th>
56
                                    <th>Secret</th>
57
                                    <th>Active</th>
57
                                    <th>Active</th>
58
                                    <th>Actions</th>
58
                                    <th class="noExport">Actions</th>
59
                                </tr>
59
                                </tr>
60
                            </thead>
60
                            </thead>
61
                            <tbody>
61
                            <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt (-1 / +1 lines)
Lines 59-65 Link Here
59
          <th>Note</th>
59
          <th>Note</th>
60
          <th>Amount</th>
60
          <th>Amount</th>
61
          <th>Outstanding</th>
61
          <th>Outstanding</th>
62
          <th class="NoSort">Actions</th>
62
          <th class="NoSort noExport">Actions</th>
63
        </tr>
63
        </tr>
64
    </thead>
64
    </thead>
65
65
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt (-1 / +1 lines)
Lines 380-386 Link Here
380
                [% IF  housebound_visits.size > 0 %]
380
                [% IF  housebound_visits.size > 0 %]
381
                <table border="0" width="100%" cellpadding="3" cellspacing="0">
381
                <table border="0" width="100%" cellpadding="3" cellspacing="0">
382
                  <tr>
382
                  <tr>
383
                    <th>ID</th><th>Date</th><th>Chooser</th><th>Deliverer</th><th>Actions</th>
383
                    <th>ID</th><th>Date</th><th>Chooser</th><th>Deliverer</th><th class="noExport">Actions</th>
384
                  </tr>
384
                  </tr>
385
                    [% FOREACH entry IN housebound_visits %]
385
                    [% FOREACH entry IN housebound_visits %]
386
                    <tr>
386
                    <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt (-1 / +1 lines)
Lines 45-51 Link Here
45
<thead>
45
<thead>
46
<tr>
46
<tr>
47
    <th class="NoSort">&nbsp;</th>
47
    <th class="NoSort">&nbsp;</th>
48
    <th class="NoSort">Actions</th>
48
    <th class="NoSort noExport">Actions</th>
49
    <th>Account type</th>
49
    <th>Account type</th>
50
    <th>Description</th>
50
    <th>Description</th>
51
    <th class="title-string">Date</th>
51
    <th class="title-string">Date</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt (-1 / +1 lines)
Lines 79-85 Link Here
79
                                                            [% CASE "Borrower Number" %]
79
                                                            [% CASE "Borrower Number" %]
80
                                                                <th>Borrower number</th>
80
                                                                <th>Borrower number</th>
81
                                                            [% CASE "Actions " %]
81
                                                            [% CASE "Actions " %]
82
                                                                <th>Actions</th>
82
                                                                <th class="noExport">Actions</th>
83
                                                            [% CASE "Select" -%]
83
                                                            [% CASE "Select" -%]
84
                                                                <th>Select</th>
84
                                                                <th>Select</th>
85
                                                            [% CASE %]
85
                                                            [% CASE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt (-1 / +1 lines)
Lines 57-63 Link Here
57
                                        [%-  CASE 'Layout ID'     -%]<th>Layout ID</th>
57
                                        [%-  CASE 'Layout ID'     -%]<th>Layout ID</th>
58
                                        [%-  CASE 'Layout'        -%]<th>Layout</th>
58
                                        [%-  CASE 'Layout'        -%]<th>Layout</th>
59
                                        [%-  CASE 'Action'        -%]<th>Action</th>
59
                                        [%-  CASE 'Action'        -%]<th>Action</th>
60
                                        [%-  CASE 'Actions'       -%]<th>Actions</th>
60
                                        [%-  CASE 'Actions'       -%]<th class="noExport">Actions</th>
61
                                        [%-  CASE 'Select'        -%][% IF ( print ) %]<th>Select</th>[% END %]
61
                                        [%-  CASE 'Select'        -%][% IF ( print ) %]<th>Select</th>[% END %]
62
                                        [%-  CASE 'Template ID'   -%]<th>Template ID</th>
62
                                        [%-  CASE 'Template ID'   -%]<th>Template ID</th>
63
                                        [%-  CASE 'Template Name' -%]<th>Template name</th>
63
                                        [%-  CASE 'Template Name' -%]<th>Template name</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt (-1 / +1 lines)
Lines 111-117 Link Here
111
                                <th>Maximum Koha version</th>
111
                                <th>Maximum Koha version</th>
112
                                <th>Last updated</th>
112
                                <th>Last updated</th>
113
                                [% IF ( CAN_user_plugins_configure || CAN_user_plugins_manage || CAN_user_plugins_report || CAN_user_plugins_tool ) %]
113
                                [% IF ( CAN_user_plugins_configure || CAN_user_plugins_manage || CAN_user_plugins_report || CAN_user_plugins_tool ) %]
114
                                    <th>Actions</th>
114
                                    <th class="noExport">Actions</th>
115
                                [% END %]
115
                                [% END %]
116
                            </tr>
116
                            </tr>
117
117
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt (-2 / +2 lines)
Lines 81-87 Link Here
81
                    <th>Description</th>
81
                    <th>Description</th>
82
                    <th>Price</th>
82
                    <th>Price</th>
83
                    <th>Total</th>
83
                    <th>Total</th>
84
                    <th>Actions</th>
84
                    <th class="noExport">Actions</th>
85
                </thead>
85
                </thead>
86
                <tbody>
86
                <tbody>
87
                    [% FOREACH accountline IN accountlines %]
87
                    [% FOREACH accountline IN accountlines %]
Lines 170-176 Link Here
170
                    <th>Description</th>
170
                    <th>Description</th>
171
                    <th>Price</th>
171
                    <th>Price</th>
172
                    <th>Total</th>
172
                    <th>Total</th>
173
                    <th>Actions</th>
173
                    <th class="noExport">Actions</th>
174
                </thead>
174
                </thead>
175
                <tbody>
175
                <tbody>
176
                    [% FOREACH accountline IN past_accountlines %]
176
                    [% FOREACH accountline IN past_accountlines %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt (-1 / +1 lines)
Lines 64-70 Link Here
64
                            <th>Income (cash)</th>
64
                            <th>Income (cash)</th>
65
                            <th>Outgoing (cash)</th>
65
                            <th>Outgoing (cash)</th>
66
                            [% IF CAN_user_cash_management_cashup %]
66
                            [% IF CAN_user_cash_management_cashup %]
67
                            <th>Actions</th>
67
                            <th class="noExport">Actions</th>
68
                            [% END %]
68
                            [% END %]
69
                        </thead>
69
                        </thead>
70
                        <tbody>
70
                        <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-1 / +1 lines)
Lines 241-247 Link Here
241
                                                [% ELSE %]
241
                                                [% ELSE %]
242
                                                    <th class="hidden">&nbsp;</th>
242
                                                    <th class="hidden">&nbsp;</th>
243
                                                [% END %]
243
                                                [% END %]
244
                                                <th class="NoSort">Actions</th>
244
                                                <th class="NoSort noExport">Actions</th>
245
                                            </tr>
245
                                            </tr>
246
                                        </thead>
246
                                        </thead>
247
                                        <tbody>
247
                                        <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt (-1 / +1 lines)
Lines 80-86 Link Here
80
            <th>OPAC note</th>
80
            <th>OPAC note</th>
81
            <th>Nonpublic note</th>
81
            <th>Nonpublic note</th>
82
            <th>Expiration date</th>
82
            <th>Expiration date</th>
83
            <th>Actions</th>
83
            <th class="noExport">Actions</th>
84
        </tr>
84
        </tr>
85
    [% FOREACH subscriptions_loo IN subscriptions_loop %]
85
    [% FOREACH subscriptions_loo IN subscriptions_loop %]
86
        <tr>
86
        <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt (-1 / +1 lines)
Lines 62-68 Link Here
62
            [% FOR field IN additional_fields_for_subscription %]
62
            [% FOR field IN additional_fields_for_subscription %]
63
              <th>[% field.name | html %]</th>
63
              <th>[% field.name | html %]</th>
64
            [% END %]
64
            [% END %]
65
            <th class="NoSort">Actions</th>
65
            <th class="NoSort noExport">Actions</th>
66
        </tr>
66
        </tr>
67
      </thead>
67
      </thead>
68
      <tfoot>
68
      <tfoot>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-frequencies.tt (-1 / +1 lines)
Lines 133-139 Link Here
133
                <th>Issues per unit</th>
133
                <th>Issues per unit</th>
134
                <th>Units per issue</th>
134
                <th>Units per issue</th>
135
                <th>Display order</th>
135
                <th>Display order</th>
136
                <th>Actions</th>
136
                <th class="noExport">Actions</th>
137
              </tr>
137
              </tr>
138
            </thead>
138
            </thead>
139
            <tbody>
139
            <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt (-1 / +1 lines)
Lines 268-274 Link Here
268
                <th>Description</th>
268
                <th>Description</th>
269
                <th>Numbering formula</th>
269
                <th>Numbering formula</th>
270
                <th>Display order</th>
270
                <th>Display order</th>
271
                <th>Actions</th>
271
                <th class="noExport">Actions</th>
272
              </tr>
272
              </tr>
273
            </thead>
273
            </thead>
274
            <tbody>
274
            <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt (-1 / +1 lines)
Lines 80-86 tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
80
		<th>Status</th>
80
		<th>Status</th>
81
		<th>Term</th>
81
		<th>Term</th>
82
		<th>Weight</th>
82
		<th>Weight</th>
83
            <th class="NoSort">Actions</th>
83
            <th class="NoSort noExport">Actions</th>
84
            [% UNLESS ( filter_approved_pending ) %]<th>Reviewer</th>[% END %]
84
            [% UNLESS ( filter_approved_pending ) %]<th>Reviewer</th>[% END %]
85
        <th class="title-string">Date</th>
85
        <th class="title-string">Date</th>
86
	</tr>
86
	</tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt (-1 / +1 lines)
Lines 266-272 Link Here
266
                <th>CSV separator</th>
266
                <th>CSV separator</th>
267
                <th>CSV type</th>
267
                <th>CSV type</th>
268
                <th>Usage</th>
268
                <th>Usage</th>
269
                <th>Actions</th>
269
                <th class="noExport">Actions</th>
270
            </thead>
270
            </thead>
271
            <tbody>
271
            <tbody>
272
                [% FOREACH csv_profile IN csv_profiles %]
272
                [% FOREACH csv_profile IN csv_profiles %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt (-1 / +1 lines)
Lines 124-130 Edit news item[% ELSE %]Add news item[% END %][% ELSE %]News[% END %]</div> Link Here
124
                        <th class="anti-the">Title</th>
124
                        <th class="anti-the">Title</th>
125
                        <th>Author</th>
125
                        <th>Author</th>
126
                        <th class="anti-the">News</th>
126
                        <th class="anti-the">News</th>
127
                        <th class="NoSort">Actions</th>
127
                        <th class="NoSort noExport">Actions</th>
128
                    </tr></thead>
128
                    </tr></thead>
129
                    <tbody>[% FOREACH opac_new IN opac_news %]
129
                    <tbody>[% FOREACH opac_new IN opac_news %]
130
                         [% IF ( opac_new.expired ) %]
130
                         [% IF ( opac_new.expired ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt (-1 / +1 lines)
Lines 146-152 Link Here
146
                                    <th>Name</th>
146
                                    <th>Name</th>
147
                                    <th class="title-string">Last updated</th>
147
                                    <th class="title-string">Last updated</th>
148
                                    <th class="nosort">Copy notice</th>
148
                                    <th class="nosort">Copy notice</th>
149
                                    <th class="nosort">Actions</th>
149
                                    <th class="nosort noExport">Actions</th>
150
                                </tr>
150
                                </tr>
151
                            </thead>
151
                            </thead>
152
                            <tbody>
152
                            <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt (-1 / +1 lines)
Lines 70-76 Link Here
70
                        <thead>
70
                        <thead>
71
                            <tr>
71
                            <tr>
72
                                <th>Template</th>
72
                                <th>Template</th>
73
                                <th>Actions</th>
73
                                <th class="noExport">Actions</th>
74
                            </tr>
74
                            </tr>
75
                        </thead>
75
                        </thead>
76
                        <tbody>
76
                        <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/problem-reports.tt (-1 / +1 lines)
Lines 68-74 Link Here
68
                                <th class="title-string">Created on</th>
68
                                <th class="title-string">Created on</th>
69
                                <th>Set by</th>
69
                                <th>Set by</th>
70
                                <th>Status</th>
70
                                <th>Status</th>
71
                                <th class="NoSort">Actions</th>
71
                                <th class="NoSort noExport">Actions</th>
72
                            </tr>
72
                            </tr>
73
                        </thead>
73
                        </thead>
74
                        <tbody>
74
                        <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt (-1 / +1 lines)
Lines 53-59 Link Here
53
                    <tr>
53
                    <tr>
54
                        <th>Source</th>
54
                        <th>Source</th>
55
                        <th>Text</th>
55
                        <th>Text</th>
56
                        <th>Actions</th>
56
                        <th class="noExport">Actions</th>
57
                    </tr>
57
                    </tr>
58
                </thead>
58
                </thead>
59
                <tbody>
59
                <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt (-1 / +1 lines)
Lines 159-165 Link Here
159
        <th>Category</th>
159
        <th>Category</th>
160
        [% IF !plugin %]<th>Public</th>[% END %]
160
        [% IF !plugin %]<th>Public</th>[% END %]
161
        [% IF !plugin %]<th>Temporary</th>[% END %]
161
        [% IF !plugin %]<th>Temporary</th>[% END %]
162
        <th class="nosort">Actions</th>
162
        <th class="nosort noExport">Actions</th>
163
    </tr>
163
    </tr>
164
    </thead>
164
    </thead>
165
    <tbody>
165
    <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-2 / +1 lines)
Lines 349-355 Link Here
349
                        <th>Sort by</th>
349
                        <th>Sort by</th>
350
                        <th>Creation date</th>
350
                        <th>Creation date</th>
351
                        <th>Modification date</th>
351
                        <th>Modification date</th>
352
                        <th>Actions</th>
352
                        <th class="noExport">Actions</th>
353
                    </tr>
353
                    </tr>
354
                    <tr class="filters_row">
354
                    <tr class="filters_row">
355
                        <th></th>
355
                        <th></th>
356
- 

Return to bug 26602