[CST-4320] back button standardized style

This commit is contained in:
Alessandro Martelli
2021-07-07 16:10:11 +02:00
parent 3d6cacadff
commit dbb4d08ca0
2 changed files with 6 additions and 2 deletions

View File

@@ -29,8 +29,10 @@
<ds-item-page-full-file-section [item]="item"></ds-item-page-full-file-section>
<ds-item-page-collections [item]="item"></ds-item-page-collections>
<ds-item-versions class="mt-2" [item]="item"></ds-item-versions>
<div *ngIf="fromWfi">
<a class="btn btn-light mt-3" (click)="back()">{{'process.detail.back' | translate}}</a>
<div class="button-row bottom" *ngIf="fromWfi">
<div class="text-right">
<a class="btn btn-outline-secondary mr-1" (click)="back()"><i class="fas fa-arrow-left"></i> {{'item.page.return' | translate}}</a>
</div>
</div>
</div>
</div>

View File

@@ -1905,6 +1905,8 @@
"item.page.filesection.license.bundle" : "License bundle",
"item.page.return": "Back",
"item.preview.dc.identifier.uri": "Identifier:",
"item.preview.dc.contributor.author": "Authors:",