d
This commit is contained in:
parent
6bec1dcbc7
commit
232b4e89ea
|
|
@ -37,14 +37,14 @@
|
|||
<div class="tab-pane fade show active" id="tab-identite" role="tabpanel">
|
||||
<div class="card border-0 shadow-sm p-4">
|
||||
<div class="row g-3">
|
||||
<div class="col-md-6">
|
||||
<label class="form-label small fw-bold text-muted text-uppercase"><?= _("Nom du Garant") ?> <span class="text-danger">*</span></label>
|
||||
<input class="form-control majuscule shadow-none border-2" type="text" id="libelle" name="libelle" value="<?= $this->nettoyer($gc['libelle']) ?>" required>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<label class="form-label small fw-bold text-muted text-uppercase"><?= _("Code Garant") ?></label>
|
||||
<input class="form-control bg-light border-2 fw-bold" type="text" id="codeGcAssureur" name="codeGcAssureur" value="<?= $this->nettoyer($gc['codeGcAssureur']) ?>" readonly>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label small fw-bold text-muted text-uppercase"><?= _("Nom du Garant") ?> <span class="text-danger">*</span></label>
|
||||
<input class="form-control majuscule shadow-none border-2" type="text" id="libelle" name="libelle" value="<?= $this->nettoyer($gc['libelle']) ?>" required>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<label class="form-label small fw-bold text-muted text-uppercase"><?= _("Type Garant") ?> <span class="text-danger">*</span></label>
|
||||
<select name="typeGarant" id="typeGarant" class="form-control selectpicker border-2" data-live-search="true">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user