Bugzilla – Attachment 117212 Details for
Bug 26602
Datatables - Actions columns should not be exported
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26602: [20.05.x] Don't export "actions" column
Bug-26602-2005x-Dont-export-actions-column.patch (text/plain), 47.41 KB, created by
Nick Clemens (kidclamp)
on 2021-02-23 16:05:57 UTC
(
hide
)
Description:
Bug 26602: [20.05.x] Don't export "actions" column
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-02-23 16:05:57 UTC
Size:
47.41 KB
patch
obsolete
>From d723be04d19a807777fc7afcf6bb18659120e4ab 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: [20.05.x] 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 > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> > >Bug 26602: (QA follow-up) Cleanup datatables settings > >On letter.tt we had nosort and set things via settings that are default in KohaTable so removed >those from letter.js. Also made the last updated column exportable > >On upload.tt the noExport didn't do anything, because we couldn't export, so moved to used KohaTable > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> > >Bug 26602: Rebase fixes >--- > .../prog/en/includes/mana/mana-report-search-result.inc | 2 +- > .../prog/en/includes/mana/mana-subscription-search-result.inc | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt | 2 +- > .../intranet-tmpl/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 +- > 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 +- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt | 6 +++--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt | 2 +- > .../intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt | 2 +- > .../intranet-tmpl/prog/en/modules/admin/items_search_fields.tt | 2 +- > .../prog/en/modules/admin/marc_subfields_structure.tt | 3 ++- > .../intranet-tmpl/prog/en/modules/admin/matching-rules.tt | 2 +- > .../intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 6 +++--- > .../intranet-tmpl/prog/en/modules/admin/systempreferences.tt | 2 +- > koha-tmpl/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 ++-- > koha-tmpl/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 +- > koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/members/apikeys.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt | 2 +- > koha-tmpl/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 +- > koha-tmpl/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 +- > .../intranet-tmpl/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 +- > koha-tmpl/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 | 4 ++-- > .../prog/en/modules/tools/marc_modification_templates.tt | 2 +- > .../intranet-tmpl/prog/en/modules/tools/problem-reports.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt | 10 +++++----- > .../intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/js/letter.js | 8 -------- > 57 files changed, 69 insertions(+), 76 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 5f0dc43ac6..2457cd83b9 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 7a7df3e265..0b0f631899 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 fb228f65d2..489475adb4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >@@ -147,7 +147,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 3cea6c7a10..779fb0595c 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 d270976218..3332e6e116 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 12bb308303..1127514847 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/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >index 5dc947fbac..f18bbd45f1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >@@ -193,7 +193,7 @@ > <th>MARC organization code</th> > <th>IP</th> > <th>Pickup location</th> >- <th>Actions</th> >+ <th data-class-name="actions noExport">Actions</th> > </tr> > </thead> > <tbody> >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 3496015b03..f00c7dbffb 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 >@@ -133,7 +133,7 @@ > <th>Library</th> > <th>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 1f6dfd8cea..850898697d 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 >@@ -124,7 +124,7 @@ > <th>Description</th> > <th>Available for</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 e16313110b..33dadc566e 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>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 48808ffe46..5de8f1766f 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 df5395cedf..46764d9aeb 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 >@@ -270,6 +270,7 @@ > [% END %] > > >+<<<<<<< HEAD > [% IF ( else ) %] > <h1>MARC subfield structure admin for [% tagfield | html %] [% IF ( frameworkcode ) %](framework [% frameworkcode | html %])[% ELSE %](default framework)[% END %]</h1> > <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> >@@ -281,7 +282,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 9eccfaa329..e08b7b265c 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 >@@ -452,7 +452,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 b15529ceda..0c6ccf9937 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 >@@ -225,7 +225,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 04b44c60ab..d9ff8d7191 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 >@@ -88,7 +88,7 @@ > <tr> > <th>Patron category</th> > <th>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> >@@ -117,7 +117,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> >@@ -465,7 +465,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/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 51aa454619..987a870076 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 >@@ -79,7 +79,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 10e69f48a4..ec09e7ec05 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 >@@ -112,7 +112,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> > >@@ -217,7 +217,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 2258635d92..49ce43125c 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 56cb7b9780..7543771869 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 >@@ -89,7 +89,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 b6286d70a1..27c3b20456 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >@@ -55,7 +55,7 @@ > <th>Note</th> > <th>Amount</th> > <th>Outstanding</th> >- <th>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 a967b9e600..a34d87d3f1 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"> </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 e786485684..438acb4809 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 e02a974f7f..bdb2262e1e 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 eb400a19f0..14801ad90b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt >@@ -72,7 +72,7 @@ > <th>Description</th> > <th>Price</th> > <th>Total</th> >- <th>Actions</th> >+ <th class="noExport">Actions</th> > </thead> > <tbody> > [% FOREACH accountline IN accountlines %] >@@ -161,7 +161,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 384bae596c..d9a0453167 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt >@@ -57,7 +57,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 99507b9425..0e8559154d 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"> </th> > [% END %] >- <th>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 091451c2a7..d17e61821d 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 b239efe571..5d892221ab 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 c361fc08e6..4480f47efa 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 e588174d32..3e67352a59 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 1b777fe1c5..2047542f31 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 313e44bebf..52a45383c2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >@@ -142,8 +142,8 @@ > <th>Module</th> > <th>Code</th> > <th>Name</th> >- <th class="nosort">Copy notice</th> >- <th class="nosort">Actions</th> >+ <th class="NoSort noExport">Copy notice</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 14fda8f1b5..0943ba7dbf 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 >@@ -69,7 +69,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 4b59c661a4..32e2db4aa6 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 dc5da4b0f2..8103d17abd 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 >@@ -53,7 +53,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..713ae723c7 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> >@@ -256,6 +256,7 @@ > [% Asset.js("js/tools-menu.js") | $raw %] > [% INCLUDE 'datatables.inc' %] > [% Asset.js("js/file-upload.js") | $raw %] >+ [% INCLUDE 'columns_settings.inc' %] > <script> > function StartUpload() { > if( $('#fileToUpload').prop('files').length == 0 ) return; >@@ -382,12 +383,11 @@ > window.close(); > } > $(document).ready(function() { >- $("#uploadresults").dataTable($.extend(true, {}, dataTablesDefaults, { >+ KohaTable("uploadresults",{ > "aoColumnDefs": [ >- { 'bSortable': false, 'aTargets': [ 'nosort' ] } >+ { 'bSortable': false, 'aTargets': [ 'NoSort' ] } > ], >- "sPaginationType": "full" >- })); >+ }); > [% IF msg %] > ShowAlerts( [% msg | html %] ); > [% END %] >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 fddb934918..cc8ed73cde 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt >@@ -350,7 +350,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> >diff --git a/koha-tmpl/intranet-tmpl/prog/js/letter.js b/koha-tmpl/intranet-tmpl/prog/js/letter.js >index 7f4cb2ef6d..e1c429251f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/letter.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/letter.js >@@ -45,14 +45,6 @@ $(document).ready(function() { > "autoWidth": false, > "paging": false, > "aaSorting": [[ 3, "asc" ]], >- "columnDefs": [ >- { "bSortable": false, "aTargets": [ "nosort" ] }, >- { "sType": "title-string", "aTargets" : [ "title-string"] } >- ], >- "oLanguage": { >- "sZeroRecords": MSG_NO_NOTICE_FOUND >- }, >- "exportColumns": [0,1,2,3], > }, columns_settings); > > if( no_op_set ){ >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 26602
:
115237
|
115249
|
116433
|
116434
|
117203
| 117212 |
117216