From 5ed55b3c9ced57a083505dc0dc35fea41d9e156c Mon Sep 17 00:00:00 2001 From: Renaud Michotte Date: Tue, 15 Dec 2020 08:45:23 +0100 Subject: [PATCH] holdings: fix holding detail page display The 'add irregular issue' button had bad alignment with other page components. This button is now on a specific row and right aligned. The 'add local field' button is also right aligned. Closes rero/rero-ils#1562. Co-Authored-by: Renaud Michotte --- .../serial-holding-detail-view.component.html | 196 +++++++++--------- .../local-field/local-field.component.html | 16 +- 2 files changed, 106 insertions(+), 106 deletions(-) diff --git a/projects/admin/src/app/record/detail-view/holding-detail-view/serial-holding-detail-view/serial-holding-detail-view.component.html b/projects/admin/src/app/record/detail-view/holding-detail-view/serial-holding-detail-view/serial-holding-detail-view.component.html index c04cc5a9f..08f8898a0 100644 --- a/projects/admin/src/app/record/detail-view/holding-detail-view/serial-holding-detail-view/serial-holding-detail-view.component.html +++ b/projects/admin/src/app/record/detail-view/holding-detail-view/serial-holding-detail-view/serial-holding-detail-view.component.html @@ -43,9 +43,9 @@

Issues -
-
-
-
-
-
-
-
Numbering
-
Status
-
Call number
-
Reception date
-
+
+
+
+
Numbering
+
Status
+
Call number
+
Reception date
-
+
+
- -
- - - {{ 'Show more' | translate }} ... - + + + +
+
{{ prediction.issue }}
+
+ {{'expected at' | translate }} + {{ prediction.expected_date | dateTranslate }}
- -
-
{{ prediction.issue }}
-
- {{'expected at' | translate }} - {{ prediction.expected_date | dateTranslate }} -
-
- - - - -
+
+ + + +
- -
-
- {{ item.metadata.enumerationAndChronology }} - New -
-
- -
-
{{ item.metadata.call_number }}
-
{{ item.metadata.issue.received_date | dateTranslate }}
-
- - - - - - + + + + + + - - -
-
-
+
+
- -
-
- - - {{ 'Show more' | translate }} ... - - ({{ showMoreIssuesCounter }}) -
+
+ +
+
+ + + {{ 'Show more' | translate }} ... + + ({{ showMoreIssuesCounter }})
diff --git a/projects/admin/src/app/record/detail-view/local-field/local-field.component.html b/projects/admin/src/app/record/detail-view/local-field/local-field.component.html index 0869f1bb5..ede67520d 100644 --- a/projects/admin/src/app/record/detail-view/local-field/local-field.component.html +++ b/projects/admin/src/app/record/detail-view/local-field/local-field.component.html @@ -49,11 +49,13 @@ - - {{ 'Add local fields' | translate }} - +