From 40a0bbe7ebddb8a541e84f3bacd17a0ab90a3aef Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 21 Oct 2003 14:49:31 +0000 Subject: [PATCH] Mise aux normes, ok --- htdocs/contact.php | 8 ++++---- htdocs/societe.php | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/htdocs/contact.php b/htdocs/contact.php index fdea41325c2..5e7d1603ecd 100644 --- a/htdocs/contact.php +++ b/htdocs/contact.php @@ -120,15 +120,15 @@ if ($result) print ""; - print ''.$obj->name.''; + print ''.$obj->name.''; print "$obj->firstname"; - print ' '; + print 'Filtre '; print "idp\">$obj->nom\n"; - print ''.$obj->email.' '; + print ''.$obj->email.' '; - print ''.$obj->phone.' '; + print ''.$obj->phone.' '; print "\n"; $i++; diff --git a/htdocs/societe.php b/htdocs/societe.php index 9ed7892f0c1..bfd6cf0892b 100644 --- a/htdocs/societe.php +++ b/htdocs/societe.php @@ -136,23 +136,23 @@ if ($result) print ''; if ($obj->client) { - print "idp\">client\n"; + print "idp\">client\n"; } else { - print " "; + print " "; } print ""; if ($obj->fournisseur) { - print 'fournisseur'; + print 'fournisseur'; } else { - print " "; + print " "; } - print 'Notifications'; + print 'Notifications'; print "\n"; $i++;