fg
This commit is contained in:
parent
dfcda88e1d
commit
61e7e48656
|
|
@ -16,7 +16,13 @@
|
|||
<small class="text-light"><?= _("Paramétrage complet des règles de prise en charge") ?></small>
|
||||
</div>
|
||||
</div>
|
||||
<button type="button" class="btn-close text-light" data-bs-dismiss="modal" onclick="detail_baremepriseencharge(<?= $idBareme ?>);"></button>
|
||||
|
||||
<button type="button" class="btn p-2 border-0 shadow-none d-flex align-items-center justify-content-center"
|
||||
data-bs-dismiss="modal" aria-label="Close"
|
||||
onclick="detail_baremepriseencharge(<?= $idBareme ?>);"
|
||||
style="background: transparent; transition: transform 0.2s ease;">
|
||||
<i class="fas fa-times text-white fs-4"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="modal-body bg-body-tertiary p-4">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user