sqze
This commit is contained in:
parent
5c626d84d7
commit
ae8438afdc
|
|
@ -29,20 +29,24 @@
|
|||
</small>
|
||||
</div>
|
||||
</div>
|
||||
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></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"
|
||||
style="background: transparent; transition: transform 0.2s ease;">
|
||||
<i class="fas fa-times text-white fs-4"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="modal-body p-4 bg-white">
|
||||
<input class="sr-only" type="text" id="idLien" name="idLien" value="<?= $this->nettoyer($lienparente['id']) ?>">
|
||||
|
||||
<div class="p-3 mb-4 rounded-3 border" style="background-color: #faf9f8; border-color: var(--border-light) !important;">
|
||||
<div class="p-3 mb-4 rounded-3 border bg-primary-ghost">
|
||||
<div class="row g-3">
|
||||
<div class="col-4">
|
||||
<label class="form-label small fw-bold text-muted text-uppercase mb-1" style="font-size: 0.65rem;"><?= _("Code") ?></label>
|
||||
<label class="form-label small fw-bold text-muted mb-1" style="font-size: 0.65rem;"><?= _("Code") ?></label>
|
||||
<div class="h6 mb-0 fw-bold text-dark"><?= $codeLienParente ?></div>
|
||||
</div>
|
||||
<div class="col-8 border-start" style="border-color: var(--border-light) !important;">
|
||||
<label class="form-label small fw-bold text-muted text-uppercase mb-1" style="font-size: 0.65rem;"><?= _("Désignation") ?></label>
|
||||
<label class="form-label small fw-bold text-muted mb-1" style="font-size: 0.65rem;"><?= _("Désignation") ?></label>
|
||||
<div class="h6 mb-0 fw-bold text-dark"><?= $libelle ?></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -50,7 +54,7 @@
|
|||
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<label class="form-label small fw-bold text-muted text-uppercase mb-2" style="font-size: 0.65rem;">
|
||||
<label class="form-label small fw-bold text-muted mb-2" style="font-size: 0.65rem;">
|
||||
<i class="fas fa-check-circle me-1 text-primary"></i> <?= _("Statut de vigeur") ?>
|
||||
</label>
|
||||
<select class="form-select fw-bold shadow-none" id="enVigueur" name="enVigueur"
|
||||
|
|
@ -58,6 +62,7 @@
|
|||
<?php liste_options($enVigueurOuiNon, $lienparente['enVigueur'], true); ?>
|
||||
</select>
|
||||
<div class="form-text small text-muted mt-2">
|
||||
<i class="fas fa-info-circle me-1"></i>
|
||||
<?= _("La modification impactera immédiatement l'utilisation de ce lien de parenté.") ?>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -71,7 +76,7 @@
|
|||
<?= _("Annuler") ?>
|
||||
</button>
|
||||
|
||||
<button type="button" class="btn btn-primary btn-sm px-4 fw-bold shadow-sm" onclick="javascript:enregistrer_modif_lien_parente();">
|
||||
<button type="button" class="btn btn-warning btn-sm px-4 fw-bold shadow-sm" onclick="javascript:enregistrer_modif_lien_parente();">
|
||||
<i class="fas fa-save me-1"></i> <?= _("Appliquer") ?>
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user