From c7bf2493e545d0288d9603180b17a2ece3e7dfc6 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 23 Jan 2004 17:08:35 +0000 Subject: [PATCH] Modif nom de champs dans le create --- htdocs/contact/fiche.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/htdocs/contact/fiche.php b/htdocs/contact/fiche.php index a8350dc4eb2..da4150bf691 100644 --- a/htdocs/contact/fiche.php +++ b/htdocs/contact/fiche.php @@ -115,11 +115,11 @@ if ($_GET["action"] == 'create') print 'Poste'; - print 'Tel Perso'; + print 'Tel Perso'; print 'Adresse'; - print 'Mobile'; + print 'Portable'; print 'CP Ville '; @@ -172,10 +172,8 @@ else $contact = new Contact($db); $contact->fetch($_GET["id"]); - print_fiche_titre ("Contact : ". $contact->firstname.' '.$contact->name); - print ''; print '
Nom : '.$contact->name.' '.$contact->firstname;