q
This commit is contained in:
parent
78a6aaba12
commit
9f112b3e0a
|
|
@ -18858,10 +18858,17 @@ function selectPrestataireMobile(){
|
||||||
error: function(errorData) {
|
error: function(errorData) {
|
||||||
},
|
},
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
$('#div_test_gabarit').html(data);
|
// $('#div_test_gabarit').html(data);
|
||||||
$("#div_rdvPossible").html(data);
|
$("#div_rdvPossible").html(data);
|
||||||
},
|
},
|
||||||
complete: function() {
|
complete: function() {
|
||||||
|
// div_message_rdv
|
||||||
|
rdvPossible=$("#rdvPossible").val();
|
||||||
|
alert("rdvPossible => "+rdvPossible);
|
||||||
|
if(rdvPossible!="1")
|
||||||
|
{
|
||||||
|
$("#div_message_rdv").show();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@
|
||||||
$heureRdvAccordee = "";
|
$heureRdvAccordee = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
$messageRdv = "TEST MESSAGE RDV";
|
$messageRdv = _("Attention! Ce prestataire ne prend pas de Rendez-vous en ligne.");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="card shadow-lg border-0 mb-4" style="border-radius: 15px;">
|
<div class="card shadow-lg border-0 mb-4" style="border-radius: 15px;">
|
||||||
|
|
@ -79,6 +79,12 @@
|
||||||
<strong style="font-size: 1.1rem;"><?= _("RDV No").": ".$numeroDemandeRdv ?></strong>
|
<strong style="font-size: 1.1rem;"><?= _("RDV No").": ".$numeroDemandeRdv ?></strong>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<div id="div_info_rdv" name="div_messdiv_info_rdvage_rdv" >
|
||||||
|
<marquee behavior="scroll" direction="left" scrollamount="15" style="background-color:red;color:white; font-weight:bold; font-size:14pt">
|
||||||
|
<?= _("toute la responsabilité liée à ce rendez-vous incombe au prestataire.") ?>
|
||||||
|
</marquee>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- Carte principale du formulaire -->
|
<!-- Carte principale du formulaire -->
|
||||||
<div class="card shadow-sm mb-4">
|
<div class="card shadow-sm mb-4">
|
||||||
|
|
@ -185,7 +191,6 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- Affichage mobile (cartes) -->
|
<!-- Affichage mobile (cartes) -->
|
||||||
<div class="d-md-none">
|
<div class="d-md-none">
|
||||||
<!-- <input class="sr-only" type="text" id="rdvPossible" name="rdvPossible" value="<?= $rdvPossible; ?>"> -->
|
|
||||||
<div id="div_rdvPossible"> </div>
|
<div id="div_rdvPossible"> </div>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
@ -219,7 +224,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="div_message_rdv" name="div_message_rdv" >
|
<div id="div_message_rdv" name="div_message_rdv" style="display:none;" >
|
||||||
<marquee behavior="scroll" direction="left" scrollamount="15" style="background-color:red;color:white; font-weight:bold; font-size:14pt">
|
<marquee behavior="scroll" direction="left" scrollamount="15" style="background-color:red;color:white; font-weight:bold; font-size:14pt">
|
||||||
<?= $messageRdv; ?>
|
<?= $messageRdv; ?>
|
||||||
</marquee>
|
</marquee>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user