From 04eec22408b14f928c3b34ea6b5db496a7392fd1 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 4 Feb 2019 09:11:58 +0100 Subject: [PATCH] Cosmetic : CARD amount centered on 2 col. --- include/fiche.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fiche.inc.php b/include/fiche.inc.php index 129bf4154..fcd270585 100644 --- a/include/fiche.inc.php +++ b/include/fiche.inc.php @@ -519,7 +519,7 @@ for ($e = 0; $e < count($afiche); $e++) echo th(_('ref')); echo th(_('Interne')); echo th(_('Comm')); - echo th(_('Montant'), 'style="width:auto" colspan="2"'); + echo th(_('Montant'), 'style="width:auto; text-align:center" colspan="2"'); echo th(_('Prog.'),'class="num"'); echo th(_('Let.')); echo '';