From 30ddd6b425bdfedd1643392f8127176195a7e60a Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Tue, 19 Apr 2022 16:32:45 +0300 Subject: [PATCH] Change search-inputs --- deposit/depositFirstPage.component.ts | 31 ++++++------------- deposit/depositFirstPage.module.ts | 3 +- .../searchDataprovidersToDeposit.component.ts | 28 +++-------------- .../searchDataprovidersToDeposit.module.ts | 5 +-- 4 files changed, 19 insertions(+), 48 deletions(-) diff --git a/deposit/depositFirstPage.component.ts b/deposit/depositFirstPage.component.ts index 70bedf4d..ffe01eaa 100644 --- a/deposit/depositFirstPage.component.ts +++ b/deposit/depositFirstPage.component.ts @@ -73,28 +73,17 @@ import {Subscriber} from "rxjs"; -
-
- - - - - -
- - -
-
+ -
+
+
+ +
+
diff --git a/deposit/depositFirstPage.module.ts b/deposit/depositFirstPage.module.ts index a75e05fb..a474c189 100644 --- a/deposit/depositFirstPage.module.ts +++ b/deposit/depositFirstPage.module.ts @@ -11,6 +11,7 @@ import {Schema2jsonldModule} from '../sharedComponents/schema2jsonld/schema2json import { SEOServiceModule } from '../sharedComponents/SEO/SEOService.module'; import {DepositFirstPageComponent} from "./depositFirstPage.component"; import {BreadcrumbsModule} from "../utils/breadcrumbs/breadcrumbs.module"; +import {SearchInputModule} from "../sharedComponents/search-input/search-input.module"; @NgModule({ imports: [ @@ -18,7 +19,7 @@ import {BreadcrumbsModule} from "../utils/breadcrumbs/breadcrumbs.module"; RouterModule, PiwikServiceModule, HelperModule, - Schema2jsonldModule, SEOServiceModule, BreadcrumbsModule + Schema2jsonldModule, SEOServiceModule, BreadcrumbsModule, SearchInputModule ], declarations: [ DepositFirstPageComponent diff --git a/deposit/searchDataprovidersToDeposit.component.ts b/deposit/searchDataprovidersToDeposit.component.ts index 57923c46..7d285f91 100644 --- a/deposit/searchDataprovidersToDeposit.component.ts +++ b/deposit/searchDataprovidersToDeposit.component.ts @@ -33,31 +33,11 @@ import {properties} from "../../../environments/environment";
- -
- -
- - +
+
+
- -
- -
- - +
diff --git a/deposit/searchDataprovidersToDeposit.module.ts b/deposit/searchDataprovidersToDeposit.module.ts index c6e8693b..c6fb9f0a 100644 --- a/deposit/searchDataprovidersToDeposit.module.ts +++ b/deposit/searchDataprovidersToDeposit.module.ts @@ -12,14 +12,15 @@ import {SearchFormModule} from '../searchPages/searchUtils/searchForm.module'; import {IsRouteEnabled} from '../error/isRouteEnabled.guard'; import {SearchDataProvidersModule} from "../searchPages/searchDataProviders.module"; import {BreadcrumbsModule} from "../utils/breadcrumbs/breadcrumbs.module"; +import {SearchInputModule} from "../sharedComponents/search-input/search-input.module"; @NgModule({ imports: [ CommonModule, FormsModule, RouterModule, DataProvidersServiceModule, - SearchFormModule, SearchResultsModule, SearchDataProvidersModule, BreadcrumbsModule - + SearchFormModule, SearchResultsModule, SearchDataProvidersModule, BreadcrumbsModule, SearchInputModule + ], declarations: [ SearchDataprovidersToDepositComponent