From 2baf3265b18bd427eda146d045787a97b00c5c9a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 4 Sep 2005 13:20:12 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20esth=E9tiques=20mineures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/contrat/contact.php | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/htdocs/contrat/contact.php b/htdocs/contrat/contact.php index d598c761533..9f47f89ad74 100644 --- a/htdocs/contrat/contact.php +++ b/htdocs/contrat/contact.php @@ -17,7 +17,6 @@ * * $Id$ * $Source$ - * */ /** @@ -112,7 +111,6 @@ if ($user->societe_id > 0) $socidp = $user->societe_id; } - /* * Ajout d'un nouveau contact */ @@ -256,6 +254,14 @@ if ($id > 0) */ echo '
'; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print "\n"; + $tab = $contrat->liste_contact(); $num = ($tab == null) ? 0 : count($tab); @@ -264,15 +270,6 @@ if ($id > 0) $i = 0; $total = 0; - print ''; - print ''; - print ''; - - print ''; - print ''; - print ''; - print "\n"; - $var = true; $person = new Contact($db); $societe = new Societe($db); @@ -368,7 +365,7 @@ if ($id > 0) /* * Ajouter une ligne de contact - * uniquement sur les contats en creation. + * uniquement sur les contrats en creation. * En pas en mode modification de ligne */ if ($_GET["action"] != 'editline' && $user->rights->contrat->creer && $contrat->statut == 0) @@ -404,10 +401,8 @@ if ($id > 0) print ""; } + print "
'.$langs->trans("Societe").''.$langs->trans("Contacts").''.$langs->trans("ContactType").''.$langs->trans("Status").' 
'.$langs->trans("Societe").''.$langs->trans("Contacts").''.$langs->trans("ContactType").''.$langs->trans("Status").' 
"; - /* - * Fin Ajout ligne - */ print '';