File tree Expand file tree Collapse file tree
src/app/item-page/edit-item-page Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11< div class ="col-12 col-md-3 h-auto float-left d-flex action-label ">
2- < span class ="justify-content-center align-self-center ">
2+ < span class ="justify-content-center align-self-center font-weight-bold ">
33 {{'item.edit.tabs.status.buttons.' + operation.operationKey + '.label' | translate}}
44 </ span >
55</ div >
Original file line number Diff line number Diff line change 11< p class ="mt-2 "> {{'item.edit.tabs.status.description' | translate}}</ p >
22< div class ="row ">
33 < div *ngFor ="let statusKey of statusDataKeys " class ="w-100 pt-1 ">
4- < div class ="col-12 col-md-3 float-left status-label ">
4+ < div class ="col-12 col-md-3 float-left status-label font-weight-bold ">
55 {{'item.edit.tabs.status.labels.' + statusKey | translate}}:
66 </ div >
77 < div class ="col-12 col-md-9 float-left status-data " id ="status-{{statusKey}} ">
1111
1212 < div *ngFor ="let identifier of (identifiers$ | async) " class ="w-100 pt-1 ">
1313 < div *ngIf ="(identifier.identifierType==='doi') ">
14- < div class ="col-12 col-md-3 float-left status-label ">
14+ < div class ="col-12 col-md-3 float-left status-label font-weight-bold ">
1515 {{identifier.identifierType.toLocaleUpperCase()}}
1616 </ div >
17- < div class ="col-12 col-md-9 float-left status-label "> {{identifier.value}}
17+ < div class ="col-12 col-md-9 float-left status-label font-weight-bold "> {{identifier.value}}
1818 ({{"item.edit.identifiers.doi.status."+identifier.identifierStatus|translate}})</ div >
1919 </ div >
2020 </ div >
2121
22- < div class ="col-12 col-md-3 float-left status-label ">
22+ < div class ="col-12 col-md-3 float-left status-label font-weight-bold ">
2323 {{'item.edit.tabs.status.labels.itemPage' | translate}}:
2424 </ div >
2525 < div class ="col-12 col-md-9 float-left status-data " id ="status-itemPage ">
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ import { ItemOperation } from '../item-operation/itemOperation.model';
6060
6161@Component ( {
6262 selector : 'ds-base-item-status' ,
63- styleUrls : [ 'item-status.component.scss' ] ,
6463 templateUrl : './item-status.component.html' ,
6564 changeDetection : ChangeDetectionStrategy . Default ,
6665 animations : [
You can’t perform that action at this time.
0 commit comments