From: Stephanie Leary Date: Fri, 7 Oct 2022 16:56:56 +0000 (-0500) Subject: Keyboard navigation for bib record pagination X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8e5310d3cc849c88f5878161e7f5033d6a8f788f;p=working%2FEvergreen.git 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. --- 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 @@