mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 04:23:04 +00:00
132007: Bootstrap fixes
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<span><i class="fas fa-cloud-upload"
|
||||
aria-hidden="true"></i> {{ ((fileObject === null || fileObject === undefined) ? dropMessageLabel : dropMessageLabelReplacement) | translate}} {{'uploader.or' | translate}}</span>
|
||||
<label class="btn btn-link m-0 p-0 ms-1">
|
||||
<input class="form-control-file d-none" type="file" name="file-upload"
|
||||
<input class="form-control d-none" type="file" name="file-upload"
|
||||
id="file-upload"
|
||||
(change)="handleFileInput($event)">
|
||||
{{'uploader.browse' | translate}}
|
||||
|
Reference in New Issue
Block a user