a
This commit is contained in:
parent
97fcc6f32a
commit
78a6aaba12
|
|
@ -45,6 +45,7 @@
|
||||||
$heureRdvAccordee = "";
|
$heureRdvAccordee = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$messageRdv = "TEST MESSAGE RDV";
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<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;">
|
||||||
|
|
@ -220,7 +221,7 @@
|
||||||
|
|
||||||
<div id="div_message_rdv" name="div_message_rdv" >
|
<div id="div_message_rdv" name="div_message_rdv" >
|
||||||
<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">
|
||||||
<?= $_SESSION['messagePrestationImpossible']; ?>
|
<?= $messageRdv; ?>
|
||||||
</marquee>
|
</marquee>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user