mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 21:13:07 +00:00
[CST-9639] Validation, translations and style fixes
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
<div class="container">
|
||||
<div class="card">
|
||||
<div class="card border-0">
|
||||
<div class="card-body">
|
||||
<ng-content select="[title]"></ng-content>
|
||||
<ds-alert
|
||||
*ngIf="titleMessage"
|
||||
[type]="AlertType.Info"
|
||||
[content]="titleMessage">
|
||||
</ds-alert>
|
||||
|
||||
<div class="row mt-5">
|
||||
<div class="col-12 col-md-6 border-right">
|
||||
@@ -75,7 +79,7 @@
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio"
|
||||
<input class="form-check-input mt-2" type="radio"
|
||||
name="changesLimit" id="processSelected" value="selected"
|
||||
[disabled]="!state.bitstream.toggleStatus"
|
||||
[(ngModel)]="state.bitstream.changesLimit">
|
||||
@@ -85,9 +89,9 @@
|
||||
|
||||
<button
|
||||
*ngIf="itemRD"
|
||||
[disabled]="!state.bitstream.toggleStatus && state.bitstream.changesLimit !== 'selected'"
|
||||
[disabled]="!state.bitstream.toggleStatus || state.bitstream.changesLimit !== 'selected'"
|
||||
(click)="openSelectBitstreamsModal(itemRD.payload)"
|
||||
class="btn btn-outline-dark" type="button">
|
||||
class="btn btn-outline-dark border-0" type="button">
|
||||
<i class="fa fa-search"></i>
|
||||
</button>
|
||||
|
||||
|
Reference in New Issue
Block a user