https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17674 --- Comment #81 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 77867 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77867&action=edit Bug 17674: (follow-up) Fix some HTML and JS inconsistencies This patch makes some HTML and JS changes to make the template more consistent with coding guidelines and other similar interfaces. - The confirmation dialog is now below the heading. Buttons are styled to match others like them. The layout of messages hopefully makes it a little more clear. - The "delete selected" event handler has been moved from an "onclick" attribute into the <script> tags. To test, apply the patch and follow the original test plan. - Confirm that the "Delete selected" button works correctly. - Confirm that the confirmation dialog looks good and that its form elements work correctly. Edit: Make sure delete button works from any tab. -- You are receiving this mail because: You are watching all bug changes.