]> 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:49:44 +0000 (05:49 -0700)
commit483757bc507345013e58571ef1a8e89c11a998ac
tree8d19af191898415c3caba1f8a3a9632f3c72d9b9
parentd5706c6f07bb4ccf9296c7f51f95dc63c035963e
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