mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
[CST-4659] Deque accessibility issues - 470065
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
<a class="close"
|
<a class="close"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
role="button"
|
role="button"
|
||||||
[attr.aria-label]="(sectionRef.isOpen() ? 'submission.sections.toggle.close' : 'submission.sections.toggle.open') | translate"
|
[attr.aria-label]="(sectionRef.isOpen() ? 'submission.sections.toggle.aria.close' : 'submission.sections.toggle.aria.open') | translate: {sectionHeader: ('submission.sections.'+sectionData.header | translate)}"
|
||||||
[title]="(sectionRef.isOpen() ? 'submission.sections.toggle.close' : 'submission.sections.toggle.open') | translate">
|
[title]="(sectionRef.isOpen() ? 'submission.sections.toggle.close' : 'submission.sections.toggle.open') | translate">
|
||||||
<span *ngIf="sectionRef.isOpen()" class="fas fa-chevron-up fa-fw"></span>
|
<span *ngIf="sectionRef.isOpen()" class="fas fa-chevron-up fa-fw"></span>
|
||||||
<span *ngIf="!sectionRef.isOpen()" class="fas fa-chevron-down fa-fw"></span>
|
<span *ngIf="!sectionRef.isOpen()" class="fas fa-chevron-down fa-fw"></span>
|
||||||
|
@@ -3569,6 +3569,10 @@
|
|||||||
|
|
||||||
"submission.sections.toggle.close": "Close section",
|
"submission.sections.toggle.close": "Close section",
|
||||||
|
|
||||||
|
"submission.sections.toggle.aria.open": "Expand {{sectionHeader}} section",
|
||||||
|
|
||||||
|
"submission.sections.toggle.aria.close": "Collapse {{sectionHeader}} section",
|
||||||
|
|
||||||
"submission.sections.upload.delete.confirm.cancel": "Cancel",
|
"submission.sections.upload.delete.confirm.cancel": "Cancel",
|
||||||
|
|
||||||
"submission.sections.upload.delete.confirm.info": "This operation can't be undone. Are you sure?",
|
"submission.sections.upload.delete.confirm.info": "This operation can't be undone. Are you sure?",
|
||||||
|
Reference in New Issue
Block a user