Koha/koha-tmpl/intranet-tmpl/prog/en/js
Owen Leonard 0936defa56 Bug 9882 - Use DataTables on batch modifications pages
The batch modification pages (edit and delete) use the old tablesorter
plugin. They should use DataTables instead. This patch makes the
following changes:

- Remove tablesorter plugin from batchMod.tt where it was unused.
- Replace tablesorter assets with DataTables assets on batch edit and
  batch delete pages.
- Replace tablesorter code with DataTables code in batchMod.js, which
  provides table sorting functionality for both batch templates.
- Move position of batchMod.js script inclusion so that DataTables
  assets are loaded first.
- Remove inline table sorting code from batch edit page since it is
  provided by batchMod.js

To test, load barcodes on both the batch edit and batch delete pages.
Test JavaScript-based functionality on each results page:

- Check/Uncheck all
- Hide/show columns
- Table sorting on a variety of different kinds of data columns

Batch operations should complete normally.
There should be no JavaScript error on the batch operation "landing
page" (batchMod.tt).

Signed-off-by: Melia Meggs <melia@bywatersolutions.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
All tests and QA script pass.
Checked both patches, no problems found.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
2013-03-30 20:33:52 -04:00
..
pages Bug 9882 - Use DataTables on batch modifications pages 2013-03-30 20:33:52 -04:00
tinymce
acq.js Bug 8942: Translation process breaks javascript 2013-01-31 11:00:24 -05:00
additem.js Bug 8495: Fix JS error when creating a new order 2012-08-28 17:51:24 +02:00
ajax.js Bug 9797 - Untranslatable strings have returned to ajax.js 2013-03-29 21:44:05 -04:00
background-job-progressbar.js
basket.js Bug 7368: Removing occurrences of dependant= feature in javascript open calls 2012-11-20 07:23:03 -05:00
cataloging.js Bug 9759: last subfield can be deleted 2013-03-29 22:48:52 -04:00
datatables.js Bug 9431 [Revised] Use DataTables on Patron Category Administration page 2013-03-11 08:46:22 -04:00
jquery.jeditable.mini.js Bug 7977: Adding jEditable minified version 2012-05-24 14:14:00 +02:00
localcovers.js
members.js Bug 9783 - can hit submit twice when adding patrons 2013-03-27 22:58:17 -04:00
staff-global.js Bug 9783 - can hit submit twice when adding patrons 2013-03-27 22:58:17 -04:00
xmlControlfield.js