prestation/Vue/Ajaxvidal/changerprocbd.php
2025-12-01 18:54:33 +00:00

16 lines
466 B
PHP

<?php if (isset($msgErreur) and $msgErreur>" "): ?>
<div class="text-center p-t-10">
<h4 class="txt3">
<div id="msgErreur" name="msgErreur" class="col-12 alert alert-danger">
<?= $msgErreur ?>
</div>
</h4>
</div>
<?php else:
require('tableselectionnees.php');
?>
<textarea style='font-size:10pt; width:100%;' rows="10" class="form-control-lg" > <?= $this->nettoyer($script['ROUTINE_DEFINITION']) ?> </textarea>
<?php endif; ?>