Simple & Advanced Search pages: in sorting functionality for Date, rename 'oldest' with 'least recent' and 'newest' with 'most recent'.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@54204 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
ca1e2b49cb
commit
13b8e99e91
|
@ -24,12 +24,12 @@ import {RouterHelper} from '../../utils/routerHelper.class';
|
|||
</select-->
|
||||
|
||||
<span class="uk-width-2-3@m uk-width-1-1@s uk-float-right">
|
||||
<span class="uk-width-1-3"> Sort by:</span>
|
||||
<select class="uk-select uk-width-2-3@m uk-width-auto" id="form-horizontal-select" name="select_results_per_page"
|
||||
<span class="uk-width-1-4"> Sort by:</span>
|
||||
<select class="uk-select uk-width-3-4@m uk-width-auto" id="form-horizontal-select" name="select_results_per_page"
|
||||
[(ngModel)]="sortBy" (ngModelChange)="sortByChanged()">
|
||||
<option value="">Relevance</option>
|
||||
<option value="resultdateofacceptance,descending">Date (newest)</option>
|
||||
<option value="resultdateofacceptance,ascending">Date (oldest)</option>
|
||||
<option value="resultdateofacceptance,descending">Date (most recent)</option>
|
||||
<option value="resultdateofacceptance,ascending">Date (least recent)</option>
|
||||
</select>
|
||||
</span>
|
||||
|
||||
|
|
Loading…
Reference in New Issue