Project

General

Profile

« Previous | Next » 

Revision 56583

Remove is Prior to option from edit and add page form.

View differences:

curator.component.html
8 8
  <div *ngIf="showLoading" class="uk-animation-fade uk-width-1-1" role="alert">
9 9
    <span class="loading-gif uk-align-center"></span>
10 10
  </div>
11
  <div *ngIf="curatorId != null && curator != null && !showLoading" class="uk-width-1-1 uk-margin-left">
12
    <div class="uk-alert uk-alert-primary uk-margin-top-large">
13
      <span class="uk-margin-small-right uk-icon" uk-icon="info"></span>
14
      Edit your personal info and it will be visible in Curators' page of your Community Gateway.
15
    </div>
16
  </div>
11 17
  <table *ngIf="curatorId != null && curator != null && !showLoading" class="uk-width-1-2@m uk-width-1-1@s uk-align-center">
12 18
    <tbody class="uk-table uk-align-center">
13 19
      <tr *ngIf="curator.email != null" >

Also available in: Unified diff