From cd6beba8a4ef55e00a174317fe82c19e5728e762 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 13 Nov 2010 16:26:45 +0000 Subject: [PATCH] Improve cosmetic : amount apperance + readability --- include/template/dashboard.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/include/template/dashboard.php b/include/template/dashboard.php index a7d73530d..13c257047 100644 --- a/include/template/dashboard.php +++ b/include/template/dashboard.php @@ -101,7 +101,7 @@ if ( $report != 0 ) { echo ''; echo ' '.$row['desc'].''. - ''.sprintf("% 10.2f",$row['montant'])." €"; + ''.nbm($row['montant'])." €"; echo ''; } echo ''; @@ -125,8 +125,9 @@ if ( $report != 0 ) { - + > @@ -138,7 +139,7 @@ for($i=0;$i +>
- + @@ -159,8 +160,9 @@ for($i=0;$i -