From 0023c2722f2b8424c8ac5d8d265890c1d52089bc Mon Sep 17 00:00:00 2001 From: engel <> Date: Thu, 28 Apr 2022 08:18:16 +0000 Subject: [PATCH] =?UTF-8?q?encore=20une=20am=C3=A9lioration=20cosm=C3=A9ti?= =?UTF-8?q?que=20:)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit FossilOrigin-Name: dce70845784819f3a6e2f7610285cf5e4f7771f60a8e3dd2cce68b0b332cdcaa --- www/admin/action.php | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/www/admin/action.php b/www/admin/action.php index b6bd49b..40d4918 100644 --- a/www/admin/action.php +++ b/www/admin/action.php @@ -80,12 +80,12 @@ $tpl->register_function('afficher_debut_personne', function ($params) $idVersement, $idVersement); $out .= sprintf(' - ', + '; $out .= sprintf('
', $idVersement); @@ -114,17 +114,18 @@ $tpl->register_function('afficher_versement', function ($params) $idVersement, $rang, $idVersement ); $out .= sprintf(' - ', - $idVersement, $rang - ); - $out .= sprintf(' - %.2f', + + ' + ); return $out; });