]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1615805 No inputs after submit in patron search (AngularJS)
authorStephanie Leary <stephanie.leary@equinoxoli.org>
Wed, 6 Dec 2023 17:45:53 +0000 (17:45 +0000)
committerblake <blake@mobiusconsortium.org>
Wed, 17 Apr 2024 21:11:14 +0000 (16:11 -0500)
commit1adc7abcde9ae5afd24f8feac68074279785e1e5
treeab154ba8252b38b7e7a66577e3c71061f3f250bb
parentd177bf3a21e0a26bde8a1b4a03189e4b8a9a2193
LP1615805 No inputs after submit in patron search (AngularJS)

Updates the source order of the AngularJS patron search form's reset and
submit buttons to the end so that no input fields appear after the
submit button, as required for accessibility. This results in an awkward
tabbing order for sighted users, but is intended as an interim step
toward better accessibility while we rethink the overall design of the
form.

The visual layout of the form has not changed at desktop sizes, but
there are now phone and tablet layouts as well.

The Reset button now uses the .btn-destroy style.

Release-note: Moves submit button to end of AngularJS patron search form

Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org>
Open-ILS/src/templates/staff/css/circ.css.tt2
Open-ILS/src/templates/staff/share/t_patron_search_form.tt2