This commit is contained in:
KANE LAZENI 2026-04-20 13:38:13 +00:00
parent 4292505222
commit 3ace7defb2
2 changed files with 8 additions and 11 deletions

View File

@ -42274,12 +42274,6 @@ function ajax_composante_tarif(reinitialiser)
if(codeFamilleActe<=' ')
{
/*
v_msg="Veuillez saisir une famille!";
v_msgEng="Please select a family!";
alert_ebene(v_msg, v_msgEng);
*/
$("#codeFamilleActe").focus();
return;
}
@ -42287,14 +42281,10 @@ function ajax_composante_tarif(reinitialiser)
donnees = 'codeTarifActe='+codeTarifActe+'&codeFamilleActe='+codeFamilleActe;
donnees += '&reinitialiser='+reinitialiser;
//alert(donnees);
//return;
var div_attente = $('#div_compsante_tarif');
div_attente.html('<div style="padding-top:80px; text-align:center; font-size:14px; color: #0088cf; "><span><i class="fa fa-spinner fa-spin fa-5x" >' + '</span></div>');
$.ajax({
url: $("#racineWeb").val()+"Ajaxcomposantetarif/affichercomposantetarif/",
type : 'post',

View File

@ -1,8 +1,15 @@
<?php
echo $_SERVER['HTTP_REFERER'];
// echo $_SERVER['HTTP_REFERER'];
?>
<div id="div_compsante_tarif">
<?php if (!empty($_SESSION['flash_error'])): ?>
<div class="alert alert-warning">
<?= htmlspecialchars($_SESSION['flash_error']) ?>
<?php unset($_SESSION['flash_error']); ?>
</div>
<?php endif; ?>
<div style="margin:10px 0px 10px 0;">
<?php if(count($actes_in) > "0"): ?>
<button type="button" style="font-size:12pt; height:30px" class="form-control btn btn-primary" onclick="javascript:valider_tarif();" > <?= _("Valider Composition") ?> </button>