dd
This commit is contained in:
parent
d9323ff27b
commit
b39b7ce22b
|
|
@ -18,7 +18,7 @@
|
|||
<div class="card border-0 shadow-sm mb-4">
|
||||
<div class="card-header bg-light py-3">
|
||||
<h6 class="mb-0 fw-bold text-muted small text-uppercase">
|
||||
<i class="fas fa-building me-2"></i><?= _("Informations Émetteur") ?>
|
||||
<i class="fas fa-building me-2"></i><?= _("Informations Émetteur (Centre de Gestion)") ?>
|
||||
</h6>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
<input class="form-control bg-light border-0 shadow-none fw-bold" type="text" value="<?= $this->nettoyer($societeuser['nomSociete']) ?>" readonly>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label small text-uppercase fw-bold text-muted"><?= _("Adresse Géo") ?></label>
|
||||
<label class="form-label small text-uppercase 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>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user