mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-01-26 06:38:40 +00:00
fix table
This commit is contained in:
parent
8224079a56
commit
1914d42ec6
|
|
@ -25,8 +25,8 @@ $bills = $this->getData('newestInvoices') ?? [];
|
|||
<table id="billList" class="default">
|
||||
<thead>
|
||||
<tr>
|
||||
<td><label class="checkbox" for="iBillSelect-0">
|
||||
<input type="checkbox" id="iBillSelect-0" name="billselect">
|
||||
<td><label class="checkbox" for="iBillSelect-">
|
||||
<input type="checkbox" id="iBillSelect-" name="billselect">
|
||||
<span class="checkmark"></span>
|
||||
</label>
|
||||
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@ $items = $this->getData('items') ?? [];
|
|||
<table id="iSalesItemList" class="default">
|
||||
<thead>
|
||||
<tr>
|
||||
<td><label class="checkbox" for="iSalesItemSelect-0">
|
||||
<input type="checkbox" id="iSalesItemSelect-0" name="itemselect">
|
||||
<td><label class="checkbox" for="iSalesItemSelect-">
|
||||
<input type="checkbox" id="iSalesItemSelect-" name="itemselect">
|
||||
<span class="checkmark"></span>
|
||||
</label>
|
||||
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user