[develop | DONE | CHANGED]: searchResearchResults.component.ts & searchProjects.component.ts & searchOrganizations.component.ts & searchDataProviders.component.ts: In <new-search-page> added parameter [hasCompactView]="true" to enable compact view button.
This commit is contained in:
parent
403fe375e7
commit
0896d5a3ce
|
@ -44,8 +44,8 @@ import {zip} from "rxjs";
|
|||
[showResultCount]="true" [showIndexInfo]="type!='deposit'"
|
||||
[tableViewLink]="tableViewLink"
|
||||
[sort]="false" [showBreadcrumb]="showBreadcrumb" [basicMetaDescription]="metaDescription"
|
||||
(filterRequestAll)="filterRequestedAll($event)">
|
||||
|
||||
(filterRequestAll)="filterRequestedAll($event)"
|
||||
[hasCompactView]="true">
|
||||
</new-search-page>
|
||||
|
||||
`
|
||||
|
|
|
@ -39,7 +39,8 @@ import {zip} from "rxjs";
|
|||
[simpleView]="simpleView" formPlaceholderText="Search by organization name..."
|
||||
[showSwitchSearchLink]="showSwitchSearchLink"
|
||||
[showBreadcrumb]="showBreadcrumb"
|
||||
(filterRequestAll)="filterRequestedAll($event)">
|
||||
(filterRequestAll)="filterRequestedAll($event)"
|
||||
[hasCompactView]="true">
|
||||
</new-search-page>
|
||||
`
|
||||
})
|
||||
|
|
|
@ -38,7 +38,8 @@ import {zip} from "rxjs";
|
|||
[simpleView]="simpleView" formPlaceholderText="Search by title, acronym, project code..."
|
||||
[showSwitchSearchLink]="showSwitchSearchLink"
|
||||
[sort]="false" [showBreadcrumb]="showBreadcrumb"
|
||||
(filterRequestAll)="filterRequestedAll($event)">
|
||||
(filterRequestAll)="filterRequestedAll($event)"
|
||||
[hasCompactView]="true">
|
||||
</new-search-page>
|
||||
|
||||
`
|
||||
|
|
|
@ -44,6 +44,7 @@ import {zip} from "rxjs";
|
|||
[includeOnlyResultsAndFilter]="includeOnlyResultsAndFilter" [showBreadcrumb]="showBreadcrumb"
|
||||
[showSwitchSearchLink]="showSwitchSearchLink"
|
||||
[stickyForm]="stickyForm"
|
||||
[hasCompactView]="true"
|
||||
(filterRequestAll)="filterRequestedAll($event)"
|
||||
>
|
||||
</new-search-page>
|
||||
|
|
Loading…
Reference in New Issue