df
This commit is contained in:
parent
f6c6f32caf
commit
bba5d8e3da
|
|
@ -47,19 +47,19 @@
|
|||
<div class="col-12 mt-4">
|
||||
<div class="row g-3 p-3 rounded bg-primary-ghost">
|
||||
<div class="col-md-6">
|
||||
<label class="form-label small text-dark"><i class="fas fa-map-marker-alt me-1 text-primary"></i> <?= _("Siège Social") ?></label>
|
||||
<label class="form-label small text-dark fw-bold"><i class="fas fa-map-marker-alt me-1 text-primary"></i> <?= _("Siège Social") ?></label>
|
||||
<textarea class="form-control form-control-sm border-0 bg-white" rows="2" readonly><?=$this->nettoyer($societeuser['adresseGeoSociete'])?></textarea>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label small text-dark"><i class="fas fa-box me-1 text-primary"></i> <?= _("Boite Postale") ?></label>
|
||||
<label class="form-label small text-dark fw-bold"><i class="fas fa-box me-1 text-primary"></i> <?= _("Boite Postale") ?></label>
|
||||
<textarea class="form-control form-control-sm border-0 bg-white" rows="2" readonly><?=$this->nettoyer($societeuser['adressePostSociete'])?></textarea>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label small text-dark"><?= _("Ville") ?></label>
|
||||
<label class="form-label small text-dark fw-bold"><?= _("Ville") ?></label>
|
||||
<input class="form-control form-control-sm border-0 bg-white" type="text" value="<?=$this->nettoyer($societeuser['ville'])?>" readonly>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label small text-dark"><?= _("Pays") ?></label>
|
||||
<label class="form-label small text-dark fw-bold"><?= _("Pays") ?></label>
|
||||
<input class="form-control form-control-sm border-0 bg-white fw-bold" type="text" value="<?=$societeuser['pays']?>" readonly>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user