From 57fffff1e406cdd0472664b4ec9bcdff3e8a6e89 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 2 Jul 2005 11:34:14 +0000 Subject: [PATCH] Supprime style obsolete div.titre --- htdocs/comm/action/fiche.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index 86fce072926..30c8461c905 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -230,11 +230,10 @@ if ($_GET["action"] == 'create') print ''; // Type d'action - print ''; print ''; // Societe, contact - print ''; // Societe, contact - print ''; }
'.$langs->trans("Rendez-Vous").'
'.$langs->trans("ActionOnCompany").''; + print '
'.$langs->trans("ActionOnCompany").''; if ($_GET["socid"]) { $societe = new Societe($db); @@ -326,7 +325,7 @@ if ($_GET["action"] == 'create') print '
'.$langs->trans("Label").'
'.$langs->trans("ActionOnCompany").''; + print '
'.$langs->trans("ActionOnCompany").''; if ($_GET["socid"]) { $societe = new Societe($db); @@ -343,7 +342,7 @@ if ($_GET["action"] == 'create') // Si la societe est imposée, on propose ces contacts if ($_GET["socid"]) { - print '
'.$langs->trans("ActionOnContact").''; + print '
'.$langs->trans("ActionOnContact").''; print $html->select_contacts($_GET["socid"],'','contactid',1,1); print '