https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21573 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 80612 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80612&action=edit Bug 21573: Move lists barcode and biblionumber entry form to modal This patch modifies the staff client lists page so that the barcode/biblionumber entry form from the left hand sidebar into a modal window, triggered by a button in the toolbar. To test, apply the patch and rebuild the staff client CSS (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff...). - View the contents of a list in the staff client, logged in as a user who has permission to add items. - Click the "Add items" button. A modal window should appear with the barcode/biblionumber entry form. - Submit barcodes and/or biblionumbers and confirm that the correct titles are added to the list. - Log in again as a user who does not have permission to add to the list. Confirm that the button isn't present. -- You are receiving this mail because: You are watching all bug changes.