diff --git a/htdocs/societe/index.php b/htdocs/societe/index.php index b76d8a7b9f0..a6a00bb0046 100644 --- a/htdocs/societe/index.php +++ b/htdocs/societe/index.php @@ -62,7 +62,7 @@ $rowspan=2; if (! empty($conf->barcode->enabled)) $rowspan++; print '
'; print ''; -print ''; +print '
'."\n"; print ''; print ''; print "'; //print ''; -print ''; -print "
'.$langs->trans("SearchThirdparty").'
"; @@ -78,8 +78,8 @@ if (! empty($conf->barcode->enabled)) print "
"; print ':

"; +print ''."\n"; +print "
\n"; /* * Search contact @@ -87,18 +87,18 @@ print "
"; $rowspan=2; if (! empty($conf->barcode->enabled)) $rowspan++; print '
'; -print ''; -print ''; +print ''."\n"; +print '
'."\n"; print ''; -print ''; +print ''."\n"; print "'; -print ''; +print ''."\n"; print "'; //print ''; -print ''; -print "
'.$langs->trans("SearchContact").'
'.$langs->trans("SearchContact").'
"; print ':
"; print ':

"; +print ''."\n"; +print "
\n"; /* * Statistics area @@ -134,7 +134,7 @@ if ($result) } else dol_print_error($db); -print ''; +print '
'."\n"; print ''; if (! empty($conf->use_javascript_ajax) && ((round($third['prospect'])?1:0)+(round($third['customer'])?1:0)+(round($third['supplier'])?1:0)+(round($third['other'])?1:0) >= 2)) { @@ -146,7 +146,7 @@ if (! empty($conf->use_javascript_ajax) && ((round($third['prospect'])?1:0)+(rou if (! empty($conf->societe->enabled)) $dataseries[]=array('label'=>$langs->trans("Others"),'data'=>round($third['other'])); $data=array('series'=>$dataseries); dol_print_graph('stats',300,180,$data,1,'pie',0); - print ''; + print ''."\n"; } else { @@ -267,12 +267,13 @@ if ($result) { $transRecordedType = $langs->trans("LastModifiedThirdParties",$max); + print "\n\n"; print '
'.$langs->trans("Statistics").'
'; - print ''; + print ''; + print ''; + print ''; + print ''."\n"; $var=True; @@ -326,7 +327,8 @@ if ($result) $db->free(); - print "
'.$transRecordedType.''; - print ' '; - print ''.$langs->trans('Status').''; - print '
'.$transRecordedType.' '.$langs->trans('Status').'
"; + print "\n"; + print "\n"; } } else