This commit is contained in:
KONE SOREL 2026-02-26 12:02:28 +00:00
parent 542371a9b5
commit 0f0d158a77

View File

@ -167,11 +167,11 @@
<?php
$smsFields = [
['l' => 'SMS RD', 'v' => 'smsRd'],
['l' => 'SMS Méd. Cons', 'v' => 'smsMedecinConseil'],
['l' => 'SMS Bons', 'v' => 'smsGestionBon'],
['l' => 'SMS Dérogation', 'v' => 'smsDerogation'],
['l' => 'SMS Accord', 'v' => 'smsAccordPrealable'],
['l' => 'Téléphone SMS RD', 'v' => 'smsRd'],
['l' => 'Téléphone SMS Médecin Conseil', 'v' => 'smsMedecinConseil'],
['l' => 'Téléphone SMS Bons', 'v' => 'smsGestionBon'],
['l' => 'Téléphone SMS Dérogation', 'v' => 'smsDerogation'],
['l' => 'Téléphone SMS Accord', 'v' => 'smsAccordPrealable'],
];
foreach($smsFields as $s): ?>
<div class="col-md-4 col-lg-2">
@ -181,7 +181,7 @@
<?php endforeach; ?>
<div class="col-md-4 col-lg-2">
<label class="form-label small text-muted"><?= _("Log Visite Page") ?></label>
<label class="form-label small text-muted"><?= _("Activer Log Visite Page ?") ?></label>
<select class="form-select bg-light" disabled>
<?php liste_options($visitePage, $this->nettoyer($societeuser['activerLogVisitePages']), true); ?>
</select>