mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
[CST-7216] Design fixes and parameter changed
This commit is contained in:

committed by
Francesco Pio Scognamiglio

parent
e47b42bc89
commit
98da08ead0
@@ -20,10 +20,15 @@
|
||||
</small>
|
||||
</div>
|
||||
|
||||
<ui-switch [checkedLabel]="'admin.metadata-import.page.toggle.upload' | translate"
|
||||
<ui-switch color="#ebebeb"
|
||||
[checkedLabel]="'admin.metadata-import.page.toggle.upload' | translate"
|
||||
[uncheckedLabel]="'admin.metadata-import.page.toggle.url' | translate"
|
||||
[checked]="isUpload"
|
||||
(change)="toggleUpload()" ></ui-switch>
|
||||
<small class="form-text text-muted">
|
||||
{{'admin.batch-import.page.toggle.help' | translate}}
|
||||
</small>
|
||||
|
||||
|
||||
<ds-file-dropzone-no-uploader
|
||||
*ngIf="isUpload"
|
||||
|
Reference in New Issue
Block a user