sq
This commit is contained in:
parent
1fe8261a5c
commit
5aaf54d861
|
|
@ -22,22 +22,22 @@
|
||||||
</h6>
|
</h6>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="row g-3 bg-primary-ghost">
|
<div class="row g-2 bg-primary-ghost mb-1">
|
||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
<label class="form-label small fw-bold text-muted"><?= _("Code") ?></label>
|
<label class="form-label small fw-bold text-muted"><?= _("Code") ?></label>
|
||||||
<input class="form-control bg-white border-0 shadow-none fw-bold" type="text" value="<?= $this->nettoyer($societeuser['codeSociete']) ?>" readonly>
|
<input class="form-control bg-white border-0 shadow-none fw-bold" type="text" value="<?= $this->nettoyer($societeuser['codeSociete']) ?>" readonly>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-9">
|
<div class="col-md-9">
|
||||||
<label class="form-label small fw-bold text-muted"><?= _("Nom") ?></label>
|
<label class="form-label small fw-bold text-muted"><?= _("Nom") ?></label>
|
||||||
<input class="form-control bg-light border-0 shadow-none fw-bold" type="text" value="<?= $this->nettoyer($societeuser['nomSociete']) ?>" readonly>
|
<input class="form-control bg-white border-0 shadow-none fw-bold" type="text" value="<?= $this->nettoyer($societeuser['nomSociete']) ?>" readonly>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<label class="form-label small fw-bold text-muted"><?= _("Adresse Géographique") ?></label>
|
<label class="form-label small fw-bold text-muted"><?= _("Adresse Géographique") ?></label>
|
||||||
<input class="form-control bg-light border-0 shadow-none" type="text" value="<?= $this->nettoyer($societeuser['adresseGeoSociete']) ?>" readonly>
|
<input class="form-control bg-white border-0 shadow-none" type="text" value="<?= $this->nettoyer($societeuser['adresseGeoSociete']) ?>" readonly>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<label class="form-label small fw-bold text-muted"><?= _("Adresse Postale") ?></label>
|
<label class="form-label small fw-bold text-muted"><?= _("Adresse Postale") ?></label>
|
||||||
<input class="form-control bg-light border-0 shadow-none" type="text" value="<?= $this->nettoyer($societeuser['adressePostSociete']) ?>" readonly>
|
<input class="form-control bg-white border-0 shadow-none" type="text" value="<?= $this->nettoyer($societeuser['adressePostSociete']) ?>" readonly>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user