tr
This commit is contained in:
parent
e63817390c
commit
ba28b4e24b
|
|
@ -221,8 +221,7 @@
|
||||||
<?= _("Motif RDV") ?>
|
<?= _("Motif RDV") ?>
|
||||||
<?php if($codeEtatRdv == "0"): ?><span class="text-danger">*</span><?php endif; ?>
|
<?php if($codeEtatRdv == "0"): ?><span class="text-danger">*</span><?php endif; ?>
|
||||||
</label>
|
</label>
|
||||||
<textarea id="motifRdv" name="motifRdv" class="form-control" rows="4"
|
<textarea id="motifRdv" name="motifRdv" class="form-control" rows="4" <?= ($codeEtatRdv != "0") ? 'disabled' : 'required' ?>><?= $motifRdv ?></textarea>
|
||||||
<?= ($codeEtatRdv != "0") ? 'disabled' : 'required' ?>><?= $motifRdv ?></textarea>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user