Project

General

Profile

« Previous | Next » 

Revision 58397

made some css changes in registration wizard and the registration forms

View differences:

datasource-update-form.component.html
12 12
      Basic information
13 13
    </h4>
14 14
  </div>
15
  <div *ngIf="selectedRepo.datasourceType === 'opendoar'" class="uk-alert uk-alert-primary">
15
  <div *ngIf="selectedRepo.datasourceType === 'opendoar'" class="uk-alert uk-alert-info">
16 16
    The following fields are completed by OpenDOAR.<br>
17 17
    If you want to edit them, you can do it by using this
18 18
    <a target="_blank" href="{{ 'http://v2.sherpa.ac.uk/id/repository/' + repoId }}">OpenDOAR link</a>
19 19
  </div>
20
  <div *ngIf="selectedRepo.datasourceType === 're3data'" class="uk-alert uk-alert-primary">
20
  <div *ngIf="selectedRepo.datasourceType === 're3data'" class="uk-alert uk-alert-info">
21 21
    The following fields are completed by Re3data.<br>
22 22
    If you want to edit them, you can do it by using this
23 23
    <a target="_blank" href="{{ 'http://service.re3data.org/repository/' + repoId }}">Re3data link</a>

Also available in: Unified diff