diff --git a/htdocs/fichinter/index.php b/htdocs/fichinter/index.php index bf20d6b5c12..147d3f13570 100644 --- a/htdocs/fichinter/index.php +++ b/htdocs/fichinter/index.php @@ -69,13 +69,14 @@ if (! empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS)) // This is usele { // Search ficheinter $var=false; - print ''; print ''; print ''; + print '
'; + print '
'; print ''; print ''; - print "
'.$langs->trans("Search").'
'; print $langs->trans("Intervention").':

\n"; + print "
\n"; } @@ -121,6 +122,7 @@ if ($resql) $i++; } $db->free($resql); + print '
'; print ''; print ''."\n"; $listofstatus=array(0,1,2); @@ -167,7 +169,7 @@ if ($resql) //if ($totalinprocess != $total) //print ''; print ''; - print "
'.$langs->trans("Statistics").' - '.$langs->trans("Interventions").'
'.$langs->trans("Total").' ('.$langs->trans("CustomersOrdersRunning").')'.$totalinprocess.'
'.$langs->trans("Total").''.$total.'

"; + print "

"; } else { @@ -193,6 +195,7 @@ if (! empty($conf->ficheinter->enabled)) $resql=$db->query($sql); if ($resql) { + print '
'; print ''; print ''; print ''; @@ -211,7 +214,7 @@ if (! empty($conf->ficheinter->enabled)) $i++; } } - print "
'.$langs->trans("DraftFichinter").'

"; + print "

"; } } @@ -241,6 +244,7 @@ $sql.= $db->plimit($max, 0); $resql=$db->query($sql); if ($resql) { + print '
'; print ''; print ''; print ''; @@ -284,7 +288,7 @@ if ($resql) $i++; } } - print "
'.$langs->trans("LastModifiedInterventions", $max).'

"; + print "

"; } else dol_print_error($db); @@ -311,6 +315,7 @@ if (! empty($conf->ficheinter->enabled)) { $num = $db->num_rows($resql); + print '
'; print ''; print ''; print ''; @@ -354,7 +359,7 @@ if (! empty($conf->ficheinter->enabled)) } } - print "
'.$langs->trans("FichinterToProcess").' '.$num.'

"; + print "

"; } else dol_print_error($db); }