This commit is contained in:
KONE SOREL 2026-04-10 20:21:17 +00:00
parent 12e9c5c641
commit 7324ba6a7a

View File

@ -27,8 +27,8 @@
[1 => 'Générale', 2 => 'Production', 3 => 'Médical et Sinistre', 5 => 'Comptabilité'];
foreach($modules as $val => $libelle): ?>
<input type="radio" class="btn-check rounded-pill btn-primary" name="numeroTable" id="btnTable<?= $val ?>" value="<?= $val ?>" <?= $val == 1 ? 'checked' : '' ?> onClick="filtreTableReference(this.value);">
<label class="btn btn-outline-primary py-2 fw-medium" for="btnTable<?= $val ?>"><?= $libelle ?></label>
<input type="radio" class="btn-check rounded-pill" name="numeroTable" id="btnTable<?= $val ?>" value="<?= $val ?>" <?= $val == 1 ? 'checked' : '' ?> onClick="filtreTableReference(this.value);">
<label class="btn btn-outline-primary py-2 fw-medium btn-outline-primary" for="btnTable<?= $val ?>"><?= $libelle ?></label>
<?php endforeach; ?>
</div>
</div>