From e7d53aadee97eb7d658d242896d7621ec874d31a Mon Sep 17 00:00:00 2001 From: Diamantis Tziotzios Date: Tue, 2 Apr 2019 11:43:16 +0300 Subject: [PATCH] next button commented --- .../app/ui/dashboard/dashboard.component.html | 31 +++++-------------- .../form-section/form-section.component.html | 4 +-- .../dataset-editor-wizard.component.ts | 2 -- 3 files changed, 10 insertions(+), 27 deletions(-) diff --git a/dmp-frontend/src/app/ui/dashboard/dashboard.component.html b/dmp-frontend/src/app/ui/dashboard/dashboard.component.html index 9e30a4e85..69a222ec5 100644 --- a/dmp-frontend/src/app/ui/dashboard/dashboard.component.html +++ b/dmp-frontend/src/app/ui/dashboard/dashboard.component.html @@ -9,7 +9,7 @@
-
+
@@ -22,11 +22,7 @@
- + @@ -36,8 +32,7 @@ - +

{{activity.label}}

@@ -50,11 +45,7 @@
- + @@ -64,8 +55,7 @@ - +

{{activity.label}}

@@ -78,11 +68,7 @@
- + @@ -92,8 +78,7 @@ - +

{{activity.label}}

@@ -107,4 +92,4 @@
-
\ No newline at end of file +
diff --git a/dmp-frontend/src/app/ui/misc/dataset-description-form/components/form-section/form-section.component.html b/dmp-frontend/src/app/ui/misc/dataset-description-form/components/form-section/form-section.component.html index e159a3c75..d18a34844 100644 --- a/dmp-frontend/src/app/ui/misc/dataset-description-form/components/form-section/form-section.component.html +++ b/dmp-frontend/src/app/ui/misc/dataset-description-form/components/form-section/form-section.component.html @@ -40,10 +40,10 @@ -
+
diff --git a/dmp-frontend/src/app/ui/quick-wizard/dataset-editor/dataset-editor-wizard.component.ts b/dmp-frontend/src/app/ui/quick-wizard/dataset-editor/dataset-editor-wizard.component.ts index 47926961f..d530c9a6c 100644 --- a/dmp-frontend/src/app/ui/quick-wizard/dataset-editor/dataset-editor-wizard.component.ts +++ b/dmp-frontend/src/app/ui/quick-wizard/dataset-editor/dataset-editor-wizard.component.ts @@ -9,8 +9,6 @@ import { BreadcrumbItem } from "../../misc/breadcrumb/definition/breadcrumb-item import { IBreadCrumbComponent } from "../../misc/breadcrumb/definition/IBreadCrumbComponent"; import { DatasetDescriptionFormEditorModel } from "../../misc/dataset-description-form/dataset-description-form.model"; import { QuickWizardDatasetDescriptionModel } from "./quick-wizard-dataset-description-model"; -import { IfStmt } from "@angular/compiler"; -import { TranslateService } from "@ngx-translate/core"; @Component({ selector: 'app-dataset-editor-wizard-component',