df
This commit is contained in:
parent
dc1d78c7f7
commit
076c3a0f66
|
|
@ -11,7 +11,7 @@
|
|||
<i class="fas fa-edit fs-4"></i>
|
||||
</div>
|
||||
<div>
|
||||
<h4 id="titre-page" class="mb-0 fw-bold text-uppercase"><?= _("Modification Paramètres Facturation") ?></h4>
|
||||
<h4 id="titre-page" class="mb-0 fw-bold text-uppercase"><?= _("Modification Paramètres Facturation Garant") ?></h4>
|
||||
<p class="text-muted small mb-0"><?= _("Garant :") ?> <span class="fw-bold text-dark"><?= $this->nettoyer($gc['libelle']) ?></span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
<div class="col-lg-6">
|
||||
<div class="card border-0 shadow-sm h-100">
|
||||
<div class="card-header bg-white py-3 border-bottom border-2 border-primary-light">
|
||||
<h6 class="mb-0 fw-bold text-primary text-uppercase small"><i class="fas fa-shield-alt me-2"></i><?= _("Fonds Sinistres & Caution") ?></h6>
|
||||
<h6 class="mb-0 fw-bold text-primary text-uppercase"><i class="fas fa-shield-alt me-2"></i><?= _("Fonds Sinistres & Caution") ?></h6>
|
||||
</div>
|
||||
<div class="card-body p-4">
|
||||
<div class="row g-3">
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
<input class="form-control border-2" type="text" id="seuilComplementCaution" name="seuilComplementCaution" value="<?= format_N($gc['seuilComplementCaution']) ?>">
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label small text-muted fw-bold"><?= _("Source Fonds Caution Perm.") ?></label>
|
||||
<label class="form-label small text-muted fw-bold"><?= _("Source Fonds Caution Permanent") ?></label>
|
||||
<select class="form-select shadow-none border-2" id="codeSourceFondGarantCaution" name="codeSourceFondGarantCaution" onchange="control_param_facturation_garant();">
|
||||
<?php liste_options($sourcecaution, $gc['codeSourceFondGarantCaution'], false); ?>
|
||||
</select>
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
<div class="col-lg-6">
|
||||
<div class="card border-0 shadow-sm h-100">
|
||||
<div class="card-header bg-white py-3 border-bottom border-2 border-primary-light">
|
||||
<h6 class="mb-0 fw-bold text-primary text-uppercase small"><i class="fas fa-hand-holding-usd me-2"></i><?= _("Honoraires & Commissions") ?></h6>
|
||||
<h6 class="mb-0 fw-bold text-primary text-uppercase"><i class="fas fa-hand-holding-usd me-2"></i><?= _("Honoraires & Commissions") ?></h6>
|
||||
</div>
|
||||
<div class="card-body p-4">
|
||||
<div class="row g-3">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user