df
This commit is contained in:
parent
98a167fd23
commit
6bec1dcbc7
|
|
@ -47,7 +47,7 @@
|
|||
</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-select selectpicker border-2" data-live-search="true">
|
||||
<select name="typeGarant" id="typeGarant" class="form-control selectpicker border-2" data-live-search="true">
|
||||
<?= liste_options($gctypegarant, $this->nettoyer($gc['typeGarant']), true) ?>
|
||||
</select>
|
||||
</div>
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
<input class="form-control majuscule shadow-none border-2" type="text" id="representant" name="representant" value="<?= $this->nettoyer($gc['representant']) ?>">
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<label class="form-label small fw-bold text-muted text-uppercase"><?= _("Sigle Représentant") ?></label>
|
||||
<label class="form-label small fw-bold text-muted text-uppercase"><?= _("Sigle") ?></label>
|
||||
<input class="form-control majuscule shadow-none border-2" type="text" id="siglerepresentant" name="siglerepresentant" value="<?= $this->nettoyer($gc['siglerepresentant']) ?>">
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
|
|
@ -72,7 +72,7 @@
|
|||
<input class="form-control shadow-none border-2" type="email" id="emailGcAssureur" name="emailGcAssureur" value="<?= $this->nettoyer($gc['email']) ?>">
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<label class="form-label small fw-bold text-muted text-uppercase"><?= _("Tél. Représentant") ?></label>
|
||||
<label class="form-label small fw-bold text-muted text-uppercase"><?= _("Téléphone Représentant") ?></label>
|
||||
<input class="form-control shadow-none border-2" type="text" id="telephonerepresentant" name="telephonerepresentant" value="<?= $this->nettoyer($gc['telephonerepresentant']) ?>">
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user