From eb7f5ca41a5ea3b77c4b39badaa4054af9f6b1a7 Mon Sep 17 00:00:00 2001
From: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Date: Mon, 18 Jan 2021 11:26:22 +0100
Subject: [PATCH] Bug 26602: Don't export "actions" column

This patch add the noExport class to all "Actions" columns in the
codebase.
It's a stupid search and replace, maybe the class is added to table
where there is no export button.

Test plan:
Search tables where the export button is available. Confirm that the
"Actions" columns is not exported.
Example: /admin/branches.pl, /admin/cities.pl
---
 .../prog/en/includes/mana/mana-report-search-result.inc     | 2 +-
 .../en/includes/mana/mana-subscription-search-result.inc    | 2 +-
 .../intranet-tmpl/prog/en/modules/acqui/booksellers.tt      | 2 +-
 .../intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt      | 2 +-
 .../intranet-tmpl/prog/en/modules/acqui/neworderempty.tt    | 2 +-
 .../intranet-tmpl/prog/en/modules/acqui/orderreceive.tt     | 2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt   | 2 +-
 .../prog/en/modules/admin/additional-fields.tt              | 2 +-
 .../intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt  | 4 ++--
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt  | 2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt     | 2 +-
 .../intranet-tmpl/prog/en/modules/admin/background_jobs.tt  | 2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt   | 2 +-
 .../intranet-tmpl/prog/en/modules/admin/cash_registers.tt   | 2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt     | 2 +-
 .../intranet-tmpl/prog/en/modules/admin/classsources.tt     | 6 +++---
 .../intranet-tmpl/prog/en/modules/admin/credit_types.tt     | 2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt   | 2 +-
 .../intranet-tmpl/prog/en/modules/admin/debit_types.tt      | 2 +-
 .../intranet-tmpl/prog/en/modules/admin/edi_accounts.tt     | 2 +-
 .../intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt | 2 +-
 .../prog/en/modules/admin/items_search_fields.tt            | 2 +-
 .../prog/en/modules/admin/marc_subfields_structure.tt       | 2 +-
 .../intranet-tmpl/prog/en/modules/admin/matching-rules.tt   | 2 +-
 .../prog/en/modules/admin/patron-attr-types.tt              | 2 +-
 .../intranet-tmpl/prog/en/modules/admin/smart-rules.tt      | 6 +++---
 .../intranet-tmpl/prog/en/modules/admin/smtp_servers.tt     | 2 +-
 .../prog/en/modules/admin/systempreferences.tt              | 2 +-
 .../intranet-tmpl/prog/en/modules/admin/z3950servers.tt     | 2 +-
 .../prog/en/modules/cataloguing/z3950_auth_search.tt        | 2 +-
 .../intranet-tmpl/prog/en/modules/circ/article-requests.tt  | 4 ++--
 .../intranet-tmpl/prog/en/modules/circ/checkout-notes.tt    | 2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt      | 2 +-
 .../prog/en/modules/course_reserves/course-details.tt       | 2 +-
 .../intranet-tmpl/prog/en/modules/labels/label-manage.tt    | 2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/members/apikeys.tt  | 2 +-
 .../intranet-tmpl/prog/en/modules/members/boraccount.tt     | 2 +-
 .../intranet-tmpl/prog/en/modules/members/housebound.tt     | 2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt      | 2 +-
 .../intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt | 2 +-
 .../intranet-tmpl/prog/en/modules/patroncards/manage.tt     | 2 +-
 .../intranet-tmpl/prog/en/modules/plugins/plugins-home.tt   | 2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt     | 4 ++--
 koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt    | 2 +-
 .../prog/en/modules/reports/guided_reports_start.tt         | 2 +-
 .../prog/en/modules/serials/checkexpiration.tt              | 2 +-
 .../intranet-tmpl/prog/en/modules/serials/serials-search.tt | 2 +-
 .../prog/en/modules/serials/subscription-frequencies.tt     | 2 +-
 .../prog/en/modules/serials/subscription-numberpatterns.tt  | 2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt      | 2 +-
 .../intranet-tmpl/prog/en/modules/tools/csv-profiles.tt     | 2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt  | 2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt     | 2 +-
 .../prog/en/modules/tools/marc_modification_templates.tt    | 2 +-
 .../intranet-tmpl/prog/en/modules/tools/problem-reports.tt  | 2 +-
 .../intranet-tmpl/prog/en/modules/tools/quotes-upload.tt    | 2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt     | 2 +-
 .../intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 2 +-
 58 files changed, 65 insertions(+), 65 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-report-search-result.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-report-search-result.inc
index da67d1c452..49920699f4 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-report-search-result.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-report-search-result.inc
@@ -41,7 +41,7 @@
                                     <th class="title-string" title="Last time a library used this pattern">Last import</th>
                                     <th> Comments </th>
                                     [% UNLESS search_only %]
-                                        <th class="NoSort">Actions</th>
+                                        <th class="NoSort noExport">Actions</th>
                                     [% END %]
                                 </tr>
                             </thead>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-subscription-search-result.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-subscription-search-result.inc
index 1ffef40c31..9725e239ba 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-subscription-search-result.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-subscription-search-result.inc
@@ -19,7 +19,7 @@
                     <th class="title-string" title="Last time a library used this pattern">Last import</th>
                     <th> Comments </th>
                     [% UNLESS search_only %]
-                      <th class="NoSort">Actions</th>
+                      <th class="NoSort noExport">Actions</th>
                     [% END %]
                 </tr>
             </thead>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt
index 6271d8d0b1..1adb7f0be9 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt
@@ -92,7 +92,7 @@
                                     <th class="title-string">Date</th>
                                     <th>Basket group</th>
                                     <th class="title-string">Closed</th>
-                                    <th>Actions</th>
+                                    <th class="noExport">Actions</th>
                                 </tr>
                             </thead>
                             <tbody>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt
index 9c69e8afcb..12797d7d97 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt
@@ -38,7 +38,7 @@
 <th>Vendor</th>
 <th>Details</th>
 <th>Filename</th>
-<th>Actions</th>
+<th class="noExport">Actions</th>
 </tr>
 </thead>
 <tbody>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt
index 37d4f99cce..eedad26f8c 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt
@@ -258,7 +258,7 @@
               <table>
                   <thead>
                       <tr>
-                          <th>Actions</th>
+                          <th class="noExport">Actions</th>
                           <th>Barcode</th>
                           <th>Home library</th>
                           <th>Holding library</th>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt
index 578a08ae65..a466434c94 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt
@@ -149,7 +149,7 @@
                 <table>
                     <thead>
                         <tr>
-                            <th>Actions</th>
+                            <th class="noExport">Actions</th>
                             <th>Barcode</th>
                             <th>Home library</th>
                             <th>Holding library</th>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt
index b4aaa6d70b..1a2bf9dfde 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt
@@ -358,7 +358,7 @@
                         <th scope="col" class="title-string">Start date</th>
                         <th scope="col" class="title-string">End date</th>
                         [% IF CAN_user_acquisition_contracts_manage %]
-                            <th scope="col" class="NoSort">Actions</th>
+                            <th scope="col" class="NoSort noExport">Actions</th>
                         [% END %]
                     </tr>
                   </thead>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt
index a2dbb632e2..2f75f21ce8 100755
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt
@@ -91,7 +91,7 @@
                             <th>MARC field</th>
                         [% END %]
                         <th>Searchable</th>
-                        <th>Actions</th>
+                        <th class="noExport">Actions</th>
                     </tr>
                 </thead>
                 <tbody>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt
index fbd971f7ca..092b14d439 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt
@@ -430,7 +430,7 @@
               <th class="title-string">End date</th>
               <th>Locked</th>
               <th>Total</th>
-              <th>Actions</th>
+              <th class="noExport">Actions</th>
             </tr>
           </thead>
           <tbody>
@@ -466,7 +466,7 @@
                   <th class="title-string">End date</th>
                   <th>Locked</th>
                   <th>Total</th>
-                  <th>Actions</th>
+                  <th class="noExport">Actions</th>
               </tr>
           </thead>
           <tbody>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt
index 0fc2223de9..eea28784ea 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt
@@ -73,7 +73,7 @@
             <th>Total spent</th>
             <th>Base-level available</th>
             <th>Total available</th>
-            <th>Actions</th>
+            <th class="noExport">Actions</th>
         </tr>
     </thead>
     <tfoot>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt
index f6b07244dd..3b7724732a 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt
@@ -65,7 +65,7 @@
     [% END %]
 
     <th class="remaining">Fund remaining</th>
-    <th>Actions</th>
+    <th class="noExport">Actions</th>
     </tr>
     </thead>
 
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt
index 38d38cb63c..e686928df9 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt
@@ -152,7 +152,7 @@
                     <th>Enqueued on</th>
                     <th>Started on</th>
                     <th>Ended on</th>
-                    <th>Actions</th>
+                    <th class="noExport">Actions</th>
                 </tr>
             </thead>
             <tbody>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt
index 535d2e5c6b..86060784a8 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt
@@ -214,7 +214,7 @@
                     <th>IP</th>
                     <th>Pickup location</th>
                     <th>SMTP server</th>
-                    <th data-class-name="actions">Actions</th>
+                    <th data-class-name="actions noExport">Actions</th>
                 </tr>
             </thead>
         </table>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt
index 95b3c04761..c93e72c115 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt
@@ -131,7 +131,7 @@
                        <th>Library</th>
                        <th>Library default</th>
                        <th>Initial float</th>
-                       <th>Actions</th>
+                       <th class="noExport">Actions</th>
                    </thead>
                    <tbody>
                    [% FOREACH cash_register IN cash_registers %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt
index 618e757773..3a4e6f5097 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt
@@ -142,7 +142,7 @@
                     <th>State</th>
                     <th>ZIP/Postal code</th>
                     <th>Country</th>
-                    <th data-class-name="actions">Actions</th>
+                    <th data-class-name="actions noExport">Actions</th>
                 </tr>
             </thead>
         </table>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt
index aee77dadf6..93a4fd86f0 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt
@@ -294,7 +294,7 @@
     <th>In use</th>
     <th>Filing rule</th>
     <th>Splitting rule</th>
-    <th>Actions</th>
+    <th class="noExport">Actions</th>
   </tr>
   [% FOREACH class_source IN class_sources %]
   <tr>
@@ -317,7 +317,7 @@
     <th>Code</th>
     <th>Description</th>
     <th>Sorting routine</th>
-    <th>Actions</th>
+    <th class="noExport">Actions</th>
   </tr>
   [% FOREACH rule IN sort_rules %]
   <tr>
@@ -338,7 +338,7 @@
     <th>Code</th>
     <th>Description</th>
     <th>Splitting routine</th>
-    <th>Actions</th>
+    <th class="noExport">Actions</th>
   </tr>
   [% FOREACH rule IN split_rules %]
   <tr>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt
index 0169ea25b4..02ea79bdbc 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt
@@ -144,7 +144,7 @@
                                 <th>Available for</th>
                                 <th>Credit number enabled</th>
                                 <th>Library limitations</th>
-                                <th>Actions</th>
+                                <th class="noExport">Actions</th>
                             </thead>
                             <tbody>
                                 [% FOREACH credit_type IN credit_types %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt
index 90279ac89e..e427c76f7a 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt
@@ -183,7 +183,7 @@
             <th class="title-string">Last updated</th>
             <th>Active</th>
             <th>Archived</th>
-            <th class="NoSort">Actions</th>
+            <th class="NoSort noExport">Actions</th>
         </tr>
       </thead>
       <tbody>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt
index 736a1815be..c6828d10fc 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt
@@ -138,7 +138,7 @@
                                 <th>Default amount</th>
                                 <th>Available for</th>
                                 <th>Library limitations</th>
-                                <th>Actions</th>
+                                <th class="noExport">Actions</th>
                             </thead>
                             <tbody>
                                 [% FOREACH debit_type IN debit_types %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt
index 980c2e7f85..db0ae0ad29 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt
@@ -259,7 +259,7 @@
        <th>Invoices</th>
        <th>Responses</th>
        <th>Auto ordering</th>
-       <th>Actions</th>
+       <th class="noExport">Actions</th>
     </tr>
     [% FOREACH account IN ediaccounts %]
     <tr>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt
index 3cc14a247e..9aaf0b732e 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt
@@ -138,7 +138,7 @@
             <th>Description</th>
             <th>EAN</th>
             <th>Qualifier</th>
-            <th>Actions</th>
+            <th class="noExport">Actions</th>
         </tr>
         [% FOREACH ean IN eans %]
             <tr>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt
index b68b6bd77f..52eb80bd8e 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt
@@ -65,7 +65,7 @@
                         <th>MARC field</th>
                         <th>MARC subfield</th>
                         <th>Authorised values category</th>
-                        <th>Actions</th>
+                        <th class="noExport">Actions</th>
                       </tr>
                     </thead>
                     <tbody>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt
index 86b2d7959e..84ce249425 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt
@@ -327,7 +327,7 @@
                                     <th>Subfield</th>
                                     <th>Text</th>
                                     <th>Constraints</th>
-                                    <th class="NoSort">Actions</th>
+                                    <th class="NoSort noExport">Actions</th>
                                 </tr>
                             </thead>
                             <tbody>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt
index 1de1316ab9..b9c21edbce 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt
@@ -438,7 +438,7 @@
                                 <th>#</th>
                                 <th>Code</th>
                                 <th>Description</th>
-                                <th>Actions</th>
+                                <th class="noExport">Actions</th>
                             </tr>
                             [% FOREACH available_matching_rule IN available_matching_rules %]
                                 <tr>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt
index 227daf7137..d98a22752a 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt
@@ -246,7 +246,7 @@
           <th>Code</th>
           <th>Description</th>
           <th>Branches limitation</th>
-          <th>Actions</th>
+          <th class="noExport">Actions</th>
         </tr>
       </thead>
       <tbody>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt
index 5da9b3fb10..d41e9ecc50 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt
@@ -94,7 +94,7 @@
                 <th class="fixed_sort">Patron category</th>
                 <th>&nbsp;</th>
                 <th class="fixed_sort">Item type</th>
-                <th>Actions</th>
+                <th class="noExport">Actions</th>
                 <th>Note</th>
                 <th>Current checkouts allowed</th>
                 <th>Current on-site checkouts allowed</th>
@@ -128,7 +128,7 @@
                 <th>OPAC item level holds</th>
                 <th>Article requests</th>
                 <th>Rental discount (%)</th>
-                <th>Actions</th>
+                <th class="noExport">Actions</th>
             </tr>
             </thead>
             <tbody>
@@ -527,7 +527,7 @@
                     <th>Hold policy</th>
                     <th>Hold pickup library match</th>
                     <th>Return policy</th>
-                    <th>Actions</th>
+                    <th class="noExport">Actions</th>
                 </tr>
                 <tr>
                     <td><em>Defaults</em></td>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt
index 506fb7fb1f..00c40e98a4 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt
@@ -229,7 +229,7 @@ SMTP servers
                     <th>Timeout (secs)</th>
                     <th>SSL</th>
                     <th>Authenticated</th>
-                    <th data-class-name="actions">Actions</th>
+                    <th data-class-name="actions noExport">Actions</th>
                 </tr>
             </thead>
         </table>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt
index 019d945796..31af56ab02 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt
@@ -248,7 +248,7 @@
         <th>Preference</th>
         <th>Explanation</th>
         <th>Value</th>
-        <th>Actions</th>
+        <th class="noExport">Actions</th>
         </tr></thead>
     [% END %]
     <tbody>[% FOREACH loo IN loop %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt
index 45117ad44d..abff6947c4 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt
@@ -162,7 +162,7 @@
     [% END %]
     <table id="serverst">
 
-        <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>
+        <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>
         </tr></thead>
         <tbody>
         [% FOREACH loo IN loop %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt
index ee07f953d7..06020a6887 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt
@@ -80,7 +80,7 @@
         <th>Server</th>
         <th>Heading</th>
         <th>Authority Type</th>
-        <th>Actions</th>
+        <th class="noExport">Actions</th>
     </tr></thead>
     <tbody>[% FOREACH breeding_loo IN breeding_loop %]
         [% IF ( breeding_loo.breedingid ) %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt
index 80c7a46e30..eec1c7432e 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt
@@ -122,7 +122,7 @@
                                     <th class="ar-barcode">Barcode</th>
                                     <th class="ar-patron">Patron</th>
                                     <th class="ar-date">Date</th>
-                                    <th class="ar-actions">Actions</th>
+                                    <th class="ar-actions noExport">Actions</th>
                                 </tr>
                             </thead>
 
@@ -223,7 +223,7 @@
                                     <th class="ar-barcode">Barcode</th>
                                     <th class="ar-patron">Patron</th>
                                     <th class="ar-date">Date</th>
-                                    <th class="ar-actions">Actions</th>
+                                    <th class="ar-actions noExport">Actions</th>
                                 </tr>
                             </thead>
 
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt
index fa8f783735..693b752540 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt
@@ -70,7 +70,7 @@
                                 <th class="title-string">Date</th>
                                 <th>Set by</th>
                                 <th>Status</th>
-                                <th class="NoSort">Actions</th>
+                                <th class="NoSort noExport">Actions</th>
                             </tr>
                         </thead>
                         <tbody>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt
index 678a283c7f..f7db215b35 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt
@@ -59,7 +59,7 @@
                                 <th>Public enrollment</th>
                                 <th>Email required</th>
                                 <th>Library</th>
-                                <th>Actions</th>
+                                <th class="noExport">Actions</th>
                             </tr>
                         </thead>
                         <tbody>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt
index 2ea511a363..aed553c2fb 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt
@@ -92,7 +92,7 @@
                         <th class="NoSort">Other course reserves</th>
                         <th>Status</th>
                         [% IF CAN_user_coursereserves_add_reserves || CAN_user_coursereserves_delete_reserves %]
-                            <th class="NoSort">Actions</th>
+                            <th class="NoSort noExport">Actions</th>
                         [% END %]
                     </tr>
                 </thead>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt
index 86e8fa2200..35c3afd6ae 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt
@@ -67,7 +67,7 @@
                                                     [% CASE 'Template ID'     %]<th>Template ID</th>
                                                     [% CASE 'Template Name'   %]<th>Template name</th>
                                                     [% CASE 'Description'     %]<th>Description</th>
-                                                    [% CASE 'Actions'         %]<th>Actions</th>
+                                                    [% CASE 'Actions'         %]<th class="noExport">Actions</th>
                                                     [% CASE 'Profile ID'      %]<th>Profile ID</th>
                                                     [% CASE 'Printer Name'    %]<th>Printer name</th>
                                                     [% CASE 'Paper Bin'       %]<th>Paper bin</th>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/apikeys.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/apikeys.tt
index 3285dc15e0..6389e1994a 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/apikeys.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/apikeys.tt
@@ -55,7 +55,7 @@
                                     <th>Client ID</th>
                                     <th>Secret</th>
                                     <th>Active</th>
-                                    <th>Actions</th>
+                                    <th class="noExport">Actions</th>
                                 </tr>
                             </thead>
                             <tbody>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt
index 84cde2f3f0..195ccad896 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt
@@ -59,7 +59,7 @@
           <th>Note</th>
           <th>Amount</th>
           <th>Outstanding</th>
-          <th class="NoSort">Actions</th>
+          <th class="NoSort noExport">Actions</th>
         </tr>
     </thead>
 
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt
index 38a2cbabe6..d9515160f7 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt
@@ -380,7 +380,7 @@
                 [% IF  housebound_visits.size > 0 %]
                 <table border="0" width="100%" cellpadding="3" cellspacing="0">
                   <tr>
-                    <th>ID</th><th>Date</th><th>Chooser</th><th>Deliverer</th><th>Actions</th>
+                    <th>ID</th><th>Date</th><th>Chooser</th><th>Deliverer</th><th class="noExport">Actions</th>
                   </tr>
                     [% FOREACH entry IN housebound_visits %]
                     <tr>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt
index f151c65dfd..dcdc115517 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt
@@ -45,7 +45,7 @@
 <thead>
 <tr>
     <th class="NoSort">&nbsp;</th>
-    <th class="NoSort">Actions</th>
+    <th class="NoSort noExport">Actions</th>
     <th>Account type</th>
     <th>Description</th>
     <th class="title-string">Date</th>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt
index 6c03c3e2e3..c7f3d2ca1b 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt
@@ -79,7 +79,7 @@
                                                             [% CASE "Borrower Number" %]
                                                                 <th>Borrower number</th>
                                                             [% CASE "Actions " %]
-                                                                <th>Actions</th>
+                                                                <th class="noExport">Actions</th>
                                                             [% CASE "Select" -%]
                                                                 <th>Select</th>
                                                             [% CASE %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt
index 87ab3083a4..e624273593 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt
@@ -57,7 +57,7 @@
                                         [%-  CASE 'Layout ID'     -%]<th>Layout ID</th>
                                         [%-  CASE 'Layout'        -%]<th>Layout</th>
                                         [%-  CASE 'Action'        -%]<th>Action</th>
-                                        [%-  CASE 'Actions'       -%]<th>Actions</th>
+                                        [%-  CASE 'Actions'       -%]<th class="noExport">Actions</th>
                                         [%-  CASE 'Select'        -%][% IF ( print ) %]<th>Select</th>[% END %]
                                         [%-  CASE 'Template ID'   -%]<th>Template ID</th>
                                         [%-  CASE 'Template Name' -%]<th>Template name</th>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt
index 700c8d167b..a5d8073c17 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt
@@ -111,7 +111,7 @@
                                 <th>Maximum Koha version</th>
                                 <th>Last updated</th>
                                 [% IF ( CAN_user_plugins_configure || CAN_user_plugins_manage || CAN_user_plugins_report || CAN_user_plugins_tool ) %]
-                                    <th>Actions</th>
+                                    <th class="noExport">Actions</th>
                                 [% END %]
                             </tr>
 
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt
index 55c23fcdde..1564a0f8aa 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt
@@ -81,7 +81,7 @@
                     <th>Description</th>
                     <th>Price</th>
                     <th>Total</th>
-                    <th>Actions</th>
+                    <th class="noExport">Actions</th>
                 </thead>
                 <tbody>
                     [% FOREACH accountline IN accountlines %]
@@ -170,7 +170,7 @@
                     <th>Description</th>
                     <th>Price</th>
                     <th>Total</th>
-                    <th>Actions</th>
+                    <th class="noExport">Actions</th>
                 </thead>
                 <tbody>
                     [% FOREACH accountline IN past_accountlines %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt
index 65f593a1dc..493a4fd889 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt
@@ -64,7 +64,7 @@
                             <th>Income (cash)</th>
                             <th>Outgoing (cash)</th>
                             [% IF CAN_user_cash_management_cashup %]
-                            <th>Actions</th>
+                            <th class="noExport">Actions</th>
                             [% END %]
                         </thead>
                         <tbody>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt
index c04ffef6a4..ed5da2ac7c 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt
@@ -241,7 +241,7 @@
                                                 [% ELSE %]
                                                     <th class="hidden">&nbsp;</th>
                                                 [% END %]
-                                                <th class="NoSort">Actions</th>
+                                                <th class="NoSort noExport">Actions</th>
                                             </tr>
                                         </thead>
                                         <tbody>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt
index c71a3ea278..8830df97ad 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt
@@ -80,7 +80,7 @@
             <th>OPAC note</th>
             <th>Nonpublic note</th>
             <th>Expiration date</th>
-            <th>Actions</th>
+            <th class="noExport">Actions</th>
         </tr>
     [% FOREACH subscriptions_loo IN subscriptions_loop %]
         <tr>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt
index c2779760a9..3a538e1e8e 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt
@@ -62,7 +62,7 @@
             [% FOR field IN additional_fields_for_subscription %]
               <th>[% field.name | html %]</th>
             [% END %]
-            <th class="NoSort">Actions</th>
+            <th class="NoSort noExport">Actions</th>
         </tr>
       </thead>
       <tfoot>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-frequencies.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-frequencies.tt
index bb267bd68e..5ec803dee6 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-frequencies.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-frequencies.tt
@@ -133,7 +133,7 @@
                 <th>Issues per unit</th>
                 <th>Units per issue</th>
                 <th>Display order</th>
-                <th>Actions</th>
+                <th class="noExport">Actions</th>
               </tr>
             </thead>
             <tbody>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt
index d4cb9f0f4d..2d58cefebe 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt
@@ -268,7 +268,7 @@
                 <th>Description</th>
                 <th>Numbering formula</th>
                 <th>Display order</th>
-                <th>Actions</th>
+                <th class="noExport">Actions</th>
               </tr>
             </thead>
             <tbody>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt
index 52423659c7..224cd0bb42 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt
@@ -80,7 +80,7 @@ tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; }
 		<th>Status</th>
 		<th>Term</th>
 		<th>Weight</th>
-            <th class="NoSort">Actions</th>
+            <th class="NoSort noExport">Actions</th>
             [% UNLESS ( filter_approved_pending ) %]<th>Reviewer</th>[% END %]
         <th class="title-string">Date</th>
 	</tr>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt
index 1d2dbfd2d0..56d67652fe 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt
@@ -266,7 +266,7 @@
                 <th>CSV separator</th>
                 <th>CSV type</th>
                 <th>Usage</th>
-                <th>Actions</th>
+                <th class="noExport">Actions</th>
             </thead>
             <tbody>
                 [% FOREACH csv_profile IN csv_profiles %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt
index 2ad87f82a6..5867075c24 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt
@@ -124,7 +124,7 @@ Edit news item[% ELSE %]Add news item[% END %][% ELSE %]News[% END %]</div>
                         <th class="anti-the">Title</th>
                         <th>Author</th>
                         <th class="anti-the">News</th>
-                        <th class="NoSort">Actions</th>
+                        <th class="NoSort noExport">Actions</th>
                     </tr></thead>
                     <tbody>[% FOREACH opac_new IN opac_news %]
                          [% IF ( opac_new.expired ) %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt
index e4995a4a1f..aa73af614b 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt
@@ -146,7 +146,7 @@
                                     <th>Name</th>
                                     <th class="title-string">Last updated</th>
                                     <th class="nosort">Copy notice</th>
-                                    <th class="nosort">Actions</th>
+                                    <th class="nosort noExport">Actions</th>
                                 </tr>
                             </thead>
                             <tbody>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt
index 3e3db1997f..6c826d4f50 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt
@@ -70,7 +70,7 @@
                         <thead>
                             <tr>
                                 <th>Template</th>
-                                <th>Actions</th>
+                                <th class="noExport">Actions</th>
                             </tr>
                         </thead>
                         <tbody>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/problem-reports.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/problem-reports.tt
index 2a1ce36c32..bda67c2b47 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/problem-reports.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/problem-reports.tt
@@ -68,7 +68,7 @@
                                 <th class="title-string">Created on</th>
                                 <th>Set by</th>
                                 <th>Status</th>
-                                <th class="NoSort">Actions</th>
+                                <th class="NoSort noExport">Actions</th>
                             </tr>
                         </thead>
                         <tbody>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt
index d5fc8f7585..867a3628c3 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt
@@ -62,7 +62,7 @@
                     <tr>
                         <th>Source</th>
                         <th>Text</th>
-                        <th>Actions</th>
+                        <th class="noExport">Actions</th>
                     </tr>
                 </thead>
                 <tbody>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt
index 3ed10dcae3..3501c44763 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt
@@ -159,7 +159,7 @@
         <th>Category</th>
         [% IF !plugin %]<th>Public</th>[% END %]
         [% IF !plugin %]<th>Temporary</th>[% END %]
-        <th class="nosort">Actions</th>
+        <th class="nosort noExport">Actions</th>
     </tr>
     </thead>
     <tbody>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt
index 61d3b9bbe1..4fd5fdc2bf 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt
@@ -349,7 +349,7 @@
                         <th>Sort by</th>
                         <th>Creation date</th>
                         <th>Modification date</th>
-                        <th>Actions</th>
+                        <th class="noExport">Actions</th>
                     </tr>
                     <tr class="filters_row">
                         <th></th>
-- 
2.20.1