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 13:00:02 +0000 (06:00 -0700)
commit7d41274cca167e6ce20370f7f1cdf8060151e451
treebf1c3040fa4a3bebf03d1fb562fa5d323a47e806
parent5202a69b64875c1ea29a677054931a346f7af430
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