From 724830060d6fe9c7fd186c927b4cdb42a4b595aa Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 16 Oct 2005 08:20:57 +0000 Subject: [PATCH] Fix: ouverture des liens http dans une page "_blank" --- htdocs/comm/fiche.php | 2 +- htdocs/compta/fiche.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index ed1c06ba8ca..efe0acf70b1 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -256,7 +256,7 @@ if ($_socid > 0) print ''.$langs->trans("Web")."url\" target=\"_blank\">".$objsoc->url." "; - print "".$langs->transcountry("ProfId1",$objsoc->pays_code)."siren."\" target="_blank">".$objsoc->siren." "; + print "".$langs->transcountry("ProfId1",$objsoc->pays_code)."siren."\" target=\"_blank\">".$objsoc->siren." "; print ''.$langs->transcountry('ProfId2',$objsoc->pays_code).''.$objsoc->siret.''; print ''.$langs->transcountry('ProfId3',$objsoc->pays_code).''.$objsoc->ape.' '; diff --git a/htdocs/compta/fiche.php b/htdocs/compta/fiche.php index 7a1f1b6947d..abde85a3b3d 100644 --- a/htdocs/compta/fiche.php +++ b/htdocs/compta/fiche.php @@ -234,7 +234,7 @@ if ($socid > 0) print ''.$langs->trans('Country').''.$societe->pays.''; print ''.$langs->trans("Phone").''.dolibarr_print_phone($societe->tel,$societe->pays_code).' '.$langs->trans("Fax").''.dolibarr_print_phone($societe->fax,$societe->pays_code).' '; - print ''.$langs->trans("Web")."url\" target="_blank">$societe->url "; + print ''.$langs->trans("Web")."url\" target=\"_blank\">$societe->url "; // TVA print ''.$langs->trans('VATIntraVeryShort').'';