Text to go in the release notes:
|
This enhancement to the staff interface bibliographic record items detail tab:
1. Adds a sidebar sub-menu showing barcodes (or item numbers) so that staff can jump directly to an item. (The sub-menu uses a scrollbar if the record has around 15 or more items.)
2. Makes each item on the page collapsible, so item details are hidden when clicking the item header.
Note: The heading for each item is "Barcode ...". For an item without a barcode, the heading is "Item number ...".
Technical changes:
- JavaScript code moved from the authority and MARC editors into the global JavaScript file. This is the code that helps you jump to a specific part of a page.
- staff-global.scss modified to improve the readability of the sidebar sub-menu and removes CSS which was specific to the system preferences page. This makes the sub-menus on the item details and system preferences pages consistent with each other.
|