petite amélioration cosmétique

FossilOrigin-Name: ecd15c4fa074ff5c85aa828c58b9cafcd1e10cdd62389759e2f421fb38b047c9
This commit is contained in:
engel 2022-03-30 07:52:41 +00:00
parent 1d6225ae6d
commit e509995c13
3 changed files with 12 additions and 2 deletions

View file

@ -43,7 +43,7 @@ $tpl->register_function('afficher_debut_personne', function ($params)
$idVersement = $versement->idUser;
$out = '<details class="personne" open="open">
<summary class="personne">';
$out .= sprintf('<h4 class="personne">Versements de %s : <span id="total_%s">0,00 €</span></h4>',
$out .= sprintf('<h4 class="personne">Versements de %s : <span class="total" id="total_%s">0,00 €</span></h4>',
$personne->nomPrenom,
$idVersement);
$out .= '</summary>';