diff --git a/htdocs/comm/prospect/fiche.php b/htdocs/comm/prospect/fiche.php index 73d6395a159..04897410f56 100644 --- a/htdocs/comm/prospect/fiche.php +++ b/htdocs/comm/prospect/fiche.php @@ -166,7 +166,9 @@ if ($socid > 0) print img_action(0,3); print ''; print ''; - print "
"; + print ''; + + print ''; /* * @@ -487,14 +489,13 @@ if ($socid > 0) print ''; if ($obj->propalrowid) { - print ''.img_file().' '; - print ''.$obj->libelle.''; + print ''.img_file().' '.$obj->libelle.''; } else { - print ''.img_file().' '; - print ''.$obj->libelle.''; + print ''.img_object($langs->trans("ShowTask"),"task").' '.$obj->libelle.''; } + print ''; /* * Contact pour cette action * @@ -545,12 +546,6 @@ if ($socid > 0) print "".nl2br($societe->note).""; print ""; } - /* - * - * - * - */ - } else @@ -558,11 +553,8 @@ if ($socid > 0) dolibarr_print_error($db); } } -else -{ - print "Erreur"; -} + $db->close(); -llxFooter("Dernière modification $Date$ révision $Revision$"); +llxFooter('$Date$ - $Revision$'); ?> diff --git a/htdocs/socnote.php b/htdocs/socnote.php index 744b8659197..4e71deb5ba4 100644 --- a/htdocs/socnote.php +++ b/htdocs/socnote.php @@ -110,11 +110,13 @@ if ($_GET["socid"] > 0) { print ''; print ""; print "id."\">"; - print "
"; + print "
"; print ''.nl2br($societe->note).''; print ""; - print "
"; - print '
'; + print ''; + print ""; + + print ''; } print '
';