mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 05:53:03 +00:00
Merge branch 'w2p-89984_feature-rtl-theme_contribute-7.2' into w2p-91272_Add-themed-components-to-upstream-branch
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
{{'collection.select.empty' | translate}}
|
||||
</div>
|
||||
<ds-error *ngIf="collectionsRD?.hasFailed" message="{{'error.collections' | translate}}"></ds-error>
|
||||
<ds-loading *ngIf="!collectionsRD || collectionsRD?.isLoading" message="{{'loading.collections' | translate}}"></ds-loading>
|
||||
<ds-themed-loading *ngIf="!collectionsRD || collectionsRD?.isLoading" message="{{'loading.collections' | translate}}"></ds-themed-loading>
|
||||
<div class="space-children-mr float-right" *ngVar="(selectedIds$ | async) as selectedIds">
|
||||
<button class="btn btn-outline-secondary collection-cancel" (click)="onCancel()">
|
||||
<i class="fas fa-times"></i> {{cancelButton | translate}}
|
||||
|
@@ -36,7 +36,7 @@
|
||||
{{'item.select.empty' | translate}}
|
||||
</div>
|
||||
<ds-error *ngIf="itemsRD?.hasFailed" message="{{'error.items' | translate}}"></ds-error>
|
||||
<ds-loading *ngIf="!itemsRD || itemsRD?.isLoading" message="{{'loading.items' | translate}}"></ds-loading>
|
||||
<ds-themed-loading *ngIf="!itemsRD || itemsRD?.isLoading" message="{{'loading.items' | translate}}"></ds-themed-loading>
|
||||
<div *ngVar="(selectedIds$ | async) as selectedIds">
|
||||
<button class="btn btn-outline-secondary item-cancel float-left" (click)="onCancel()">{{cancelButton | translate}}</button>
|
||||
<button class="btn item-confirm float-right"
|
||||
|
Reference in New Issue
Block a user