|
@ -29,17 +29,17 @@ |
|
|
<!-- The Modal --> |
|
|
<!-- The Modal --> |
|
|
<div id="myModal" class="modal"> |
|
|
<div id="myModal" class="modal"> |
|
|
<!-- Modal content --> |
|
|
<!-- Modal content --> |
|
|
<div class="modal-content"> |
|
|
<div class="modal-content" id="modal_for_attachment"> |
|
|
<div class="modal-header"> |
|
|
<div class="modal-header" id="payment_proof_modal_header"> |
|
|
<h5>Upload Transaction Receipt</h5> |
|
|
<h5>Upload Transaction Receipt</h5> |
|
|
<span class="close_modal"> |
|
|
<span class="close_modal"> |
|
|
<i class="fa fa-times-circle"/> |
|
|
<i class="fa fa-times-circle"/> |
|
|
</span> |
|
|
</span> |
|
|
</div> |
|
|
</div> |
|
|
<div class="modal-body"> |
|
|
<div class="modal-body" id="payment_proof_modal_body"> |
|
|
<p>Note :- You can attach proof of payments.</p> |
|
|
<p>Note :- You can attach proof of payments.</p> |
|
|
</div> |
|
|
</div> |
|
|
<div class="modal-footer"> |
|
|
<div class="modal-footer" id="payment_proof_modal_footer"> |
|
|
<input type="file" name="file" |
|
|
<input type="file" name="file" |
|
|
id="payment_proof" |
|
|
id="payment_proof" |
|
|
multiple="true" |
|
|
multiple="true" |
|
|