diff --git a/htdocs/contact/fiche.php b/htdocs/contact/fiche.php
index 24d589cf659..f670c7b4a6d 100644
--- a/htdocs/contact/fiche.php
+++ b/htdocs/contact/fiche.php
@@ -160,12 +160,12 @@ if ($_GET["id"] > 0)
$h=0;
$head[$h][0] = DOL_URL_ROOT.'/contact/fiche.php?id='.$_GET["id"];
- $head[$h][1] = "Général";
+ $head[$h][1] = $langs->trans("General");
$hselected=$h;
$h++;
$head[$h][0] = DOL_URL_ROOT.'/contact/perso.php?id='.$_GET["id"];
- $head[$h][1] = 'Informations personnelles';
+ $head[$h][1] = $langs->trans("PersonalInformations");
$h++;
$head[$h][0] = DOL_URL_ROOT.'/contact/vcard.php?id='.$_GET["id"];
@@ -196,9 +196,13 @@ if ($_GET["socid"] > 0)
$objsoc->fetch($_GET["socid"]);
}
+
if ($_GET["action"] == 'create')
{
- // Fiche en mode creation
+ /*
+ * Fiche en mode creation
+ *
+ */
print '
';
print "