Koha/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing
Maryse Simard 802d7d30c9
Bug 7882: Add ability to move and reorder fields in MARC editor
Use jQueryUI sortable to make fields and subfields moveable in the
MARC editor for both records and authorities.

This patch convert items from div's to ul's and consequently alter css
and js to match. It also replace the up arrow with a more adapted icon
(from font awesome).

Primary authorship by Elliott Davis.

To Test:

1. Add or edit a record in cataloguing module.
2. You should be able to move the fields and subfields around.
    - You can click on any part of the element to drag it, the move
    icon to the left of the item is a good place to do it.
    => You can only change the order of fields of the same tag.
3. Make sure all of the javascript driven fonctionnality still work :
    - Duplicate fields/subfields
    - Remove fields/subfields
    - Using the tag editor for control fields or to link authorities
    - etc
4. Reorder some fields/subfields and save the record.
5. Edit the record again.
6. The order in the editor should match the changes which were saved.
    - Empty subfields should appear after the ones with content.
7. Repeat steps 1-6 with the authority editor.

Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-01-03 16:27:59 +00:00
..
value_builder Bug 23444: Terminology - Use library instead of branch 2019-10-17 15:06:57 +01:00
addbiblio.tt Bug 7882: Add ability to move and reorder fields in MARC editor 2020-01-03 16:27:59 +00:00
addbooks.tt Bug 23339: (follow-up) Markup comments and corrections 2019-08-05 16:26:51 +01:00
additem.tt Bug 11500: Use dateformat syspref and datepicker on additems.pl (and other item cataloguing pages) 2019-12-23 12:01:45 +00:00
editor.tt Bug 23889: Improve style of menu header in advanced cataloging editor 2020-01-02 14:37:27 +00:00
linkitem.tt Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
merge.tt Bug 11529: Add templates for biblio title display. Unify display. 2019-08-05 15:03:19 +01:00
moveitem.tt Bug 24232: Hide the "Delete biblio" if permission edit_catalogue not set 2019-12-20 12:07:27 +00:00
z3950_auth_search.tt Bug 23226: Remove type attribute from script tags: Cataloging 2019-07-26 16:23:03 +01:00
z3950_search.tt Bug 23441: Export should not include the 'actions' column in Z3950 results. 2019-08-13 11:24:50 +01:00