Skip to content

Commit

Permalink
Merge branch 'master' into feature/exui-2496
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneBenHMCTS authored Feb 10, 2025
2 parents 08dd58a + 3c9d96e commit e49c203
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## RELEASE NOTES

### Version 7.1.36
**EXUI-1562** accessibility issue

### Version 7.1.35
**EXUI-2711** Review font and grammer in the query management screens

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<pagination-template #p="paginationApi" [id]="id" [maxSize]="maxSize" (pageChange)="pageChange.emit($event)"
(pageBoundsCorrection)="pageBoundsCorrection.emit($event)">
<nav role="navigation" [attr.aria-label]="'Pagination' | rpxTranslate">
<ul class="ngx-pagination" role="navigation" [attr.aria-label]="screenReaderPaginationLabel | rpxTranslate"
<ul class="ngx-pagination" [attr.aria-label]="screenReaderPaginationLabel | rpxTranslate"
[class.responsive]="responsive" *ngIf="!(autoHide && p.pages.length <= 1)">
<li class="pagination-previous" [class.disabled]="p.isFirstPage()" *ngIf="directionLinks">
<a tabindex="0" *ngIf="1 < p.getCurrent()" (keyup.enter)="p.previous()" (click)="p.previous()"
Expand Down

0 comments on commit e49c203

Please sign in to comment.