df
This commit is contained in:
parent
9aac028ae2
commit
d34f011a79
|
|
@ -316,7 +316,7 @@
|
|||
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge bg-primary-ghost text-primary fw-bold">12</span></td>
|
||||
<td class="text-muted fw-bold"><?= _("Tout acte soumis à entente préalable entraîne la transmission globale de la prescription.") ?></td>
|
||||
<td class="text-muted fw-bold"><?= _("Tout acte en entente préalable entraîne la soumission complète de la prescription.") ?></td>
|
||||
<td class="text-center border-start">
|
||||
<?php $tous = ($societeuser['tousActesSoumisEntentePrealable'] == "1"); ?>
|
||||
<span class="badge rounded-pill px-3 py-2 <?= $tous ? 'bg-success-ghost text-success' : 'bg-danger-ghost text-danger' ?>">
|
||||
|
|
|
|||
|
|
@ -132,6 +132,21 @@
|
|||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="searchable-row">
|
||||
<td width="5%" class="text-center"><span class="badge-ghost bg-primary-ghost">12</span></td>
|
||||
<td class="text-muted fw-bold"><?= _("Tout acte en entente préalable entraîne la soumission complète de la prescription.") ?></td>
|
||||
<td width="15%" class="text-center bg-light text-muted fw-bold">
|
||||
<?php $med = ($societeuser['tousActesSoumisEntentePrealable'] == "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_tousActesSoumisOuinon" name="s_tousActesSoumisOuinon">
|
||||
<?php liste_options($tousActesSoumisOuinon, $this->nettoyer($societeuser['tousActesSoumisEntentePrealable']), true); ?>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user