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