mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
[CST-4320] back button standardized style
This commit is contained in:
@@ -29,8 +29,10 @@
|
|||||||
<ds-item-page-full-file-section [item]="item"></ds-item-page-full-file-section>
|
<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-page-collections [item]="item"></ds-item-page-collections>
|
||||||
<ds-item-versions class="mt-2" [item]="item"></ds-item-versions>
|
<ds-item-versions class="mt-2" [item]="item"></ds-item-versions>
|
||||||
<div *ngIf="fromWfi">
|
<div class="button-row bottom" *ngIf="fromWfi">
|
||||||
<a class="btn btn-light mt-3" (click)="back()">{{'process.detail.back' | translate}}</a>
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -1905,6 +1905,8 @@
|
|||||||
|
|
||||||
"item.page.filesection.license.bundle" : "License bundle",
|
"item.page.filesection.license.bundle" : "License bundle",
|
||||||
|
|
||||||
|
"item.page.return": "Back",
|
||||||
|
|
||||||
"item.preview.dc.identifier.uri": "Identifier:",
|
"item.preview.dc.identifier.uri": "Identifier:",
|
||||||
|
|
||||||
"item.preview.dc.contributor.author": "Authors:",
|
"item.preview.dc.contributor.author": "Authors:",
|
||||||
|
Reference in New Issue
Block a user