d
This commit is contained in:
parent
4ce1ce3ee3
commit
c8b1dbdfc6
|
|
@ -88,24 +88,24 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<label class="form-label small text-uppercase fw-bold"><?= _("Collège") ?></label>
|
<label class="form-label small text-uppercase fw-bold"><?= _("Collège") ?></label>
|
||||||
<input type="text" class="form-control bg-white" value="<?= $this->nettoyer($adherent['libelleCollege']) ?>" readonly>
|
<input type="text" class="form-control" value="<?= $this->nettoyer($adherent['libelleCollege']) ?>" readonly>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<label class="form-label small text-uppercase fw-bold"><?= _("Contact") ?></label>
|
<label class="form-label small text-uppercase fw-bold"><?= _("Contact") ?></label>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<span class="input-group-text"><i class="fas fa-phone"></i></span>
|
<span class="input-group-text"><i class="fas fa-phone"></i></span>
|
||||||
<input type="text" class="form-control bg-white" value="<?= $this->nettoyer($adherent['telephonePortable']) ?>" readonly>
|
<input type="text" class="form-control" value="<?= $this->nettoyer($adherent['telephonePortable']) ?>" readonly>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<label class="form-label small text-uppercase fw-bold"><?= _("E-mail") ?></label>
|
<label class="form-label small text-uppercase fw-bold"><?= _("E-mail") ?></label>
|
||||||
<input type="email" class="form-control bg-white" value="<?= $this->nettoyer($adherent['email']) ?>" readonly>
|
<input type="email" class="form-control" value="<?= $this->nettoyer($adherent['email']) ?>" readonly>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-8">
|
<div class="col-md-8">
|
||||||
<label class="form-label small text-uppercase fw-bold"><?= _("Localisation") ?></label>
|
<label class="form-label small text-uppercase fw-bold"><?= _("Localisation") ?></label>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<span class="input-group-text"><i class="fas fa-map-marker-alt"></i></span>
|
<span class="input-group-text"><i class="fas fa-map-marker-alt"></i></span>
|
||||||
<input type="text" class="form-control bg-white" value="<?= $this->nettoyer($adherent['pays']) ?> / <?= $this->nettoyer($adherent['ville']) ?> / <?= $this->nettoyer($adherent['localite']) ?>" readonly>
|
<input type="text" class="form-control" value="<?= $this->nettoyer($adherent['pays']) ?> / <?= $this->nettoyer($adherent['ville']) ?> / <?= $this->nettoyer($adherent['localite']) ?>" readonly>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user