diff --git a/htdocs/fourn/commande/index.php b/htdocs/fourn/commande/index.php index 3587b8fd3b8..dfd37e1579a 100644 --- a/htdocs/fourn/commande/index.php +++ b/htdocs/fourn/commande/index.php @@ -63,11 +63,12 @@ if (! empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS)) // This is usele { print '
'; print ''; + print '
'; print ''; print ''; print ''; - print "
'.$langs->trans("Search").'
'; print $langs->trans("SupplierOrder").':

\n"; + print "

\n"; } @@ -114,6 +115,7 @@ if ($resql) } $db->free($resql); + print '
'; print ''; print ''; print "\n"; @@ -148,7 +150,7 @@ if ($resql) //print ''; print ''; - print "
'.$langs->trans("Statistics").' - '.$langs->trans("SuppliersOrders").'
'.$langs->trans("Total").' ('.$langs->trans("SuppliersOrdersRunning").')'.$totalinprocess.'
'.$langs->trans("Total").''.$total.'

"; + print "

"; } else { @@ -178,6 +180,7 @@ if ($resql) $num = $db->num_rows($resql); $i = 0; + print '
'; print ''; print ''; @@ -195,7 +198,7 @@ if ($resql) print "\n"; $i++; } - print "
'.$langs->trans("Status").'

"; + print "

"; $db->free($resql); } else @@ -223,6 +226,7 @@ if (! empty($conf->fournisseur->enabled)) $resql=$db->query($sql); if ($resql) { + print '
'; print ''; print ''; print ''; @@ -242,7 +246,7 @@ if (! empty($conf->fournisseur->enabled)) $i++; } } - print "
'.$langs->trans("DraftOrders").'

"; + print "

"; } } @@ -268,6 +272,7 @@ if ($resql) $num = $db->num_rows($resql); $i = 0; + print '
'; print ''; print ''; print "\n"; @@ -287,7 +292,7 @@ if ($resql) print "\n"; $i++; } - print "
'.$langs->trans("UserWithApproveOrderGrant").'

"; + print "

"; $db->free($resql); } else @@ -319,6 +324,7 @@ $sql.= $db->plimit($max, 0); $resql=$db->query($sql); if ($resql) { + print '
'; print ''; print ''; print ''; @@ -362,7 +368,7 @@ if ($resql) $i++; } } - print "
'.$langs->trans("LastModifiedOrders", $max).'

"; + print "

"; } else dol_print_error($db); @@ -387,6 +393,7 @@ if ($resql) { $num = $db->num_rows($resql); +print '
'; print ''; print ''; print ''; @@ -431,7 +438,7 @@ $i++; } } -print "
'.$langs->trans("OrdersToProcess").' ('.$num.')

"; +print "

"; } */