From 83d9a4a8b8fe5b8687c72a717b3a2964524006e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jovan=20Kruni=C4=87?= Date: Wed, 8 Jun 2022 10:46:23 +0000 Subject: [PATCH] fix: adjust hebis catalog templates --- .../daia-availability/daia-availability.html | 2 +- src/app/modules/hebis/hebis.module.ts | 2 ++ .../hebis/types/book/book-detail-content.html | 29 ++++++++++------ .../hebis-article/hebis-article-content.html | 34 +++++++++++++------ .../periodical/periodical-detail-content.html | 24 ++++++------- 5 files changed, 57 insertions(+), 34 deletions(-) diff --git a/src/app/modules/hebis/daia-availability/daia-availability.html b/src/app/modules/hebis/daia-availability/daia-availability.html index 1717f141..fdda0882 100644 --- a/src/app/modules/hebis/daia-availability/daia-availability.html +++ b/src/app/modules/hebis/daia-availability/daia-availability.html @@ -39,7 +39,7 @@ {{ 'hebisSearch.daia.comment' | translate }} - {{ holding.about }} + {{ - 'hebisSearch.detail.title' | translate + 'hebisSearch.detail.title' | translate | sentencecase }} {{ - 'name' | thingTranslate: item | titlecase + 'name' | thingTranslate: item }} + + + {{ - 'authors' | propertyNameTranslate: item | titlecase + 'authors' | propertyNameTranslate: item | sentencecase }} {{ @@ -41,25 +48,25 @@ {{ - 'publications' | propertyNameTranslate: item | titlecase + 'publications' | propertyNameTranslate: item | sentencecase }}

@@ -71,7 +78,7 @@ {{ - 'categories' | propertyNameTranslate: item | titlecase + 'categories' | propertyNameTranslate: item | sentencecase }} diff --git a/src/app/modules/hebis/types/hebis-article/hebis-article-content.html b/src/app/modules/hebis/types/hebis-article/hebis-article-content.html index 26611b37..4e0f8fec 100644 --- a/src/app/modules/hebis/types/hebis-article/hebis-article-content.html +++ b/src/app/modules/hebis/types/hebis-article/hebis-article-content.html @@ -1,36 +1,36 @@ {{ - 'hebisSearch.detail.title' | translate + 'hebisSearch.detail.title' | translate | sentencecase }} {{ - 'name' | thingTranslate: item | titlecase + 'name' | thingTranslate: item }} {{ - 'authors' | propertyNameTranslate: item | titlecase + 'authors' | propertyNameTranslate: item | sentencecase }} {{ @@ -41,19 +41,21 @@ + + {{ - 'publications' | propertyNameTranslate: item | titlecase + 'publications' | propertyNameTranslate: item | sentencecase }}

@@ -63,9 +65,21 @@

+ + + + {{ - 'categories' | propertyNameTranslate: item | titlecase + 'categories' | propertyNameTranslate: item | sentencecase }} diff --git a/src/app/modules/hebis/types/periodical/periodical-detail-content.html b/src/app/modules/hebis/types/periodical/periodical-detail-content.html index dd2f57b5..93826c11 100644 --- a/src/app/modules/hebis/types/periodical/periodical-detail-content.html +++ b/src/app/modules/hebis/types/periodical/periodical-detail-content.html @@ -1,36 +1,36 @@ {{ - 'hebisSearch.detail.title' | translate + 'hebisSearch.detail.title' | translate | sentencecase }} {{ - 'name' | thingTranslate: item | titlecase + 'name' | thingTranslate: item }} {{ - 'authors' | propertyNameTranslate: item | titlecase + 'authors' | propertyNameTranslate: item | sentencecase }} {{ @@ -41,19 +41,19 @@ {{ - 'publications' | propertyNameTranslate: item | titlecase + 'publications' | propertyNameTranslate: item | sentencecase }}

@@ -65,7 +65,7 @@ {{ - 'categories' | propertyNameTranslate: item | titlecase + 'categories' | propertyNameTranslate: item | sentencecase }} @@ -76,7 +76,7 @@