Koha/koha-tmpl/intranet-tmpl/prog/en/js
Owen Leonard 20989b76b9 Bug 15843: Move MARC subfields structure JavaScript into separate file
The JavaScript embedded in the MARC subfields structure template is not
dependent on template processing and can safely be moved to a separate
file. This patch does so. Removed in the process is some lines which
were commented out.

To test, apply the patch and go to Administration -> MARC framworks.

 - Click 'MARC structure' for a framework you can edit.
 - Click 'subfields' for a tag you can edit.
 - Click 'Edit' for a subfield you can edit.
 - Confirm that tabs and accordian sections work correctly.
 - Make changes under Advanced constraints -> Visibility and confirm
   that they are saved correctly.

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Works as advertised

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
2016-02-24 01:30:56 +00:00
..
pages
acq.js
additem.js
ajax.js
background-job-progressbar.js
basket.js Bug 15847: Correct JSHint errors in basket.js in the staff client 2016-02-24 01:20:03 +00:00
basketgroup.js
cataloging.js
checkouts.js Bug 15285: Update for 3 specific tables 2016-02-24 00:02:50 +00:00
datatables.js Bug 15285: Update common files 2016-02-24 00:02:49 +00:00
file-upload.js
holds.js Bug 14310 [QA Followup] - Deal with error conditions 2016-01-27 06:20:19 +00:00
localcovers.js Bug 11982 - Images now display properly in the details section. 2015-03-30 13:45:38 -03:00
marc_subfields_structure.js Bug 15843: Move MARC subfields structure JavaScript into separate file 2016-02-24 01:30:56 +00:00
members.js
merge-record.js
offlinecirc.js Bug 10240: QA follow-up 2013-10-11 01:57:03 +00:00
prevent_submit.js
staff-global.js Bug 15844 - Correct JSHint errors in staff-global.js 2016-02-24 01:21:26 +00:00
xmlControlfield.js