Bug 31834: Replace incorrect "table" class from MARC imports table
authorOwen Leonard <oleonard@myacpl.org>
Mon, 24 Oct 2022 14:08:37 +0000 (14:08 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 24 Oct 2022 20:10:57 +0000 (17:10 -0300)
commit456448c7d4bc228f04e939e8dbdc1cf765c4e311
treece5a9f7d57087f5809ff5e90f53bd223f4be7c9b
parent5bc1b249de8714925acb1485b0aaabe69e4db36b
Bug 31834: Replace incorrect "table" class from MARC imports table

The table containing staged MARC record batches has a "table" class
added to the <table> tag, which is inconsistent with other tables in the
staff interface. The class pulls in default table styles from Bootstrap
which aren't consistent.

There are a few other non-DataTable tables have the the class
"dataTable" added in order to make them more consistent. I think this
table should have that class too. The template is also modified to give
the table a <thead> and <tbody>, with indentation corrected accordingly.

To test, apply the patch and go to Cataloging -> Manage staged records.

The table of staged records should look correct, with style matching
DataTables elsewhere in Koha, e.g. Administration -> Libraries.

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt