Project

General

Profile

« Previous | Next » 

Revision 44978

change pagination / some buttons/ tables classes | change layout of claims component

View differences:

search.component.ts
10 10
      <p><i>Fetches from crossref </i></p>
11 11
      <form>
12 12
        <input #term   [(ngModel)]="keyword" name="keyword" />
13
        <button (click)="search(term.value,10,1)"  type="submit" class="btn btn-default">Search</button>
13
        <button (click)="search(term.value,10,1)"  type="submit" class="uk-button">Search</button>
14 14
      </form>
15 15
      <div>
16 16
        <div *ngIf="resultsNum != null && resultsNum > 0">

Also available in: Unified diff