df
This commit is contained in:
parent
bba5d8e3da
commit
38d232c449
|
|
@ -83,19 +83,19 @@
|
|||
<div class="card-body px-4 pt-0">
|
||||
<ul class="list-group list-group-flush border-top border-light">
|
||||
<li class="list-group-item d-flex justify-content-between align-items-center px-0 py-3 bg-transparent">
|
||||
<span class="small text-dark"><i class="fas fa-phone-alt me-2 text-primary opacity-50"></i><?= _("Standard Fixe") ?></span>
|
||||
<span class="small text-dark fw-bold"><i class="fas fa-phone-alt me-2 text-primary opacity-50"></i><?= _("Standard Fixe") ?></span>
|
||||
<span class="fw-medium"><?= $this->nettoyer($societeuser['telephoneSociete']) ?></span>
|
||||
</li>
|
||||
<li class="list-group-item d-flex justify-content-between align-items-center px-0 py-3 bg-transparent">
|
||||
<span class="small text-dark"><i class="fas fa-mobile-alt me-2 text-primary opacity-50"></i><?= _("Ligne Directe") ?></span>
|
||||
<span class="small text-dark fw-bold"><i class="fas fa-mobile-alt me-2 text-primary opacity-50"></i><?= _("Ligne Directe") ?></span>
|
||||
<span class="fw-medium"><?= $this->nettoyer($societeuser['portable']) ?></span>
|
||||
</li>
|
||||
<li class="list-group-item d-flex justify-content-between align-items-center px-0 py-3 bg-transparent">
|
||||
<span class="small text-dark"><i class="fas fa-envelope me-2 text-primary opacity-50"></i><?= _("Email Officiel") ?></span>
|
||||
<span class="small text-dark fw-bold"><i class="fas fa-envelope me-2 text-primary opacity-50"></i><?= _("Email Officiel") ?></span>
|
||||
<span class="fw-medium"><?= $this->nettoyer($societeuser['emailSociete']) ?></span>
|
||||
</li>
|
||||
<li class="list-group-item d-flex justify-content-between align-items-center px-0 py-3 bg-transparent border-bottom-0">
|
||||
<span class="small text-dark"><i class="fas fa-fax me-2 text-primary opacity-50"></i><?= _("Fax") ?></span>
|
||||
<span class="small text-dark fw-bold"><i class="fas fa-fax me-2 text-primary opacity-50"></i><?= _("Fax") ?></span>
|
||||
<span class="fw-medium"><?= $this->nettoyer($societeuser['faxSociete']) ?></span>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user