de
This commit is contained in:
parent
6ca86c6bdf
commit
76a2d2dad3
|
|
@ -50,7 +50,7 @@
|
|||
<table class="table table-hover align-middle mb-0">
|
||||
<tbody>
|
||||
<tr class="searchable-row">
|
||||
<td width="8%" class="text-center fw-bold text-primary bg-dark-ghost rounded-pill">01</td>
|
||||
<td width="8%" class="text-center fw-bold text-primary bg-dark-ghost rounded-pill"><span class="badge bg-dark-ghost text-primary fw-bold rounded-pill">01</span></td>
|
||||
<td class="text-muted fw-bold"><?= _("Langue du centre de gestion") ?></td>
|
||||
<td width="25%" class="text-center border-start bg-light">
|
||||
<span class="badge bg-primary-ghost text-primary px-3 py-2 fw-bold text-uppercase">
|
||||
|
|
@ -59,14 +59,14 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center fw-bold text-primary bg-primary-ghost rounded-pill">02</td>
|
||||
<td class="text-center fw-bold text-primary">02</td>
|
||||
<td class="text-muted fw-bold"><?= _("Identifiant du fuseau horaire") ?></td>
|
||||
<td class="text-center border-start bg-light fw-bold text-muted">
|
||||
<i class="far fa-clock me-1 text-muted"></i> <?= $this->nettoyer($societeuser['code_timezone_identifier']) ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center fw-bold text-primary bg-dark-ghost rounded-pill">03</td>
|
||||
<td class="text-center fw-bold text-primary">03</td>
|
||||
<td class="text-muted fw-bold"><?= _("Devise") ?></td>
|
||||
<td class="text-center border-start bg-light fw-bold text-primary fs-5">
|
||||
<?= $this->nettoyer($societeuser['devise']) ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user