This commit is contained in:
KONE SOREL 2026-03-03 16:58:23 +00:00
parent d71a9cbb12
commit 600d6ebf19

View File

@ -29,7 +29,7 @@ foreach($actes as $v) {
<?php
} else{
?>
<marquee behavior="scroll" direction="left" scrollamount="10" style="color:white; background-color:red; font-size:14pt; font-weight:bold;">
<marquee behavior="scroll" direction="left" scrollamount="10" style="color:white; background-color:red; font-size:14pt; font-weight:bold; width:100%;">
<?= _("L'acte saisi n'existe pas.") ?>
</marquee>
<?php } ?>