From c5fe45c8a441614e0ef22b67d5e42e5f882d8061 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 1 Nov 2009 15:49:44 +0000 Subject: [PATCH] Fix: Missing picto in title tab --- htdocs/comm/prospect/fiche.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/comm/prospect/fiche.php b/htdocs/comm/prospect/fiche.php index 5e1329fab26..04cf59a11d1 100644 --- a/htdocs/comm/prospect/fiche.php +++ b/htdocs/comm/prospect/fiche.php @@ -93,7 +93,7 @@ if ($socid > 0) */ $head = societe_prepare_head($societe); - dol_fiche_head($head, 'prospect', $langs->trans("ThirdParty")); + dol_fiche_head($head, 'prospect', $langs->trans("ThirdParty"),0,'company'); print ''; print '\n"; print '
'; @@ -168,14 +168,14 @@ if ($socid > 0) print "'; - // Nbre max d'éléments des petites listes + // Nbre max d'�l�ments des petites listes $MAXLIST=5; $tableaushown=0; // Lien recap print ''; print ''; - print '
'; + print ''; print ''; print '
'.$langs->trans("Summary").''; print '
'.$langs->trans("Summary").''.$langs->trans("ShowProspectPreview").'
';