This commit is contained in:
KONE SOREL 2026-04-10 20:20:28 +00:00
parent 98f362d9d8
commit 12e9c5c641

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" name="numeroTable" id="btnTable<?= $val ?>" value="<?= $val ?>" <?= $val == 1 ? 'checked' : '' ?> onClick="filtreTableReference(this.value);">
<label class="btn btn-primary py-2 fw-medium rounded-pill" for="btnTable<?= $val ?>"><?= $libelle ?></label>
<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>
<?php endforeach; ?>
</div>
</div>