[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:
k.triantafyllou 2019-07-18 13:21:44 +00:00
parent 7ebc46f6cf
commit 4fb1aacd4b
3 changed files with 6 additions and 12 deletions

View File

@ -1,5 +1,5 @@
<div id="community-edit-form " class=" uk-card uk-card-default uk-padding"> <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>

View File

@ -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-primary" (click)="resetMessages(); updateCurator()">Save</button>
<button *ngIf="!enabled || (!hasChanged && !affiliationsChanged)" class="uk-button uk-button-default" disabled>Save</button> <button *ngIf="!enabled || (!hasChanged && !affiliationsChanged)" class="uk-button uk-button-default" disabled>Save</button>
</ng-template> </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 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"> <div *ngIf="showLoading" class="uk-animation-fade uk-width-1-1" role="alert">
<span class="loading-gif uk-align-center"></span> <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 *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"> <div class="uk-alert uk-alert-primary uk-margin-top-large">
<span class="uk-margin-small-right uk-icon" uk-icon="info"></span> <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>
</div> </div>
<table *ngIf="curatorId != null && curator != null && !showLoading" class="uk-width-1-2@m uk-width-1-1@s uk-align-center"> <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"> <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"> <tr *ngIf="curator.name != null">
<td for="name" class="uk-text-bold uk-text-right"> <td for="name" class="uk-text-bold uk-text-right">
Name Name

View File

@ -22,9 +22,9 @@
<div> <div>
<span class="uk-margin-small-right uk-icon uk-icon-justify" uk-icon="warning"></span> <span class="uk-margin-small-right uk-icon uk-icon-justify" uk-icon="warning"></span>
<span> <span>
Options for showing/hiding statistics from the community Monitor and Dashboard pages.<br> 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 the community Monitor.<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 the community Monitor or Dashboard. Also, statistics of deactivated entities will not appear in either Community Gateway's Overview and Graph Analysis view.
</span> </span>
</div> </div>
</div> </div>