frt
This commit is contained in:
parent
36b58badd8
commit
98f362d9d8
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user