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 '
\n";
}
@@ -121,6 +122,7 @@ if ($resql)
$i++;
}
$db->free($resql);
+ print '';
print '
';
print '| '.$langs->trans("Statistics").' - '.$langs->trans("Interventions").' |
'."\n";
$listofstatus=array(0,1,2);
@@ -167,7 +169,7 @@ if ($resql)
//if ($totalinprocess != $total)
//print '| '.$langs->trans("Total").' ('.$langs->trans("CustomersOrdersRunning").') | '.$totalinprocess.' |
';
print '| '.$langs->trans("Total").' | '.$total.' |
';
- print "
";
+ print "
";
}
else
{
@@ -193,6 +195,7 @@ if (! empty($conf->ficheinter->enabled))
$resql=$db->query($sql);
if ($resql)
{
+ print '';
print '
';
print '';
print '| '.$langs->trans("DraftFichinter").' |
';
@@ -211,7 +214,7 @@ if (! empty($conf->ficheinter->enabled))
$i++;
}
}
- print "
";
+ print "
";
}
}
@@ -241,6 +244,7 @@ $sql.= $db->plimit($max, 0);
$resql=$db->query($sql);
if ($resql)
{
+ print '';
print '
';
print '';
print '| '.$langs->trans("LastModifiedInterventions", $max).' |
';
@@ -284,7 +288,7 @@ if ($resql)
$i++;
}
}
- print "
";
+ print "
";
}
else dol_print_error($db);
@@ -311,6 +315,7 @@ if (! empty($conf->ficheinter->enabled))
{
$num = $db->num_rows($resql);
+ print '';
print '
';
print '';
print '| '.$langs->trans("FichinterToProcess").' '.$num.' |
';
@@ -354,7 +359,7 @@ if (! empty($conf->ficheinter->enabled))
}
}
- print "
";
+ print "
";
}
else dol_print_error($db);
}