From c3d8e9b56d443bd0ec9fdfd4b38afb13d60d6b72 Mon Sep 17 00:00:00 2001 From: Stephanie Leary Date: Fri, 7 Oct 2022 11:56:56 -0500 Subject: [PATCH] LP1828468: Keyboard navigation for bib record pagination Adding tabindex="0" to the pagination links below the record summary ("Back to Results 1 / N", etc) to make them available for keyboard navigation. Signed-off-by: Stephanie Leary Signed-off-by: Galen Charlton --- .../eg2/src/app/staff/catalog/record/pagination.component.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/record/pagination.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/record/pagination.component.html index be89e17005..08f2bf14a4 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/record/pagination.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/record/pagination.component.html @@ -1,32 +1,32 @@