f
This commit is contained in:
parent
0f832ab32a
commit
9aac028ae2
|
|
@ -110,7 +110,10 @@
|
|||
<td width="5%" class="text-center"><span class="badge-ghost bg-primary-ghost">10</span></td>
|
||||
<td class="text-muted fw-bold"><?= _("Autoriser le médecin du souscripteur à recevoir et traiter les ententes préalables.") ?></td>
|
||||
<td width="15%" class="text-center bg-light text-muted fw-bold">
|
||||
<?= est_anglophone() ? $this->nettoyer($societeuser['accorderMedecinSouscripteur']) : $this->nettoyer($societeuser['accorderMedecinSouscripteur']) ?>
|
||||
<?php $med = ($societeuser['accorderMedecinSouscripteur'] == "1"); ?>
|
||||
<span class="badge rounded-pill px-3 py-2 <?= $med ? 'bg-success-ghost text-success' : 'bg-danger-ghost text-danger' ?>">
|
||||
<?= $med ? _("OUI") : _("NON") ?>
|
||||
</span>
|
||||
</td>
|
||||
<td width="22%">
|
||||
<select class="form-select form-select-sm fw-bold border-warning" id="s_accorderMedecinSouscripteur" name="s_accorderMedecinSouscripteur">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user