drt
This commit is contained in:
parent
7324ba6a7a
commit
40346544c1
|
|
@ -27,8 +27,8 @@
|
||||||
[1 => 'Générale', 2 => 'Production', 3 => 'Médical et Sinistre', 5 => 'Comptabilité'];
|
[1 => 'Générale', 2 => 'Production', 3 => 'Médical et Sinistre', 5 => 'Comptabilité'];
|
||||||
|
|
||||||
foreach($modules as $val => $libelle): ?>
|
foreach($modules as $val => $libelle): ?>
|
||||||
<input type="radio" class="btn-check rounded-pill" name="numeroTable" id="btnTable<?= $val ?>" value="<?= $val ?>" <?= $val == 1 ? 'checked' : '' ?> onClick="filtreTableReference(this.value);">
|
<input type="radio" class="btn-check" 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>
|
<label class="btn btn-outline-primary py-2 fw-medium" for="btnTable<?= $val ?>"><?= $libelle ?></label>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user