fix table

This commit is contained in:
Dennis Eichhorn 2022-04-01 18:32:03 +02:00
parent 8224079a56
commit 1914d42ec6
2 changed files with 4 additions and 4 deletions

View File

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

View File

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