prestation/Vue/Ajaxbtnavishospitalisation/index.php
2026-07-18 08:38:28 +00:00

11 lines
798 B
PHP
Executable File

<!--
<?php if($prestations_total['totalPrixManuel'] == "0"): ?>
<button type="button" class="form-control btn btn-primary" style='font-size:12pt;' onclick="javascript:alertsiprixprestationzero();"> <?= _("Envoyer un avis de prorogation") ?> </button>
<?php else: ?>
<button type="button" class="form-control btn btn-primary" data-bs-toggle="modal" data-bs-target="#popAjoutChambre" style='font-size:12pt;' > <?= _("Envoyer un avis de prorogation") ?> </button>
<?php endif; ?>
-->
<button type="button" class="form-control btn btn-primary" style='font-size:12pt;' onclick="javascript:init_prolongation_hospit();"> <?= _("Envoyer un avis de prorogation -- INIT") ?> </button>
<button type="button" class="sr-only" data-bs-toggle="modal" data-bs-target="#popAjoutChambre" > </button>