https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3534 --- Comment #27 from Nick Clemens <nick@bywatersolutions.com> --- (In reply to Owen Leonard from comment #26)
Created attachment 50729 [details] [review] Bug 3534 [Follow-up] Patron quick add form
+ [% IF quickadd && opadd %] + <a href="#" class="toggle_quick_add"><i class="fa fa-plus-square"></i> Show full form</a> + <a href="#" class="toggle_quick_add" style="display:none"><i class="fa fa-minus-square"></i> Show brief form</a> + [% ELSE %] + <a href="#" class="toggle_quick_add" style="display:none"><i class="fa fa-plus-square"></i> Show full form</a> + <a href="#" class="toggle_quick_add"><i class="fa fa-minus-square"></i> Show brief form</a> + [% END %] This makes the toggle button show up on edits and form checks, but the quick-add isn't built in those scenarios. Are you thinking the user should be able to toggle even when not coming from the 'Quick add new patron' button? -- You are receiving this mail because: You are watching all bug changes.