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 147-153 Link Here
147
                <table>
147
                <table>
148
                    <thead>
148
                    <thead>
149
                        <tr>
149
                        <tr>
150
                            <th>Actions</th>
150
                            <th class="noExport">Actions</th>
151
                            <th>Barcode</th>
151
                            <th>Barcode</th>
152
                            <th>Home library</th>
152
                            <th>Home library</th>
153
                            <th>Holding library</th>
153
                            <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/branches.tt (-1 / +1 lines)
Lines 193-199 Link Here
193
                    <th>MARC organization code</th>
193
                    <th>MARC organization code</th>
194
                    <th>IP</th>
194
                    <th>IP</th>
195
                    <th>Pickup location</th>
195
                    <th>Pickup location</th>
196
                    <th>Actions</th>
196
                    <th data-class-name="actions noExport">Actions</th>
197
                </tr>
197
                </tr>
198
            </thead>
198
            </thead>
199
            <tbody>
199
            <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt (-1 / +1 lines)
Lines 133-139 Link Here
133
                       <th>Library</th>
133
                       <th>Library</th>
134
                       <th>Default</th>
134
                       <th>Default</th>
135
                       <th>Initial float</th>
135
                       <th>Initial float</th>
136
                       <th>Actions</th>
136
                       <th class="noExport">Actions</th>
137
                   </thead>
137
                   </thead>
138
                   <tbody>
138
                   <tbody>
139
                   [% FOREACH cash_register IN cash_registers %]
139
                   [% 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 124-130 Link Here
124
                                <th>Description</th>
124
                                <th>Description</th>
125
                                <th>Available for</th>
125
                                <th>Available for</th>
126
                                <th>Library limitations</th>
126
                                <th>Library limitations</th>
127
                                <th>Actions</th>
127
                                <th class="noExport">Actions</th>
128
                            </thead>
128
                            </thead>
129
                            <tbody>
129
                            <tbody>
130
                                [% FOREACH credit_type IN credit_types %]
130
                                [% 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>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 / +2 lines)
Lines 270-275 Link Here
270
[% END %]
270
[% END %]
271
271
272
272
273
<<<<<<< HEAD
273
[% IF ( else ) %]
274
[% IF ( else ) %]
274
<h1>MARC subfield structure admin for [% tagfield | html %] [% IF ( frameworkcode ) %](framework [% frameworkcode | html %])[% ELSE %](default framework)[% END %]</h1>
275
<h1>MARC subfield structure admin for [% tagfield | html %] [% IF ( frameworkcode ) %](framework [% frameworkcode | html %])[% ELSE %](default framework)[% END %]</h1>
275
<p>This screen shows the subfields associated with the selected tag. You can edit subfields or add a new one by clicking on edit.</p>
276
<p>This screen shows the subfields associated with the selected tag. You can edit subfields or add a new one by clicking on edit.</p>
Lines 281-287 Link Here
281
    <th>Subfield</th>
282
    <th>Subfield</th>
282
    <th>Text</th>
283
    <th>Text</th>
283
    <th>Constraints</th>
284
    <th>Constraints</th>
284
    <th class="NoSort">Actions</th>
285
    <th class="NoSort noExport">Actions</th>
285
</tr>
286
</tr>
286
    </thead>
287
    </thead>
287
    <tbody>
288
    <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt (-1 / +1 lines)
Lines 452-458 Link Here
452
    <th>#</th>
452
    <th>#</th>
453
    <th>Code</th>
453
    <th>Code</th>
454
    <th>Description</th>
454
    <th>Description</th>
455
    <th>Actions</th>
455
    <th class="noExport">Actions</th>
456
  </tr>
456
  </tr>
457
  [% FOREACH available_matching_rule IN available_matching_rules %]
457
  [% FOREACH available_matching_rule IN available_matching_rules %]
458
  <tr>
458
  <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt (-1 / +1 lines)
Lines 225-231 Link Here
225
          <th>Code</th>
225
          <th>Code</th>
226
          <th>Description</th>
226
          <th>Description</th>
227
          <th>Branches limitation</th>
227
          <th>Branches limitation</th>
228
          <th>Actions</th>
228
          <th class="noExport">Actions</th>
229
        </tr>
229
        </tr>
230
      </thead>
230
      </thead>
231
      <tbody>
231
      <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-3 / +3 lines)
Lines 88-94 Link Here
88
            <tr>
88
            <tr>
89
                <th>Patron category</th>
89
                <th>Patron category</th>
90
                <th>Item type</th>
90
                <th>Item type</th>
91
                <th>Actions</th>
91
                <th class="noExport">Actions</th>
92
                <th>Note</th>
92
                <th>Note</th>
93
                <th>Current checkouts allowed</th>
93
                <th>Current checkouts allowed</th>
94
                <th>Current on-site checkouts allowed</th>
94
                <th>Current on-site checkouts allowed</th>
Lines 117-123 Link Here
117
                <th>OPAC item level holds</th>
117
                <th>OPAC item level holds</th>
118
                <th>Article requests</th>
118
                <th>Article requests</th>
119
                <th>Rental discount (%)</th>
119
                <th>Rental discount (%)</th>
120
                <th>Actions</th>
120
                <th class="noExport">Actions</th>
121
            </tr>
121
            </tr>
122
            </thead>
122
            </thead>
123
            <tbody>
123
            <tbody>
Lines 465-471 Link Here
465
                    <th>Hold policy</th>
465
                    <th>Hold policy</th>
466
                    <th>Hold pickup library match</th>
466
                    <th>Hold pickup library match</th>
467
                    <th>Return policy</th>
467
                    <th>Return policy</th>
468
                    <th>Actions</th>
468
                    <th class="noExport">Actions</th>
469
                </tr>
469
                </tr>
470
                <tr>
470
                <tr>
471
                    <td><em>Defaults</em></td>
471
                    <td><em>Defaults</em></td>
(-)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 79-85 Link Here
79
        <th>Server</th>
79
        <th>Server</th>
80
        <th>Heading</th>
80
        <th>Heading</th>
81
        <th>Authority Type</th>
81
        <th>Authority Type</th>
82
        <th>Actions</th>
82
        <th class="noExport">Actions</th>
83
    </tr></thead>
83
    </tr></thead>
84
    <tbody>[% FOREACH breeding_loo IN breeding_loop %]
84
    <tbody>[% FOREACH breeding_loo IN breeding_loop %]
85
        [% IF ( breeding_loo.breedingid ) %]
85
        [% IF ( breeding_loo.breedingid ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt (-2 / +2 lines)
Lines 112-118 Link Here
112
                                    <th class="ar-barcode">Barcode</th>
112
                                    <th class="ar-barcode">Barcode</th>
113
                                    <th class="ar-patron">Patron</th>
113
                                    <th class="ar-patron">Patron</th>
114
                                    <th class="ar-date">Date</th>
114
                                    <th class="ar-date">Date</th>
115
                                    <th class="ar-actions">Actions</th>
115
                                    <th class="ar-actions noExport">Actions</th>
116
                                </tr>
116
                                </tr>
117
                            </thead>
117
                            </thead>
118
118
Lines 217-223 Link Here
217
                                    <th class="ar-barcode">Barcode</th>
217
                                    <th class="ar-barcode">Barcode</th>
218
                                    <th class="ar-patron">Patron</th>
218
                                    <th class="ar-patron">Patron</th>
219
                                    <th class="ar-date">Date</th>
219
                                    <th class="ar-date">Date</th>
220
                                    <th class="ar-actions">Actions</th>
220
                                    <th class="ar-actions noExport">Actions</th>
221
                                </tr>
221
                                </tr>
222
                            </thead>
222
                            </thead>
223
223
(-)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 89-95 Link Here
89
                        <th class="NoSort">Other course reserves</th>
89
                        <th class="NoSort">Other course reserves</th>
90
                        <th>Status</th>
90
                        <th>Status</th>
91
                        [% IF CAN_user_coursereserves_add_reserves || CAN_user_coursereserves_delete_reserves %]
91
                        [% IF CAN_user_coursereserves_add_reserves || CAN_user_coursereserves_delete_reserves %]
92
                            <th class="NoSort">Actions</th>
92
                            <th class="NoSort noExport">Actions</th>
93
                        [% END %]
93
                        [% END %]
94
                    </tr>
94
                    </tr>
95
                </thead>
95
                </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 55-61 Link Here
55
          <th>Note</th>
55
          <th>Note</th>
56
          <th>Amount</th>
56
          <th>Amount</th>
57
          <th>Outstanding</th>
57
          <th>Outstanding</th>
58
          <th>Actions</th>
58
          <th class="NoSort noExport">Actions</th>
59
        </tr>
59
        </tr>
60
    </thead>
60
    </thead>
61
61
(-)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 72-78 Link Here
72
                    <th>Description</th>
72
                    <th>Description</th>
73
                    <th>Price</th>
73
                    <th>Price</th>
74
                    <th>Total</th>
74
                    <th>Total</th>
75
                    <th>Actions</th>
75
                    <th class="noExport">Actions</th>
76
                </thead>
76
                </thead>
77
                <tbody>
77
                <tbody>
78
                    [% FOREACH accountline IN accountlines %]
78
                    [% FOREACH accountline IN accountlines %]
Lines 161-167 Link Here
161
                    <th>Description</th>
161
                    <th>Description</th>
162
                    <th>Price</th>
162
                    <th>Price</th>
163
                    <th>Total</th>
163
                    <th>Total</th>
164
                    <th>Actions</th>
164
                    <th class="noExport">Actions</th>
165
                </thead>
165
                </thead>
166
                <tbody>
166
                <tbody>
167
                    [% FOREACH accountline IN past_accountlines %]
167
                    [% FOREACH accountline IN past_accountlines %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt (-1 / +1 lines)
Lines 57-63 Link Here
57
                            <th>Income (cash)</th>
57
                            <th>Income (cash)</th>
58
                            <th>Outgoing (cash)</th>
58
                            <th>Outgoing (cash)</th>
59
                            [% IF CAN_user_cash_management_cashup %]
59
                            [% IF CAN_user_cash_management_cashup %]
60
                            <th>Actions</th>
60
                            <th class="noExport">Actions</th>
61
                            [% END %]
61
                            [% END %]
62
                        </thead>
62
                        </thead>
63
                        <tbody>
63
                        <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>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 (-2 / +2 lines)
Lines 142-149 Link Here
142
                                    <th>Module</th>
142
                                    <th>Module</th>
143
                                    <th>Code</th>
143
                                    <th>Code</th>
144
                                    <th>Name</th>
144
                                    <th>Name</th>
145
                                    <th class="nosort">Copy notice</th>
145
                                    <th class="NoSort noExport">Copy notice</th>
146
                                    <th class="nosort">Actions</th>
146
                                    <th class="NoSort noExport">Actions</th>
147
                                </tr>
147
                                </tr>
148
                            </thead>
148
                            </thead>
149
                            <tbody>
149
                            <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt (-1 / +1 lines)
Lines 69-75 Link Here
69
                        <thead>
69
                        <thead>
70
                            <tr>
70
                            <tr>
71
                                <th>Template</th>
71
                                <th>Template</th>
72
                                <th>Actions</th>
72
                                <th class="noExport">Actions</th>
73
                            </tr>
73
                            </tr>
74
                        </thead>
74
                        </thead>
75
                        <tbody>
75
                        <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 (-5 / +5 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>
Lines 256-261 Link Here
256
    [% Asset.js("js/tools-menu.js") | $raw %]
256
    [% Asset.js("js/tools-menu.js") | $raw %]
257
    [% INCLUDE 'datatables.inc' %]
257
    [% INCLUDE 'datatables.inc' %]
258
    [% Asset.js("js/file-upload.js") | $raw %]
258
    [% Asset.js("js/file-upload.js") | $raw %]
259
    [% INCLUDE 'columns_settings.inc' %]
259
    <script>
260
    <script>
260
        function StartUpload() {
261
        function StartUpload() {
261
            if( $('#fileToUpload').prop('files').length == 0 ) return;
262
            if( $('#fileToUpload').prop('files').length == 0 ) return;
Lines 382-393 Link Here
382
            window.close();
383
            window.close();
383
        }
384
        }
384
        $(document).ready(function() {
385
        $(document).ready(function() {
385
            $("#uploadresults").dataTable($.extend(true, {}, dataTablesDefaults, {
386
            KohaTable("uploadresults",{
386
                "aoColumnDefs": [
387
                "aoColumnDefs": [
387
                    { 'bSortable': false, 'aTargets': [ 'nosort' ] }
388
                    { 'bSortable': false, 'aTargets': [ 'NoSort' ] }
388
                ],
389
                ],
389
                "sPaginationType": "full"
390
            });
390
            }));
391
            [% IF msg %]
391
            [% IF msg %]
392
                ShowAlerts( [% msg | html %] );
392
                ShowAlerts( [% msg | html %] );
393
            [% END %]
393
            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-1 / +1 lines)
Lines 350-356 Link Here
350
                        <th>Sort by</th>
350
                        <th>Sort by</th>
351
                        <th>Creation date</th>
351
                        <th>Creation date</th>
352
                        <th>Modification date</th>
352
                        <th>Modification date</th>
353
                        <th>Actions</th>
353
                        <th class="noExport">Actions</th>
354
                    </tr>
354
                    </tr>
355
                    <tr class="filters_row">
355
                    <tr class="filters_row">
356
                        <th></th>
356
                        <th></th>
(-)a/koha-tmpl/intranet-tmpl/prog/js/letter.js (-9 lines)
Lines 45-58 $(document).ready(function() { Link Here
45
        "autoWidth": false,
45
        "autoWidth": false,
46
        "paging": false,
46
        "paging": false,
47
        "aaSorting": [[ 3, "asc" ]],
47
        "aaSorting": [[ 3, "asc" ]],
48
        "columnDefs": [
49
            { "bSortable": false, "aTargets": [ "nosort" ] },
50
            { "sType": "title-string", "aTargets" : [ "title-string"] }
51
        ],
52
        "oLanguage": {
53
            "sZeroRecords": MSG_NO_NOTICE_FOUND
54
        },
55
        "exportColumns": [0,1,2,3],
56
    }, columns_settings);
48
    }, columns_settings);
57
49
58
    if( no_op_set ){
50
    if( no_op_set ){
59
- 

Return to bug 26602