https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21693 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 81320 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=81320&action=edit Bug 21693: Clean up checkout notes template This patch modifies the checkout notes template to help compliance with coding guidelines and interface patterns: - Convert to Bootstrap grid - Improve DataTables configuration - Put buttons into a toolbar and move above selection links Also corrected: Minor markup error in circ-nav.inc To test, apply the patch and enable the AllowCheckoutNotes system preference. Add a few checkout notes via the OPAC. - Go to Circulation -> Checkout notes. - Confirm that the page looks correct at various browser widths. - Confirm that the first and last columns of the table of notes are not sortable. - The table should be sorted by default by title. - Title sorting should ignore articles "a," "an," and "the." - Test with the CircSidebar preference both on and off. - With CircSidebar turn on, the checkout notes menu item in the left hand sidebar should show a count of checkout notes. -- You are receiving this mail because: You are watching all bug changes.