This commit is contained in:
KONE SOREL 2026-04-10 20:19:01 +00:00
parent 36b58badd8
commit 98f362d9d8

View File

@ -28,7 +28,7 @@
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" for="btnTable<?= $val ?>"><?= $libelle ?></label>
<label class="btn btn-primary py-2 fw-medium rounded-pill" for="btnTable<?= $val ?>"><?= $libelle ?></label>
<?php endforeach; ?>
</div>
</div>