From 7ec9c7d451b44877d708b3793508ac87a324c967 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 15 Apr 2005 20:31:55 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20esth=E9tique=20mineure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/index.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index 753d25d8e3c..f7f6a6f1022 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -22,10 +22,10 @@ */ /** - \file htdocs/compta/index.php - \ingroup compta - \brief Page accueil zone comptabilité - \version $Revision$ + \file htdocs/compta/index.php + \ingroup compta + \brief Page accueil zone comptabilité + \version $Revision$ */ require("./pre.inc.php"); @@ -89,7 +89,7 @@ print ''; print ""; print ''; print "'; +print $langs->trans("Ref").':  '; print "
'.$langs->trans("SearchABill").'
"; -print $langs->trans("Ref").' :  

"; @@ -366,23 +366,23 @@ if ($conf->facture->enabled && $user->rights->facture->lire) // \todo Mettre ici recup des actions en rapport avec la compta -$result = 0; -if ( $result ) +$resql = 0; +if ($resql) { print ''; print ''; print "\n"; $var = True; $i = 0; - while ($i < $db->num_rows() ) + while ($i < $db->num_rows($resql) ) { - $obj = $db->fetch_object(); + $obj = $db->fetch_object($resql); $var=!$var; print ""; $i++; } - $db->free(); + $db->free($resql); print "
'.$langs->trans("TasksToDo").'
".strftime("%d %b %Y",$obj->da)."$obj->libelle $obj->label

"; }