val
This commit is contained in:
parent
e5bb1ee148
commit
4ee80df87a
|
|
@ -251,6 +251,31 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
|
||||||
|
<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">
|
||||||
|
<?= est_anglophone() ? $this->nettoyer($societeuser['biometrieEng']) : $this->nettoyer($societeuser['biometrie']) ?>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<select class="form-select form-select-sm fw-bold border-warning" id="s_codeModeBiometrie" name="s_codeModeBiometrie">
|
||||||
|
<?php liste_options($modeBiometrie, $this->nettoyer($societeuser['codeModeBiometrie']), true); ?>
|
||||||
|
</select>
|
||||||
|
</td>
|
||||||
|
</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">
|
||||||
|
<?= est_anglophone() ? $this->nettoyer($societeuser['acteConsultationGratuiteEng']) : $this->nettoyer($societeuser['acteConsultationGratuite']) ?>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<select class="form-select form-select-sm fw-bold border-warning" id="s_codeActeConsultationGratuite" name="s_codeActeConsultationGratuite">
|
||||||
|
<?php liste_options($acteConsultationGratuite, $this->nettoyer($societeuser['codeActeConsultationGratuite']), true); ?>
|
||||||
|
</select>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user