]> git.evergreen-ils.org Git - Evergreen.git/commit
LP2015137 Tab order for admin splash link tables
authorStephanie Leary <stephanie.leary@equinoxoli.org>
Mon, 8 May 2023 22:37:27 +0000 (22:37 +0000)
committerJane Sandberg <js7389@princeton.edu>
Wed, 10 May 2023 12:59:30 +0000 (05:59 -0700)
commit359a2e26deb2472b43235538e4d5332b78c40065
tree5c3041f5e2162628c3806e1db4aae7d20e081599
parentd6cae48d8c216e07179618a85114665ba0c65bad
LP2015137 Tab order for admin splash link tables

Replaces row/column logic with CSS columns in the link table component
used in settings screens. This allows the user to tab through the
settings in alphabetical order, rather than the three-across groupings
that previously broke up similarly named settings.

Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Open-ILS/src/eg2/src/app/staff/share/link-table/link-table.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/link-table/link-table.component.html
Open-ILS/src/eg2/src/app/staff/share/link-table/link-table.component.ts