This commit is contained in:
KANE LAZENI 2026-01-03 03:21:22 +00:00
parent caf55c1625
commit 07b4f0085a

View File

@ -1,5 +1,4 @@
<div id="div_selection_assure"> <table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:8pt;">
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:8pt;">
<thead> <thead>
<tr> <tr>
<th> <?= _("Cat") ?> </th> <th> <?= _("Cat") ?> </th>
@ -49,5 +48,4 @@
</tr> </tr>
<?php endforeach; ?> <?php endforeach; ?>
</tbody> </tbody>
</table> </table>
</div>