From 043b43b9be0f84414021a57b9bf1cd103733a355 Mon Sep 17 00:00:00 2001 From: amentis Date: Fri, 5 Jan 2024 18:02:06 +0200 Subject: [PATCH] notification template UI small changes --- ...otification-template-editor.component.html | 113 +++++++++--------- dmp-frontend/src/assets/i18n/en.json | 2 +- 2 files changed, 57 insertions(+), 58 deletions(-) diff --git a/dmp-frontend/src/app/ui/admin/notification-template/editor/notification-template-editor.component.html b/dmp-frontend/src/app/ui/admin/notification-template/editor/notification-template-editor.component.html index ab3cb0e4f..1c07e750e 100644 --- a/dmp-frontend/src/app/ui/admin/notification-template/editor/notification-template-editor.component.html +++ b/dmp-frontend/src/app/ui/admin/notification-template/editor/notification-template-editor.component.html @@ -326,7 +326,7 @@
{{'NOTIFICATION-SERVICE.NOTIFICATION-TEMPLATE-EDITOR.FIELDS.CC' | translate}} - + @@ -355,61 +355,60 @@ {{'GENERAL.VALIDATION.REQUIRED' | translate}}
- - -
- - {{'NOTIFICATION-SERVICE.NOTIFICATION-TEMPLATE-EDITOR.FIELDS.BCC-MODE' | translate}} - - - {{enumUtils.toEmailOverrideModeString(emailOverrideMode)}} - - - {{'GENERAL.VALIDATION.REQUIRED' | translate}} - -
- - +
+ + {{'NOTIFICATION-SERVICE.NOTIFICATION-TEMPLATE-EDITOR.FIELDS.BCC' | translate}} + + + {{field}} + + + + + +
+
+ + {{'NOTIFICATION-SERVICE.NOTIFICATION-TEMPLATE-EDITOR.FIELDS.BCC-MODE' | translate}} + + + {{enumUtils.toEmailOverrideModeString(emailOverrideMode)}} + + + {{'GENERAL.VALIDATION.REQUIRED' | translate}} + +
+
+ + {{'NOTIFICATION-SERVICE.NOTIFICATION-TEMPLATE-EDITOR.FIELDS.EXTRA-DATA-KEYS' | translate}} + + + {{field}} + + + + + +
+ diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index 4699bf8e6..9b995fcc5 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -1357,7 +1357,7 @@ "CC-MODE": "CC Mode", "BCC": "BCC", "BCC-MODE": "BCC Mode", - "EXTRA-DATA-KEYS": "EXTRA-DATA-KEYS", + "EXTRA-DATA-KEYS": "Extra Data Keys", "FORMATTING": "Formatting" }, "ACTIONS": {