https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17385 --- Comment #89 from The Minh Luong <the-minh.luong@inlibro.com> --- Created attachment 130287 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130287&action=edit Bug 17385: Add custum export format option when saving a record This patch adds "XSL-Simple Export" when saving a bibliographic record. Previous patches are combined into this one. To test: 1) Search for a record in the intranet. 2) Click on the "Save" button and observe the dropdown menu. 3) Notice that "XSL- Simple Export" is not in the menu. 4) Apply the patch. 5) Repeat the steps 1 and 2. 6) Notice that "XSL - Simple Export" is in the menu. 7) Click on "XSL - Simple Export". A .html file should be downloaded. 8) Open the .html file. You should see the record's informations. -- You are receiving this mail because: You are watching all bug changes.