prestation/Vue/Ajaxvidal/changerfoncbd.php
2025-12-05 10:42:46 +00:00

15 lines
464 B
PHP
Executable File

<?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; ?>