[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.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56624 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
7ebc46f6cf
commit
4fb1aacd4b
|
@ -1,5 +1,5 @@
|
|||
<div id="community-edit-form " class=" uk-card uk-card-default uk-padding">
|
||||
<div class="uk-text-large uk-text-center uk-width-5-6@l uk-width ">Edit community profile</div>
|
||||
<div class="uk-text-large uk-text-center uk-width-5-6@l uk-width ">Manage community profile</div>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<button *ngIf="enabled && (hasChanged || affiliationsChanged)" class="uk-button uk-button-primary" (click)="resetMessages(); updateCurator()">Save</button>
|
||||
<button *ngIf="!enabled || (!hasChanged && !affiliationsChanged)" class="uk-button uk-button-default" disabled>Save</button>
|
||||
</ng-template>
|
||||
<div class="uk-padding uk-padding-remove-top uk-text-large uk-text-center uk-width">Edit Personal Info</div>
|
||||
<div class="uk-padding uk-padding-remove-top uk-text-large uk-text-center uk-width">Manage Personal Info</div>
|
||||
<div class="uk-margin-large-bottom uk-flex uk-grid-divider" uk-grid>
|
||||
<div *ngIf="showLoading" class="uk-animation-fade uk-width-1-1" role="alert">
|
||||
<span class="loading-gif uk-align-center"></span>
|
||||
|
@ -11,17 +11,11 @@
|
|||
<div *ngIf="curatorId != null && curator != null && !showLoading" class="uk-width-1-1 uk-margin-left">
|
||||
<div class="uk-alert uk-alert-primary uk-margin-top-large">
|
||||
<span class="uk-margin-small-right uk-icon" uk-icon="info"></span>
|
||||
Edit your personal info and it will be visible in Curators' page of your Community Gateway.
|
||||
Manage your personal info. <br>Your personal info will be visible in the Curators' page of your Community Gateway.
|
||||
</div>
|
||||
</div>
|
||||
<table *ngIf="curatorId != null && curator != null && !showLoading" class="uk-width-1-2@m uk-width-1-1@s uk-align-center">
|
||||
<tbody class="uk-table uk-align-center">
|
||||
<tr *ngIf="curator.email != null" >
|
||||
<td for="email" class="uk-text-bold uk-text-right">E-mail:</td>
|
||||
<td class="uk-text-left">
|
||||
{{curator.email}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr *ngIf="curator.name != null">
|
||||
<td for="name" class="uk-text-bold uk-text-right">
|
||||
Name
|
||||
|
|
|
@ -22,9 +22,9 @@
|
|||
<div>
|
||||
<span class="uk-margin-small-right uk-icon uk-icon-justify" uk-icon="warning"></span>
|
||||
<span>
|
||||
Options for showing/hiding statistics from the community Monitor and Dashboard pages.<br>
|
||||
Regardless of the administrator's choices, numbers equal to 0 will not appear in the community Monitor.<br>
|
||||
Also, statistics of deactivated entities will not appear in either the community Monitor or Dashboard.
|
||||
Options for showing/hiding statistics from the Community Gateway's Overview and Graph Analysis view.<br>
|
||||
Regardless of the administrator's choices, numbers equal to 0 will not appear in Graph Analysis view.<br>
|
||||
Also, statistics of deactivated entities will not appear in either Community Gateway's Overview and Graph Analysis view.
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue