From ca64baca43b1e641f5ccbd4b7f9dcda03a0b31cd Mon Sep 17 00:00:00 2001 From: Vlad Nouski Date: Mon, 30 Oct 2023 12:46:05 +0100 Subject: [PATCH 1/5] [CST-12043] feature: add title --- .../sections/upload/section-upload.component.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/app/submission/sections/upload/section-upload.component.html b/src/app/submission/sections/upload/section-upload.component.html index 5b245d37c2d..41e912e613a 100644 --- a/src/app/submission/sections/upload/section-upload.component.html +++ b/src/app/submission/sections/upload/section-upload.component.html @@ -18,6 +18,16 @@ +
+
+ {{ 'bitstream.edit.form.primaryBitstream.label' | translate }} +
+
+
+
+
+
+
Date: Tue, 31 Oct 2023 12:45:09 +0100 Subject: [PATCH 2/5] [CST-12043] feature: add label position --- .../custom-switch/custom-switch.component.html | 2 +- .../custom-switch/custom-switch.component.scss | 16 ++++++++++++++++ .../file/edit/section-upload-file-edit.model.ts | 8 +++++--- 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/src/app/shared/form/builder/ds-dynamic-form-ui/models/custom-switch/custom-switch.component.html b/src/app/shared/form/builder/ds-dynamic-form-ui/models/custom-switch/custom-switch.component.html index 033a898f884..cfda5d19d00 100644 --- a/src/app/shared/form/builder/ds-dynamic-form-ui/models/custom-switch/custom-switch.component.html +++ b/src/app/shared/form/builder/ds-dynamic-form-ui/models/custom-switch/custom-switch.component.html @@ -1,4 +1,4 @@ -
+
Date: Fri, 3 Nov 2023 22:10:10 +0100 Subject: [PATCH 3/5] [CST-12043] Add class for element container --- .../models/custom-switch/custom-switch.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/shared/form/builder/ds-dynamic-form-ui/models/custom-switch/custom-switch.component.html b/src/app/shared/form/builder/ds-dynamic-form-ui/models/custom-switch/custom-switch.component.html index cfda5d19d00..5beb8d52dab 100644 --- a/src/app/shared/form/builder/ds-dynamic-form-ui/models/custom-switch/custom-switch.component.html +++ b/src/app/shared/form/builder/ds-dynamic-form-ui/models/custom-switch/custom-switch.component.html @@ -1,4 +1,4 @@ -
+
-