File tree Expand file tree Collapse file tree
app/collection-page/edit-item-template-page Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 < ng-container *ngIf ="itemRD?.hasSucceeded ">
55 < h2 class ="border-bottom "> {{ 'collection.edit.template.head' | translate:{ collection: dsoNameService.getName(collection) } }}</ h2 >
66 < ds-themed-dso-edit-metadata [updateDataService] ="itemTemplateService " [dso] ="itemRD?.payload "> </ ds-themed-dso-edit-metadata >
7- < button [routerLink] ="getCollectionEditUrl(collection) " class ="btn btn-outline-secondary "> {{ 'collection.edit.template.cancel' | translate }}</ button >
7+ < button [routerLink] ="getCollectionEditUrl(collection) " class ="btn btn-outline-secondary ">
8+ < i class ="fas fa-arrow-left "> </ i >
9+ {{ 'collection.edit.template.back' | translate }}
10+ </ button >
811 </ ng-container >
912 < ds-themed-loading *ngIf ="itemRD?.isLoading " [message] ="'collection.edit.template.loading' | translate "> </ ds-themed-loading >
1013 < ds-alert *ngIf ="itemRD?.hasFailed " [type] ="AlertTypeEnum.Error " [content] ="'collection.edit.template.error' | translate "> </ ds-alert >
Original file line number Diff line number Diff line change 13271327
13281328 "collection.edit.template.breadcrumbs" : "Item template" ,
13291329
1330- "collection.edit.template.cancel " : "Cancel " ,
1330+ "collection.edit.template.back " : "Back " ,
13311331
13321332 "collection.edit.template.delete-button" : "Delete" ,
13331333
You can’t perform that action at this time.
0 commit comments