From 6e4117ac0790a70efe9c1af26d2726174c2b2700 Mon Sep 17 00:00:00 2001 From: Alexandre Vryghem Date: Sun, 3 Dec 2023 17:43:16 +0100 Subject: [PATCH] Fixed accessibility issues about header ordering --- .../epeople-registry.component.html | 8 ++++---- .../eperson-form/eperson-form.component.html | 6 +++--- .../group-form/group-form.component.html | 11 +++++----- .../members-list/members-list.component.html | 8 ++++---- .../groups-registry.component.html | 4 ++-- .../admin-curation-tasks.component.html | 2 +- .../metadata-import-page.component.html | 2 +- .../add-bitstream-format.component.html | 4 ++-- .../bitstream-formats.component.html | 2 +- .../edit-bitstream-format.component.html | 4 ++-- .../edit-bitstream-page.component.html | 2 +- .../browse-by-taxonomy-page.component.html | 1 + .../delete-collection-page.component.html | 2 +- .../collection-curate.component.html | 2 +- .../collection-source.component.html | 2 +- .../edit-item-template-page.component.html | 2 +- .../delete-community-page.component.html | 2 +- .../community-curate.component.html | 2 +- .../feedback-form.component.html | 2 +- ...tstream-request-a-copy-page.component.html | 2 +- .../edit-item-page.component.html | 2 +- .../item-curate/item-curate.component.html | 2 +- .../item-delete/item-delete.component.html | 2 +- .../item-delete/item-delete.component.spec.ts | 2 +- .../item-move/item-move.component.html | 2 +- .../item-private.component.spec.ts | 2 +- .../item-public/item-public.component.spec.ts | 2 +- .../item-reinstate.component.spec.ts | 2 +- .../edit-relationship-list.component.html | 4 ++-- .../item-withdraw.component.spec.ts | 2 +- ...abstract-simple-item-action.component.html | 2 +- ...tract-simple-item-action.component.spec.ts | 2 +- .../orcid-auth/orcid-auth.component.html | 2 +- .../orcid-page/orcid-page.component.html | 20 +++++++++---------- .../process-detail-field.component.html | 2 +- .../detail/process-detail.component.html | 4 ++-- .../form/process-form.component.html | 6 +++--- .../script-help/script-help.component.html | 2 +- .../overview/process-overview.component.html | 2 +- .../profile-page/profile-page.component.html | 6 +++--- .../register-email-form.component.html | 2 +- ...cess-control-form-container.component.html | 12 +++++------ .../shared/browse-by/browse-by.component.html | 2 +- .../comcol-role/comcol-role.component.html | 4 ++-- .../edit-comcol-page.component.html | 4 ++-- .../edit/resource-policy-edit.component.html | 2 +- ...search-switch-configuration.component.html | 2 +- .../statistics-page.component.html | 4 ++-- .../statistics-table.component.html | 4 ++-- .../submission-import-external.component.html | 10 +++++----- .../submission-import-external.component.ts | 3 +++ .../subscriptions-page.component.html | 4 ++-- .../subscriptions-page.component.ts | 3 +++ .../system-wide-alert-form.component.html | 2 +- src/assets/i18n/en.json5 | 2 ++ src/styles/_bootstrap_variables.scss | 8 ++++++++ 56 files changed, 112 insertions(+), 96 deletions(-) diff --git a/src/app/access-control/epeople-registry/epeople-registry.component.html b/src/app/access-control/epeople-registry/epeople-registry.component.html index 4979f858193..bf7b9a2060d 100644 --- a/src/app/access-control/epeople-registry/epeople-registry.component.html +++ b/src/app/access-control/epeople-registry/epeople-registry.component.html @@ -2,7 +2,7 @@
- +

{{labelPrefix + 'head' | translate}}

- +
diff --git a/src/app/collection-page/edit-item-template-page/edit-item-template-page.component.html b/src/app/collection-page/edit-item-template-page/edit-item-template-page.component.html index 20afd701ffc..8d095dd2296 100644 --- a/src/app/collection-page/edit-item-template-page/edit-item-template-page.component.html +++ b/src/app/collection-page/edit-item-template-page/edit-item-template-page.component.html @@ -2,7 +2,7 @@
-

{{ 'collection.edit.template.head' | translate:{ collection: dsoNameService.getName(collection) } }}

+

{{ 'collection.edit.template.head' | translate:{ collection: dsoNameService.getName(collection) } }}

diff --git a/src/app/community-page/delete-community-page/delete-community-page.component.html b/src/app/community-page/delete-community-page/delete-community-page.component.html index 6bb8460bc95..ef5fdade73b 100644 --- a/src/app/community-page/delete-community-page/delete-community-page.component.html +++ b/src/app/community-page/delete-community-page/delete-community-page.component.html @@ -2,7 +2,7 @@
- +

{{ 'community.delete.head' | translate}}

{{ 'community.delete.text' | translate:{ dso: dsoNameService.getName(dso) } }}

diff --git a/src/app/community-page/edit-community-page/community-curate/community-curate.component.html b/src/app/community-page/edit-community-page/community-curate/community-curate.component.html index 6c041d17253..5e11fdfbcea 100644 --- a/src/app/community-page/edit-community-page/community-curate/community-curate.component.html +++ b/src/app/community-page/edit-community-page/community-curate/community-curate.component.html @@ -1,5 +1,5 @@
-

{{'community.curate.header' |translate:{community: (communityName$ |async)} }}

+

{{'community.curate.header' |translate:{community: (communityName$ |async)} }}

diff --git a/src/app/info/feedback/feedback-form/feedback-form.component.html b/src/app/info/feedback/feedback-form/feedback-form.component.html index a3bab3a6a38..25be4ba4458 100644 --- a/src/app/info/feedback/feedback-form/feedback-form.component.html +++ b/src/app/info/feedback/feedback-form/feedback-form.component.html @@ -1,7 +1,7 @@
-

{{ 'info.feedback.head' | translate }}

+

{{ 'info.feedback.head' | translate }}

{{ 'info.feedback.info' | translate }}

diff --git a/src/app/item-page/bitstreams/request-a-copy/bitstream-request-a-copy-page.component.html b/src/app/item-page/bitstreams/request-a-copy/bitstream-request-a-copy-page.component.html index 1fae737fdb9..2d4ac89fcc3 100644 --- a/src/app/item-page/bitstreams/request-a-copy/bitstream-request-a-copy-page.component.html +++ b/src/app/item-page/bitstreams/request-a-copy/bitstream-request-a-copy-page.component.html @@ -1,5 +1,5 @@
-

{{'bitstream-request-a-copy.header' | translate}}

+

{{'bitstream-request-a-copy.header' | translate}}

{{'bitstream-request-a-copy.alert.canDownload1' | translate}} {{'bitstream-request-a-copy.alert.canDownload2'| translate}} diff --git a/src/app/item-page/edit-item-page/edit-item-page.component.html b/src/app/item-page/edit-item-page/edit-item-page.component.html index 4aa4c9af161..1da10106f4f 100644 --- a/src/app/item-page/edit-item-page/edit-item-page.component.html +++ b/src/app/item-page/edit-item-page/edit-item-page.component.html @@ -1,7 +1,7 @@
-

{{'item.edit.head' | translate}}

+

{{'item.edit.head' | translate}}