From 56e45a9f08f15124c4226a48db014b4b150cc24e Mon Sep 17 00:00:00 2001 From: Alexandre Vryghem Date: Fri, 2 May 2025 17:08:12 +0200 Subject: [PATCH] 117287: Fixed various layout issues - The unthemed home news didn't stick to the header like the dspace theme - Impersonate user button has additional margin - Submission form loading icon is not translatable - Create resource policy page doesn't have the correct heading --- .../eperson-form/eperson-form.component.html | 2 +- .../eperson-form/eperson-form.component.ts | 6 +----- .../home-page/home-news/home-news.component.html | 2 +- .../create/resource-policy-create.component.html | 2 +- .../submission/form/submission-form.component.html | 4 ++-- .../form/submission-form.component.spec.ts | 13 ++++++------- .../submission/form/submission-form.component.ts | 2 ++ 7 files changed, 14 insertions(+), 17 deletions(-) diff --git a/src/app/access-control/epeople-registry/eperson-form/eperson-form.component.html b/src/app/access-control/epeople-registry/eperson-form/eperson-form.component.html index 9947d775a2..ae36b27c87 100644 --- a/src/app/access-control/epeople-registry/eperson-form/eperson-form.component.html +++ b/src/app/access-control/epeople-registry/eperson-form/eperson-form.component.html @@ -30,7 +30,7 @@ } @if (canImpersonate$ | async) { -
+
@if (!isImpersonated) {