diff --git a/src/app/+browse-by/+browse-by-metadata-page/browse-by-metadata-page.component.html b/src/app/+browse-by/+browse-by-metadata-page/browse-by-metadata-page.component.html index a7b78cd428..2539b60afc 100644 --- a/src/app/+browse-by/+browse-by-metadata-page/browse-by-metadata-page.component.html +++ b/src/app/+browse-by/+browse-by-metadata-page/browse-by-metadata-page.component.html @@ -21,9 +21,17 @@
+ title="{{'browse.title' | translate:{collection: (parent$ | async)?.payload?.name || '', field: 'browse.metadata.' + browseId | translate, value: (value)? '"' + value + '"': ''} }}" + [objects$]="(items$ !== undefined)? items$ : browseEntries$" + [paginationConfig]="paginationConfig" + [sortConfig]="sortConfig" + [type]="startsWithType" + [startsWithOptions]="startsWithOptions" + [enableArrows]="true" + (prev)="goPrev()" + (next)="goNext()" + (pageSizeChange)="pageSizeChange($event)" + (sortDirectionChange)="sortDirectionChange($event)">
diff --git a/src/app/+collection-page/collection-page.component.html b/src/app/+collection-page/collection-page.component.html index 450fea7370..2b91c8ec3a 100644 --- a/src/app/+collection-page/collection-page.component.html +++ b/src/app/+collection-page/collection-page.component.html @@ -1,46 +1,77 @@
-
-
-
-
- - - - - - - - - - - - - - - - - -
- -
-

{{'collection.page.browse.recent.head' | translate}}

- - -
- - - -
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
+ +
+

{{'collection.page.browse.recent.head' | translate}}

+ + +
+ + + +
+ + + + - +
- - + +
diff --git a/src/app/shared/pagination/pagination.component.html b/src/app/shared/pagination/pagination.component.html index d9c3033230..c16a153026 100644 --- a/src/app/shared/pagination/pagination.component.html +++ b/src/app/shared/pagination/pagination.component.html @@ -2,8 +2,8 @@
- {{ 'pagination.showing.label' | translate }} - {{ 'pagination.showing.detail' | translate:getShowingDetails(collectionSize)}} + {{ 'pagination.showing.label' | translate }} + {{ 'pagination.showing.detail' | translate:getShowingDetails(collectionSize)}}
@@ -16,7 +16,7 @@
-
+