Petites améliorations visuelles

FossilOrigin-Name: d49c7da937399712e76d901e1ce5b1cd6e4db96ebe67e642f4449d4bbb2cce77
This commit is contained in:
engel 2024-09-18 07:44:20 +00:00
parent 1dc7969f0d
commit 27168d0f0b
2 changed files with 29 additions and 16 deletions

View File

@ -34,5 +34,18 @@ div.previs_recu
font-family: Serif; font-family: Serif;
font-size: 11pt; font-size: 11pt;
background-color: white; background-color: white;
page-break-after: always; break-after: always;
}
/* supprimer saut de page après dernier */
div.previs_recu:last-of-type
{
font-family: Serif;
font-size: 11pt;
background-color: white;
break-after: avoid;
}
#__profiler {
display: none;
} }

View File

@ -1,4 +1,4 @@
{include file="_head.tpl" title="%s"|args:$plugin.name current="plugin_%s"|args:$plugin.id} {include file="_head.tpl" title="%s"|args:$plugin.label current="plugin_%s"|args:$plugin.id}
<?php <?php
$fmt = new \NumberFormatter('fr_FR', \NumberFormatter::SPELLOUT); $fmt = new \NumberFormatter('fr_FR', \NumberFormatter::SPELLOUT);