From 0f1d95d7faf46ed2a42e0145be40409060e77a02 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 28 Feb 2010 18:43:13 +0000 Subject: [PATCH] Look: Align fields --- htdocs/contact/fiche.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/contact/fiche.php b/htdocs/contact/fiche.php index c154fc30c30..0766bfdb093 100644 --- a/htdocs/contact/fiche.php +++ b/htdocs/contact/fiche.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2009 Laurent Destailleur + * Copyright (C) 2004-2010 Laurent Destailleur * Copyright (C) 2004 Benoit Mortier * Copyright (C) 2005-2009 Regis Houssin * Copyright (C) 2007 Franky Van Liedekerke @@ -519,8 +519,8 @@ if ($_GET["id"] && $_GET["action"] != 'edit') print ''; // Name - print ''.$langs->trans("Lastname").''.$contact->name.''; - print ''.$langs->trans("Firstname").''.$contact->firstname.''; + print ''.$langs->trans("Lastname").''.$contact->name.''; + print ''.$langs->trans("Firstname").''.$contact->firstname.''; // Company print ''.$langs->trans("Company").'';