mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-15 15:58:41 +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">
|
<table id="billList" class="default sticky">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><label class="checkbox" for="iBillSelect-0">
|
<td><label class="checkbox" for="iBillSelect-">
|
||||||
<input type="checkbox" id="iBillSelect-0" name="billselect">
|
<input type="checkbox" id="iBillSelect-" name="billselect">
|
||||||
<span class="checkmark"></span>
|
<span class="checkmark"></span>
|
||||||
</label>
|
</label>
|
||||||
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<table id="billList" class="default sticky">
|
<table id="billList" class="default sticky">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><label class="checkbox" for="iBillSelect-0">
|
<td><label class="checkbox" for="iBillSelect-">
|
||||||
<input type="checkbox" id="iBillSelect-0" name="billselect">
|
<input type="checkbox" id="iBillSelect-" name="billselect">
|
||||||
<span class="checkmark"></span>
|
<span class="checkmark"></span>
|
||||||
</label>
|
</label>
|
||||||
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<table id="billList" class="default sticky">
|
<table id="billList" class="default sticky">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><label class="checkbox" for="iBillSelect-0">
|
<td><label class="checkbox" for="iBillSelect-">
|
||||||
<input type="checkbox" id="iBillSelect-0" name="billselect">
|
<input type="checkbox" id="iBillSelect-" name="billselect">
|
||||||
<span class="checkmark"></span>
|
<span class="checkmark"></span>
|
||||||
</label>
|
</label>
|
||||||
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user