frt
This commit is contained in:
parent
6f19e7ee78
commit
18f8f37483
|
|
@ -1383,6 +1383,9 @@ select[class*="selectpicker"],
|
|||
.bg-primary-ghost { background-color: rgba(13, 110, 253, 0.1); color: #212e53; }
|
||||
.bg-info-ghost { background-color: rgba(52, 152, 219, 0.12); color: #3498db; }
|
||||
.bg-warning-ghost { background-color: rgba(243, 156, 18, 0.12); color: #f39c12; }
|
||||
.bg-light-ghost {background-color: rgba(255, 255, 255, 0.12); color: #212529; border: 1px solid rgba(0, 0, 0, 0.05);}
|
||||
.bg-dark-ghost {background-color: rgba(0, 0, 0, 0.25); color: #f8f9fa; border: 1px solid rgba(255, 255, 255, 0.1);}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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">01</td>
|
||||
<td width="8%" class="text-center fw-bold text-primary bg-dark-ghost rounded-pill">01</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">02</td>
|
||||
<td class="text-center fw-bold text-primary bg-dark-ghost rounded-pill">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">03</td>
|
||||
<td class="text-center fw-bold text-primary bg-dark-ghost rounded-pill">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