diff --git a/htdocs/langs/en_US/main.lang b/htdocs/langs/en_US/main.lang index a65489b2e70..12a89421e56 100644 --- a/htdocs/langs/en_US/main.lang +++ b/htdocs/langs/en_US/main.lang @@ -66,6 +66,7 @@ Code=Code Type=Type Language=Language Note=Note +CurrentNote=Current note Label=Label Info=Info Family=Family diff --git a/htdocs/langs/fr_FR/main.lang b/htdocs/langs/fr_FR/main.lang index ec749ed29d5..3d733aec204 100644 --- a/htdocs/langs/fr_FR/main.lang +++ b/htdocs/langs/fr_FR/main.lang @@ -66,6 +66,7 @@ Code=Code Type=Type Language=Langue Note=Note +CurrentNote=Note actuelle Label=Libellé Info=Info Family=Famille diff --git a/htdocs/socnote.php b/htdocs/socnote.php index 1119e628e03..c3a6a1d8271 100644 --- a/htdocs/socnote.php +++ b/htdocs/socnote.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004 Laurent Destailleur + * Copyright (C) 2004-2005 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,11 +21,11 @@ * */ -/*! - \file htdocs/socnote.php - \brief Fichier onglet notes liées à la société - \ingroup societe - \version $Revision$ +/** + \file htdocs/socnote.php + \brief Fichier onglet notes liées à la société + \ingroup societe + \version $Revision$ */ require("./pre.inc.php"); @@ -103,20 +103,18 @@ if ($_GET["socid"] > 0) { dolibarr_fiche_head($head, $hselected, $societe->nom); - print_titre($societe->nom); - print "
"; print ''; - print ''; + print ''; print ''; print ""; - print "
NoteNote Actuelle
'.$langs->trans("Note").''.$langs->trans("CurrentNote").'
'; print ""; print "id."\">"; print "
"; print '
'.nl2br($societe->note).'
"; - print '
'; + print "
"; + print '
'; } print '
';