Koha/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing
Owen Leonard 93866a2320
Bug 34913: DataTables upgrade: Update CSS and option names
This patch makes two categories of changes:

1. CSS changes to accommodate changes in DataTables default CSS and
   markup structure. I've tried to make sure all of our Koha-specific
   styles are still applying.

   This change necessitates a rebuild of staff interface CSS.

2. DataTables option names: In this version of DataTables you can't
   override a default which uses CamelCase (e.g. "pagingType") with one
   in "Hungarian" notation, e.g. "sPaginationType." Since we define many
   default options in prog/js/datatables.js in camel case, any template
   which previously used a Hungarian notation option to override the
   default has now been updated to use the CamelCase version.

   See https://datatables.net/upgrade/1.10-convert#Options for a summary
   of the different option name changes.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
2024-01-26 15:13:40 +01:00
..
value_builder Bug 35453: Fix wrong 'Laserdisc)' string on 007 builder (MARC21) 2023-12-07 11:16:25 +01:00
addbiblio.tt Bug 35651: Add check to make sure user has advanced_editor permission 2024-01-16 12:06:12 +01:00
addbooks.tt
additem.tt
cataloging-home.tt Bug 31477: Use clipboard icon for inventory 2023-11-03 12:04:47 -03:00
concerns.tt
editor.tt Bug 34275: Add toggle switch for basic/advanced cataloging editors 2023-11-06 14:57:20 -03:00
linkitem.tt
merge.tt
moveitem.tt
z3950_auth_search.tt Bug 34913: DataTables upgrade: Update CSS and option names 2024-01-26 15:13:40 +01:00
z3950_search.tt Bug 34913: DataTables upgrade: Update CSS and option names 2024-01-26 15:13:40 +01:00