https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3534
--- Comment #26 from Owen Leonard <[email protected]> --- Created attachment 50729 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50729&action=edit Bug 3534 [Follow-up] Patron quick add form This follow-up move the full/quick add toggle control to the top of the patron entry form, reformating it as a link with a Font Awesome icon The previous patch defined a new $(document).ready() block. This patch moves that code into the existing $(document).ready() to keep things organized. This patch also makes some minor corrections to the markup, converting some single quotes in HTML to double, and correcting capitalization. To test, apply the patch and follow the original test plan. Confirm that the toggle between full and brief form works correctly. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
