f
This commit is contained in:
parent
7892c8c6f7
commit
72d9787330
|
|
@ -221,11 +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"
|
<textarea id="motifRdv" name="motifRdv" class="form-control" rows="6" style="height: 150px !important;"<?= ($codeEtatRdv != "0") ? 'disabled' : 'required' ?>><?= $motifRdv ?></textarea>
|
||||||
rows="6" style="height: 150px;"
|
|
||||||
<?= ($codeEtatRdv != "0") ? 'disabled' : 'required' ?>>
|
|
||||||
<?= $motifRdv ?>
|
|
||||||
</textarea>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user