https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37309
Owen Leonard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #168777|0 |1 is obsolete| | --- Comment #3 from Owen Leonard <[email protected]> --- Created attachment 168797 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=168797&action=edit Bug 37309: Improve Delete and Modify items links on the biblio detail page The way the "Delete selected items" and "Modify selected items" links are build on the bibliographic detail page is not nice. We could do better, for instance using a proper form element instead of building an URL. Test plan: Go to the detail page of a bibliographic record which has several items. In the items table check some checkboxes and play with "select all", "clear all" and the action buttons. Notice that everything works as before. Minor UI regression that must be fixed: there are CSS rules that cause problem. When the action links are displayed or hidden the table is moving up and down. I think the problematic rules are: .btn { padding: 6px 12px; font-size: 12px; } It makes the UI better if I remove them but still get the bumping issue. Signed-off-by: Owen Leonard <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
