From fe6ab0d125421e351f1a036609a8918ce1131980 Mon Sep 17 00:00:00 2001 From: Diamadis Tziotzios Date: Wed, 6 Dec 2017 15:06:07 +0200 Subject: [PATCH] no message --- dmp-frontend/src/app/app.module.ts | 4 +++- .../dynamic-field-boolean-decision.component.html | 4 ++-- .../dynamic-field-radiobox.component.html | 3 +-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dmp-frontend/src/app/app.module.ts b/dmp-frontend/src/app/app.module.ts index 0ff937e2c..3f30b1be2 100644 --- a/dmp-frontend/src/app/app.module.ts +++ b/dmp-frontend/src/app/app.module.ts @@ -97,6 +97,7 @@ import { ProjectDetailedComponent } from './viewers/project-detailed/project-det import {ProgressBarModule} from 'primeng/primeng'; import {StepsModule,MenuItem} from 'primeng/primeng'; import {CheckboxModule} from 'primeng/primeng'; +import {RadioButtonModule} from 'primeng/primeng'; @NgModule({ declarations: [ @@ -155,7 +156,8 @@ import {CheckboxModule} from 'primeng/primeng'; BrowserAnimationsModule, SidebarModule.forRoot(), StepsModule, - CheckboxModule + CheckboxModule, + RadioButtonModule ], providers: [{ provide: HTTP_INTERCEPTORS, diff --git a/dmp-frontend/src/app/form/dynamic-fields/dynamic-field-boolean-decision/dynamic-field-boolean-decision.component.html b/dmp-frontend/src/app/form/dynamic-fields/dynamic-field-boolean-decision/dynamic-field-boolean-decision.component.html index 21392c66a..014de001c 100644 --- a/dmp-frontend/src/app/form/dynamic-fields/dynamic-field-boolean-decision/dynamic-field-boolean-decision.component.html +++ b/dmp-frontend/src/app/form/dynamic-fields/dynamic-field-boolean-decision/dynamic-field-boolean-decision.component.html @@ -1,5 +1,5 @@
- +
- +
\ No newline at end of file diff --git a/dmp-frontend/src/app/form/dynamic-fields/dynamic-field-radiobox/dynamic-field-radiobox.component.html b/dmp-frontend/src/app/form/dynamic-fields/dynamic-field-radiobox/dynamic-field-radiobox.component.html index 328e47ce4..459050352 100644 --- a/dmp-frontend/src/app/form/dynamic-fields/dynamic-field-radiobox/dynamic-field-radiobox.component.html +++ b/dmp-frontend/src/app/form/dynamic-fields/dynamic-field-radiobox/dynamic-field-radiobox.component.html @@ -1,6 +1,5 @@
- -
+
\ No newline at end of file