From b5998286a5e5d82002f4c869dd3bbe5d797ae095 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Mon, 8 Apr 2019 12:43:04 +0000 Subject: [PATCH] [Trunk|Library]: 1. Fix modal close button. 2. chance community search result view git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@55223 d315682c-612b-4755-9ff5-7f18f6832af3 --- .../communitySearchResults.component.html | 24 ++++++++++--------- utils/modal/alert.ts | 10 ++++---- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/searchPages/searchUtils/communitySearchResults.component.html b/searchPages/searchUtils/communitySearchResults.component.html index 679503ea..7c4b9b65 100644 --- a/searchPages/searchUtils/communitySearchResults.component.html +++ b/searchPages/searchUtils/communitySearchResults.component.html @@ -2,7 +2,7 @@
  • - +
    Subscribed
    {{(result.community.title)?result.community.title:result.community.shortTitle}} logo @@ -10,25 +10,27 @@
    -
    +
    - {{(result.community.type == 'ri')? 'research initiative': 'research community'}} - Private View +
    {{result.community.description}}
    -
    -
    - Creation Date: - {{result.community.date | date:'dd-MM-yyyy'}} +
    +
    + Creation Date: + {{result.community.date | date:'dd-MM-yyyy'}} +
    +
    + Type: + {{(result.community.type == 'ri')? 'Research Initiative': 'Research Community'}} +
    -
    - +
  • diff --git a/utils/modal/alert.ts b/utils/modal/alert.ts index 2fe5405a..cc366dee 100644 --- a/utils/modal/alert.ts +++ b/utils/modal/alert.ts @@ -6,7 +6,7 @@ import {Component, ViewEncapsulation, ElementRef, EventEmitter, Output} from '@a