From 583db097644385ba5e5aa413e1bf6f5714ed2d1f Mon Sep 17 00:00:00 2001 From: dtziotzios Date: Thu, 7 Mar 2019 12:47:31 +0200 Subject: [PATCH] CompositeField Set scss To Title For Render --- ...-profile-editor-composite-field.component.html | 10 +++++----- ...-profile-editor-composite-field.component.scss | 4 ++++ .../form-composite-field.component.html | 15 ++++++++------- .../form-composite-field.component.scss | 5 +++++ 4 files changed, 22 insertions(+), 12 deletions(-) diff --git a/dmp-frontend/src/app/ui/admin/dataset-profile/editor/components/composite-field/dataset-profile-editor-composite-field.component.html b/dmp-frontend/src/app/ui/admin/dataset-profile/editor/components/composite-field/dataset-profile-editor-composite-field.component.html index e7a01e8f9..369d02ee7 100644 --- a/dmp-frontend/src/app/ui/admin/dataset-profile/editor/components/composite-field/dataset-profile-editor-composite-field.component.html +++ b/dmp-frontend/src/app/ui/admin/dataset-profile/editor/components/composite-field/dataset-profile-editor-composite-field.component.html @@ -1,7 +1,7 @@
-

{{'DATASET-PROFILE-EDITOR.STEPS.FORM.COMPOSITE-FIELD.TITLE' +

{{'DATASET-PROFILE-EDITOR.STEPS.FORM.COMPOSITE-FIELD.TITLE' | translate}}

-

{{'DATASET-PROFILE-EDITOR.STEPS.FORM.COMPOSITE-FIELD.SIMPLE-FIELD-TITLE' +

{{'DATASET-PROFILE-EDITOR.STEPS.FORM.COMPOSITE-FIELD.SIMPLE-FIELD-TITLE' | translate}}

{{'DATASET-PROFILE-EDITOR.STEPS.FORM.COMPOSITE-FIELD.FIELDS.COMPOSITE-CHECKBOX' | translate}} @@ -51,19 +51,19 @@ [formControl]="this.form.get('extendedDescription')"> -
-

{{'DATASET-PROFILE-EDITOR.STEPS.FORM.COMPOSITE-FIELD.SUB-FIELDS-TITLE' | +

{{'DATASET-PROFILE-EDITOR.STEPS.FORM.COMPOSITE-FIELD.SUB-FIELDS-TITLE' | translate}}

- {{i + 1}}. {{getFieldTile(field, i)}} + {{i + 1}}. {{getFieldTile(field, i)}}