From 8e5310d3cc849c88f5878161e7f5033d6a8f788f Mon Sep 17 00:00:00 2001 From: Stephanie Leary Date: Fri, 7 Oct 2022 11:56:56 -0500 Subject: [PATCH] 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. --- .../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 @@