From 192bb87083b10ae737df9f3d2ce66182362c68af Mon Sep 17 00:00:00 2001 From: George Veranis Date: Fri, 2 Sep 2022 14:55:25 +0200 Subject: [PATCH] Bug 29825: Preview of authority record on edit mode as MARC formatted view This bug adds a new functionality on Edit mode of a new or existing authority. Add a new button 'MARC Preview' in order librarian have the ability to preview the record on MARC plain structure mode and have all fields and subfields that entered before save/update the record. To test: 1. Open or add an authority 2. The preview button isn't on toolbar 3. Apply the patch 4. Do step 1 5. The preview button exists 6. Do some changes or not to the authority record 7. Click to Preview MARC button and a modal window will appear with all fields indicators and subfields that filled in the form of cataloguing. --- .../en/includes/modals/edit_authority_preview.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/modals/edit_authority_preview.inc diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/modals/edit_authority_preview.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/modals/edit_authority_preview.inc new file mode 100644 index 0000000000..c4f9aae3fc --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/modals/edit_authority_preview.inc @@ -0,0 +1,11 @@ + -- 2.20.1