FIX_label file size
This commit is contained in:
parent
a8f5326b32
commit
e2c130b717
@ -618,6 +618,7 @@
|
||||
<input type="file" class="form-control" id="${fileId}" name="file_upload[]" accept=".pdf,.jpg,.jpeg,.png" required
|
||||
data-parsley-required-message="File is required."
|
||||
data-parsley-claimfileext-message="Only PDF, JPG, JPEG, and PNG files are allowed.">
|
||||
<small class="text-muted"> Allowed: PDF, JPG, JPEG, PNG. </small>
|
||||
</div>
|
||||
<div class="form-group col-md-2" style="position: relative; top: 28px;">
|
||||
<a class="btn btn-danger waves-effect waves-light" onclick="removeHTMLInput(this)" style="background-color: #BD0707;">
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
<div class="col-lg-12">
|
||||
<div class="card" id="collapseOne">
|
||||
<div class="card-body">
|
||||
<small class="text-danger"> * Allowed: PDF, JPG, JPEG, PNG. </small>
|
||||
<div class="table-responsive">
|
||||
<table data-custom-table-css="second-table" id="kyc_table" class="table table-sm mb-0">
|
||||
<thead>
|
||||
|
||||
@ -1229,7 +1229,7 @@ function nonebAddFileUploadHtml() {
|
||||
var row = document.createElement('div');
|
||||
row.className = 'form-row dynamic-form-row';
|
||||
row.innerHTML = '<div class="form-group col-md-5"><label>Document Name <span class="text-danger">*</span></label><input type="text" class="form-control" name="docs_name[]" placeholder="Enter file name" required></div>' +
|
||||
'<div class="form-group col-md-5"><label>Choose File <span class="text-danger">*</span></label><input type="file" class="form-control" name="file_upload[]" accept=".pdf,.jpg,.jpeg,.png" required></div>' +
|
||||
'<div class="form-group col-md-5"><label>Choose File <span class="text-danger">*</span></label><input type="file" class="form-control" name="file_upload[]" accept=".pdf,.jpg,.jpeg,.png" required><small class="text-muted"> Allowed: PDF, JPG, JPEG, PNG. </small></div>' +
|
||||
'<div class="form-group col-md-2" style="position:relative;top:28px;"><a class="btn btn-danger btn-sm" onclick="nonebRemoveHTMLInput(this)"><i class="mdi mdi-delete"></i></a></div>';
|
||||
container.appendChild(row);
|
||||
}
|
||||
|
||||
@ -449,7 +449,7 @@
|
||||
</div>
|
||||
|
||||
<input type="file" id="Question_title_fileInput" style="display: none;">
|
||||
|
||||
<small class="text-danger"> * Allowed: PDF, JPG, JPEG, PNG. </small>
|
||||
<table data-custom-table-css="table" id="attachment_table_common" class="table table-sm mb-0" style="margin-top: 30px;">
|
||||
<thead>
|
||||
<tr>
|
||||
@ -537,7 +537,7 @@
|
||||
</div>
|
||||
|
||||
<input type="file" id="Question_title_fileInput" style="display: none;">
|
||||
|
||||
<small class="text-danger"> * Allowed: PDF, JPG, JPEG, PNG. </small>
|
||||
<table data-custom-table-css="table" id="attachment_table" class="table table-sm mb-0" style="margin-top: 30px;">
|
||||
<thead>
|
||||
<tr>
|
||||
@ -642,7 +642,7 @@
|
||||
|
||||
|
||||
<input type="file" id="Question_title_fileInput" style="display: none;">
|
||||
|
||||
<small class="text-danger"> * Allowed: PDF, JPG, JPEG, PNG. </small>
|
||||
<table data-custom-table-css="table" id="attachment_table_reminder" class="table table-sm mb-0" style="margin-top: 30px;">
|
||||
<thead>
|
||||
<tr>
|
||||
@ -738,6 +738,7 @@
|
||||
|
||||
|
||||
<input type="file" id="Question_title_fileInput" style="display: none;">
|
||||
<small class="text-danger"> * Allowed: PDF, JPG, JPEG, PNG. </small>
|
||||
<table data-custom-table-css="table" id="attachment_table_ecard" class="table table-sm mb-0" style="margin-top: 30px;">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user