Project

General

Profile

« Previous | Next » 

Revision 58608

[Trunk | Library]:
1. newSearchPage.component.html: [Bug fix] Remove <search-download> which was duplicate in small screens - Download visible above paging always.
2. rangeFilter.component.html: Range buttons changed to links - library.css changes needed (refactor code when possible).

View differences:

newSearchPage.component.html
397 397
                <search-paging [type]="type" [loadPaging]="loadPaging" [oldTotalResults]="oldTotalResults" [(searchUtils)] = "searchUtils"  [(results)] = "results" [(baseUrl)] = "searchUtils.baseUrl"  [(parameterNames)] = "parameterNames" [(parameterValues)] = "parameterValues"   ></search-paging>
398 398
              </div>
399 399

  
400
              <search-download *ngIf= "( entityType !='community' && entityType != 'funder') && usedBy == 'search'"
401
                               class="uk-width-1-1@s uk-hidden@m"
402
                               [isDisabled]="disableForms"
403
                               [type]="csvPath" [csvParams]="csvParams" [totalResults]="searchUtils.totalResults">
404
              </search-download>
400
<!--              <search-download *ngIf= "( entityType !='community' && entityType != 'funder') && usedBy == 'search'"-->
401
<!--                               class="uk-width-1-1@s uk-hidden@m"-->
402
<!--                               [isDisabled]="disableForms"-->
403
<!--                               [type]="csvPath" [csvParams]="csvParams" [totalResults]="searchUtils.totalResults">-->
404
<!--              </search-download>-->
405 405

  
406 406
              <div *ngIf="(searchUtils.page <= pagingLimit)" class="uk-margin-large-bottom">
407 407
                <search-result  *ngIf="( entityType !='community' && entityType != 'funder') && usedBy == 'search'"

Also available in: Unified diff