11 lines
979 B
PHP
Executable File
11 lines
979 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; ?>
|
|
-->
|
|
<input class="sr-only" id="prestationsTotal" name="prestationsTotal" type="number" value= "<?= $prestations_total['totalPrixManuel'] ?>" >
|
|
<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 id="btnPopAvisProrogation" name="btnPopAvisProrogation" class="sr-only" data-bs-toggle="modal" data-bs-target="#popAjoutChambre" > </button>
|