[Koha-bugs] [Bug 3534] Patron quick add form

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 27 01:58:37 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3534

--- Comment #27 from Nick Clemens <nick at 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.


More information about the Koha-bugs mailing list