[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 01/03: CARD , cosmetic align right column Pro
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 01/03: CARD , cosmetic align right column Prog. |
Date: |
Mon, 4 Feb 2019 03:12:49 -0500 (EST) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 380271101af92bce70151a15fa7246c5d7aaef58
Author: Dany De Bontridder <address@hidden>
Date: Mon Feb 4 09:08:54 2019 +0100
CARD , cosmetic align right column Prog.
---
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 28e4724..129bf41 100644
--- a/include/fiche.inc.php
+++ b/include/fiche.inc.php
@@ -520,7 +520,7 @@ for ($e = 0; $e < count($afiche); $e++)
echo th(_('Interne'));
echo th(_('Comm'));
echo th(_('Montant'), 'style="width:auto" colspan="2"');
- echo th(_('Prog.'));
+ echo th(_('Prog.'),'class="num"');
echo th(_('Let.'));
echo '</tr>';
$amount_deb = 0;