q
This commit is contained in:
parent
78a6aaba12
commit
9f112b3e0a
|
|
@ -18858,10 +18858,17 @@ function selectPrestataireMobile(){
|
|||
error: function(errorData) {
|
||||
},
|
||||
success: function(data) {
|
||||
$('#div_test_gabarit').html(data);
|
||||
// $('#div_test_gabarit').html(data);
|
||||
$("#div_rdvPossible").html(data);
|
||||
},
|
||||
complete: function() {
|
||||
// div_message_rdv
|
||||
rdvPossible=$("#rdvPossible").val();
|
||||
alert("rdvPossible => "+rdvPossible);
|
||||
if(rdvPossible!="1")
|
||||
{
|
||||
$("#div_message_rdv").show();
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
$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;">
|
||||
|
|
@ -79,6 +79,12 @@
|
|||
<strong style="font-size: 1.1rem;"><?= _("RDV No").": ".$numeroDemandeRdv ?></strong>
|
||||
</div>
|
||||
<?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 -->
|
||||
<div class="card shadow-sm mb-4">
|
||||
|
|
@ -185,7 +191,6 @@
|
|||
</div>
|
||||
<!-- Affichage mobile (cartes) -->
|
||||
<div class="d-md-none">
|
||||
<!-- <input class="sr-only" type="text" id="rdvPossible" name="rdvPossible" value="<?= $rdvPossible; ?>"> -->
|
||||
<div id="div_rdvPossible"> </div>
|
||||
|
||||
<!--
|
||||
|
|
@ -219,7 +224,7 @@
|
|||
</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">
|
||||
<?= $messageRdv; ?>
|
||||
</marquee>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user