This commit is contained in:
KONE SOREL 2025-12-16 09:19:08 +00:00
parent 195f79cb41
commit dcb801b453

View File

@ -221,7 +221,7 @@
<?= _("Motif RDV") ?>
<?php if($codeEtatRdv == "0"): ?><span class="text-danger">*</span><?php endif; ?>
</label>
<textarea id="motifRdv" name="motifRdv" class="form-control" rows="4" <?= ($codeEtatRdv != "0") ? 'disabled' : 'required' ?>><?= $motifRdv ?></textarea>
<textarea id="motifRdv" name="motifRdv" class="form-control" rows="6" <?= ($codeEtatRdv != "0") ? 'disabled' : 'required' ?>><?= $motifRdv ?></textarea>
</div>
</div>
</div>