fix table

This commit is contained in:
Dennis Eichhorn 2022-04-01 18:31:50 +02:00
parent 89bac0e6e9
commit dafb17660c
3 changed files with 6 additions and 6 deletions

View File

@ -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'); ?>

View File

@ -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'); ?>

View File

@ -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'); ?>