a
This commit is contained in:
parent
97fcc6f32a
commit
78a6aaba12
|
|
@ -45,6 +45,7 @@
|
|||
$heureRdvAccordee = "";
|
||||
}
|
||||
|
||||
$messageRdv = "TEST MESSAGE RDV";
|
||||
?>
|
||||
|
||||
<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" >
|
||||
<marquee behavior="scroll" direction="left" scrollamount="15" style="background-color:red;color:white; font-weight:bold; font-size:14pt">
|
||||
<?= $_SESSION['messagePrestationImpossible']; ?>
|
||||
<?= $messageRdv; ?>
|
||||
</marquee>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user