From c886566b426f7cd3b2cfd6c7f837f945ed7ccc16 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 8 Jul 2003 20:19:04 +0000 Subject: [PATCH] Mise en forme html --- htdocs/comm/people.php3 | 36 +++++++++++++----------------------- 1 file changed, 13 insertions(+), 23 deletions(-) diff --git a/htdocs/comm/people.php3 b/htdocs/comm/people.php3 index 6213b355b94..85b23b71abe 100644 --- a/htdocs/comm/people.php3 +++ b/htdocs/comm/people.php3 @@ -48,11 +48,8 @@ if ($action == 'add') if ($action == 'update') { if (strlen(trim($name)) + strlen(trim($firstname)) > 0) - { - + { $contact = new Contact($db); - - $contact->name = $name; $contact->firstname = $firstname; $contact->poste = $poste; @@ -101,14 +98,7 @@ if ($socid > 0) * * */ - print "\n"; - print ""; - print ""; - - print ""; - print '
idp\">$objsoc->nomNotes[Ajouter un contact]
'; - - + print_fiche_titre ("Societe idp\">$objsoc->nom"); /* * */ @@ -201,30 +191,30 @@ if ($socid > 0) print "
"; print ''; print ""; - print ""; - print ""; + print '
Numéro$obj->idp
'; print ""; print ""; print ""; print ""; print ""; print ""; - print ''; + print ''; + print ''; + print "
Nomname\">Prenomfirstname\">
Posteposte\">
Telphone\">Faxfax\">
Emailemail\">
Note
Note
"; - print ""; print "
"; } /* * * - */ - if (defined("MAIN_MODULE_FICHEINTER") && MAIN_MODULE_FICHEINTER) - { - print "

"; - print_titre("Fiche d'intervention"); - } - /* + * + *if (defined("MAIN_MODULE_FICHEINTER") && MAIN_MODULE_FICHEINTER) + * { + * print "

"; + * print_titre("Fiche d'intervention"); + * } + * * * */