der
This commit is contained in:
parent
d2bd4d02b9
commit
6f19e7ee78
|
|
@ -1385,6 +1385,8 @@ select[class*="selectpicker"],
|
|||
.bg-warning-ghost { background-color: rgba(243, 156, 18, 0.12); color: #f39c12; }
|
||||
|
||||
|
||||
|
||||
|
||||
/* Navigation Pills Modernes */
|
||||
.nav-pills .nav-link { color: #64748b; padding: 10px 20px; transition: 0.3s; border: none; background: none; }
|
||||
.nav-pills .nav-link.active { background-color: #212e53 !important; color: white !important; box-shadow: var(--shadow-md); }
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@
|
|||
</tr>
|
||||
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge bg-primary-ghost text-primary fw-bold">02</span></td>
|
||||
<td class="text-center"><span class="badge bg-primary-ghost text-primary fw-bold rounded-pill">02</span></td>
|
||||
<td class="text-muted fw-bold"><?= _("Seuil maximum du ratio S/P (spMax) appliqué au taux d'ajustement.") ?></td>
|
||||
<td class="text-center border-start bg-light-info">
|
||||
<span class="fw-bold text-danger fs-5"><?= $this->nettoyer($societeuser['spMax']) ?> %</span>
|
||||
|
|
@ -122,7 +122,7 @@
|
|||
];
|
||||
foreach($cartes as $c): ?>
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge bg-primary-ghost text-primary fw-bold"><?= $c[0] ?></span></td>
|
||||
<td class="text-center"><span class="badge bg-primary-ghost text-primary fw-bold rounded-pill"><?= $c[0] ?></span></td>
|
||||
<td class="text-muted fw-bold"><?= $c[1] ?></td>
|
||||
<td class="text-center border-start bg-light-info">
|
||||
<span class="text-muted fw-bold"><?= format_N($this->nettoyer($societeuser[$c[2]])) ?></span>
|
||||
|
|
@ -132,7 +132,7 @@
|
|||
<?php endforeach; ?>
|
||||
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge bg-primary-ghost text-primary fw-bold">06</span></td>
|
||||
<td class="text-center"><span class="badge bg-primary-ghost text-primary fw-bold rounded-pill">06</span></td>
|
||||
<td class="text-muted fw-bold"><?= _("Ratio S/P marquant une famille en surconsommation.") ?></td>
|
||||
<td class="text-center border-start bg-light-info">
|
||||
<span class="fw-bold text-warning fs-5"><?= $this->nettoyer($societeuser['spAlertAdherent']) ?> %</span>
|
||||
|
|
@ -140,14 +140,14 @@
|
|||
</tr>
|
||||
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge bg-primary-ghost text-primary fw-bold">07</span></td>
|
||||
<td class="text-center"><span class="badge bg-primary-ghost text-primary fw-bold rounded-pill">07</span></td>
|
||||
<td class="text-muted fw-bold"><?= _("Taux appliqué à la prime non acquise lors d'un retrait.") ?></td>
|
||||
<td class="text-center border-start bg-light-info">
|
||||
<span class="fw-bold text-muted"><?= $this->nettoyer($societeuser['tauxRistourne']) ?> %</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge bg-primary-ghost text-primary fw-bold">08</span></td>
|
||||
<td class="text-center"><span class="badge bg-primary-ghost text-primary fw-bold rounded-pill">08</span></td>
|
||||
<td class="text-muted fw-bold"><?= _("Seuil S/P annulant la ristourne au retrait de l'assuré.") ?></td>
|
||||
<td class="text-center border-start bg-light-info">
|
||||
<span class="fw-bold text-danger"><?= $this->nettoyer($societeuser['seuilRistourne']) ?> %</span>
|
||||
|
|
@ -165,7 +165,7 @@
|
|||
foreach($bools as $b):
|
||||
$val = ($societeuser[$b[2]] == "1"); ?>
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge bg-primary-ghost text-primary fw-bold"><?= $b[0] ?></span></td>
|
||||
<td class="text-center"><span class="badge bg-primary-ghost text-primary fw-bold rounded-pill"><?= $b[0] ?></span></td>
|
||||
<td class="text-muted fw-bold"><?= $b[1] ?></td>
|
||||
<td class="text-center border-start bg-light-info">
|
||||
<span class="badge rounded-pill px-3 py-2 <?= $val ? 'bg-success-ghost text-success' : 'bg-danger-ghost text-danger' ?>">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user