mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-04 02:38:39 +00:00
fix table
This commit is contained in:
parent
89bac0e6e9
commit
dafb17660c
|
|
@ -26,8 +26,8 @@ echo $this->getData('nav')->render(); ?>
|
|||
<table id="billList" class="default sticky">
|
||||
<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 @@ echo $this->getData('nav')->render(); ?>
|
|||
<table id="billList" class="default sticky">
|
||||
<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 @@ echo $this->getData('nav')->render(); ?>
|
|||
<table id="billList" class="default sticky">
|
||||
<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'); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user