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