val
This commit is contained in:
parent
4ee80df87a
commit
0c6a691335
|
|
@ -254,8 +254,8 @@
|
|||
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge-ghost bg-primary-ghost">13</span></td>
|
||||
<td class="text-muted"><?= _("Mode de biométrie utilisé pour l'authentification des assurés.") ?></td>
|
||||
<td class="valeur-display text-muted fw-bold">
|
||||
<td class="text-muted fw-bold"><?= _("Mode de biométrie utilisé pour l'authentification des assurés.") ?></td>
|
||||
<td class="text-center bg-light text-muted fw-bold">
|
||||
<?= est_anglophone() ? $this->nettoyer($societeuser['biometrieEng']) : $this->nettoyer($societeuser['biometrie']) ?>
|
||||
</td>
|
||||
<td>
|
||||
|
|
@ -266,8 +266,8 @@
|
|||
</tr>
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge-ghost bg-primary-ghost">14</span></td>
|
||||
<td class="text-muted"><?= _("Intitulé de l'acte de consultation gratuite.") ?></td>
|
||||
<td class="valeur-display text-muted small">
|
||||
<td class="text-muted fw-bold"><?= _("Intitulé de l'acte de consultation gratuite.") ?></td>
|
||||
<td class="text-center bg-light text-muted fw-bold">
|
||||
<?= est_anglophone() ? $this->nettoyer($societeuser['acteConsultationGratuiteEng']) : $this->nettoyer($societeuser['acteConsultationGratuite']) ?>
|
||||
</td>
|
||||
<td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user