[develop]: Change id position to pageing row in browse-pages. Add new placeholder in researcher search input anda tooltip.
This commit is contained in:
parent
4d27b1729b
commit
bb0293e358
|
@ -1 +1 @@
|
|||
Subproject commit 6a781dd4783e47a452b92b1e8abf947e221494e3
|
||||
Subproject commit ab3fb51ea306977aa414ad1aa84dd10060c72d1b
|
|
@ -9,7 +9,7 @@
|
|||
placeholder="Search for {{typeAsLabel}} {{entities.stakeholders}}" [disabled]="stakeholders.length === 0" class="uk-width-xlarge@l uk-width-large@m uk-width-1-1">
|
||||
</div>
|
||||
</div>
|
||||
<div class="uk-flex uk-flex-middle uk-flex-between uk-margin-large-top">
|
||||
<div class="uk-flex uk-flex-middle uk-flex-between uk-margin-large-top" [id]="id">
|
||||
<div class="uk-flex uk-flex-middle">
|
||||
<div class="uk-width-small uk-margin-medium-right">
|
||||
<div input
|
||||
|
@ -32,7 +32,7 @@
|
|||
</paging-no-load>
|
||||
</div>
|
||||
</div>
|
||||
<div class="uk-margin-large-top" id="target">
|
||||
<div class="uk-margin-large-top">
|
||||
<div *ngIf="!filteredStakeholders || filteredStakeholders?.length == 0" class="uk-flex uk-flex-center">
|
||||
<div class="uk-alert uk-alert-primary uk-text-center uk-width-2-3@m uk-width-1-1">
|
||||
No {{entities.stakeholders}} available
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div class="uk-section-small">
|
||||
<div class="uk-flex uk-flex-center">
|
||||
<div search-input [(value)]="keyword" [placeholder]="'Search for author or ORCID...'" [disabled]="orcidStatus ==errorCodes.LOADING"
|
||||
<div search-input [(value)]="keyword" placeholder="Search by full name or ORCID for accurate results." tooltip="e.g: James Smith or 0000-0001-2345-6789" [disabled]="orcidStatus ==errorCodes.LOADING"
|
||||
[searchInputClass]="'flat'" [iconPosition]="'left'" (searchEmitter)="searchByKeyword()" (valueChange)="checkForReset()" class="uk-width-xlarge@l uk-width-large@m uk-width-1-1"></div>
|
||||
</div>
|
||||
<div class="uk-margin-large-top">
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="uk-flex uk-flex-middle uk-flex-between uk-margin-large-top">
|
||||
<div class="uk-flex uk-flex-middle uk-flex-between uk-margin-large-top" [id]="id">
|
||||
<div class="uk-flex uk-flex-middle">
|
||||
<div *ngIf="sortOptions?.length > 0" class="uk-width-small uk-margin-medium-right">
|
||||
<div input
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 99e7fe14bc804271116cc8ee54f2547e4f04034f
|
||||
Subproject commit b4d09b7cd942893c238d4152eeac1bbc822a0b13
|
Loading…
Reference in New Issue