Project

General

Profile

« Previous | Next » 

Revision 56624

[Trunk|Admin]: 1. Personal Info: Change Edit to Manage and Remove email. 2. Stats: change information panel base on new overview and graph analysis. 3. Community edit-from: Change Edit to Manage.

View differences:

modules/uoa-admin-portal/trunk/src/app/pages/curator/curator.component.html
3 3
  <button *ngIf="enabled && (hasChanged || affiliationsChanged)" class="uk-button uk-button-primary" (click)="resetMessages(); updateCurator()">Save</button>
4 4
  <button *ngIf="!enabled || (!hasChanged && !affiliationsChanged)" class="uk-button uk-button-default" disabled>Save</button>
5 5
</ng-template>
6
<div class="uk-padding uk-padding-remove-top uk-text-large uk-text-center uk-width">Edit Personal Info</div>
6
<div class="uk-padding uk-padding-remove-top uk-text-large uk-text-center uk-width">Manage Personal Info</div>
7 7
<div class="uk-margin-large-bottom uk-flex uk-grid-divider" uk-grid>
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>
......
11 11
  <div *ngIf="curatorId != null && curator != null && !showLoading" class="uk-width-1-1 uk-margin-left">
12 12
    <div class="uk-alert uk-alert-primary uk-margin-top-large">
13 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.
14
      Manage your personal info. <br>Your personal info will be visible in the Curators' page of your Community Gateway.
15 15
    </div>
16 16
  </div>
17 17
  <table *ngIf="curatorId != null && curator != null && !showLoading" class="uk-width-1-2@m uk-width-1-1@s uk-align-center">
18 18
    <tbody class="uk-table uk-align-center">
19
      <tr *ngIf="curator.email != null" >
20
        <td for="email" class="uk-text-bold uk-text-right">E-mail:</td>
21
        <td class="uk-text-left">
22
          {{curator.email}}
23
        </td>
24
      </tr>
25 19
      <tr *ngIf="curator.name != null">
26 20
        <td for="name" class="uk-text-bold uk-text-right">
27 21
          Name
modules/uoa-admin-portal/trunk/src/app/pages/community/community-edit-form/community-edit-form.component.html
1 1
<div id="community-edit-form " class=" uk-card uk-card-default uk-padding">
2
  <div class="uk-text-large uk-text-center uk-width-5-6@l uk-width ">Edit community profile</div>
2
  <div class="uk-text-large uk-text-center uk-width-5-6@l uk-width ">Manage community profile</div>
3 3

  
4 4

  
5 5

  
modules/uoa-admin-portal/trunk/src/app/pages/stats/stats.component.html
22 22
                    <div>
23 23
                        <span class="uk-margin-small-right uk-icon uk-icon-justify" uk-icon="warning"></span>
24 24
                        <span>
25
                            Options for showing/hiding statistics from the community Monitor and Dashboard pages.<br>
26
                            Regardless of the administrator's choices, numbers equal to 0 will not appear in the community Monitor.<br>
27
                            Also, statistics of deactivated entities will not appear in either the community Monitor or Dashboard.
25
                            Options for showing/hiding statistics from the Community Gateway's Overview and Graph Analysis view.<br>
26
                            Regardless of the administrator's choices, numbers equal to 0 will not appear in Graph Analysis view.<br>
27
                            Also, statistics of deactivated entities will not appear in either Community Gateway's Overview and Graph Analysis view.
28 28
                        </span>
29 29
                    </div>
30 30
                </div>

Also available in: Unified diff