Merge branch 'CST-5270-sherpa-romeo-integration' of https://bitbucket.org/4Science/dspace-angular into CST-5270-sherpa-romeo-integration

This commit is contained in:
Rezart Vata
2022-05-24 12:28:43 +02:00
2 changed files with 2 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
<ds-alert [type]="'alert-info'" *ngIf="hasNoData()" [content]="'submission.sections.sherpa-policy.title-empty'">
</ds-alert>
<div *ngIf="!hasNoData()" class="refresh-container mt-2 mb-2">
<div *ngIf="!hasNoData()" class="d-flex justify-content-end mt-2 mb-2">
<button type="button" class="btn btn-secondary pull-right" (click)="refresh()">
<span><i class="fas fa-sync"></i> {{'submission.sections.sherpa.publisher.policy.refresh' | translate}} </span>
</button>
@@ -64,4 +64,4 @@
[content]="!!sherpaData.message ? sherpaData.message : 'submission.sections.sherpa.error.message'| translate">
</ds-alert>
</ng-container>
</ng-container>
</ng-container>

View File

@@ -1,4 +0,0 @@
.refresh-container {
display: flex;
justify-content: right;
}