Koha/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing
Owen Leonard 45bb8a8225 Bug 19823: Move template JavaScript to the footer: MARC21 editor plugins
This patch modifies the templates for MARC21 editor plugins so that
JavaScript is included in the footer.

To test, you must link the plugins to their corresponding tag +
subfield (if they aren't already):

In a bibliographic framework:

000 -> marc21_leader.pl
006 -> marc21_field_006.pl
007 -> marc21_field_007.pl
008 -> marc21_field_008.pl
773$t -> marc21_linking_section.tt

In an authorities framework:

000 -> marc21_leader_authorities.tt
008 -> marc21_field_008_authorities.tt
    -> marc21_field_008_classifications.tt

For each field, trigger the plugin by clicking the plugin link. Test
JavaScript-driven functionality in each plugin window and confirm that
your selections are correctly saved to the editor.

Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de>

Edit: Fix for QA, add KOHA_VERSION variables to js includes

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2018-02-23 10:59:12 -03:00
..
value_builder Bug 19823: Move template JavaScript to the footer: MARC21 editor plugins 2018-02-23 10:59:12 -03:00
addbiblio.tt Bug 12904: Add KOHA_VERSION to few more .css 2018-02-16 13:01:19 -03:00
addbooks.tt Bug 19987: If no z39.50/SRU servers the button should not show 2018-01-19 15:13:32 -03:00
additem.tt Bug 9573: Lost items report - add KohaTable to itemlost 2018-02-17 18:32:14 -03:00
editor.tt Bug 12904: Add KOHA_VERSION to few more .css 2018-02-16 13:01:19 -03:00
linkitem.tt Bug 18277: Remove GetBiblionumberFromItemnumber - linkitem 2017-07-10 13:03:37 -03:00
merge.tt Bug 12904: Force browser to load new javascript files after upgrade 2018-02-08 14:53:24 -03:00
moveitem.tt Bug 18276: Remove GetBiblioFromItemNumber - Easy ones 2017-07-10 12:22:29 -03:00
z3950_auth_search.tt Bug 12904: Force browser to load new javascript files after upgrade 2018-02-08 14:53:24 -03:00
z3950_search.tt Bug 19939: Move cataloging Z39.50 results actions into menu 2018-02-18 16:48:46 -03:00