5 lines
479 B
PHP
Executable File
5 lines
479 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; ?>
|