minor changes on comments

This commit is contained in:
jouls 2024-03-20 17:05:12 +08:00
parent 2ee9074e86
commit d1d081aabf
1 changed files with 0 additions and 54 deletions

View File

@ -258,8 +258,6 @@ if ($_SESSION["userId"] <> "") {
<button type="button" class="btn btn-primary btn-sm" data-bs-toggle="modal" data-bs-target="#payoutModal">
Details
</button>
<!-- <a class="btn btn-lg btn-primary" data-bs-toggle="modal" data-bs-target="#payoutModal">Details</a> -->
</td>
</tbody>
</table>
@ -355,58 +353,6 @@ if ($_SESSION["userId"] <> "") {
</div>
</div>
</div>
<!-- Modal
<div class="modal fade" id="payoutModal" tabindex="-1" aria-labelledby="payoutModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document" style="max-width: 1200px;">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="payoutModalLabel">Payout ID: po_123433djfddWW35</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div class="container-fluid">
<div class="row">
<div class="">
<h6><strong>Payout Information</strong></h6>
</div>
<div clas="">
<h6><strong>Bank Information</strong></h6>
</div>
<div clas="mt-5">
<h6><strong>Transaction Logs</strong></h6>
<div class="table-responsive">
<table id="example" class="table ec-table">
<thead>
<tr>
<th>Type</th>
<th>Transaction Date</th>
<th>Gross Amount</th>
<th>Fee</th>
<th>Net Amount</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<td> Payment </td>
<td> December 1, 2020, 10:00 PM </td>
<td> 150.OO </td>
<td> - 5.00 </td>
<td> 145.00 </td>
<td> FOURFORTY - 175 </td>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-bs-dismiss="modal">Confirm</button>
</div>
</div>
</div>
</div> -->
<!-- End Vendor setting section -->
<!-- Footer Start -->