diff --git a/htdocs/exports/index.php b/htdocs/exports/index.php index cada2467e95..bafa000cb92 100644 --- a/htdocs/exports/index.php +++ b/htdocs/exports/index.php @@ -112,12 +112,6 @@ if (sizeof($export->array_export_code)) print ''; } - - print '
| '.$langs->trans("Date").' | '; - print ''.$langs->trans("Status").' | '; - print ''.$langs->trans("Author").' | '; - print ''.$langs->trans("Comment").' | '; + print '
| '.$langs->trans("Date").' | '; + print ''.$langs->trans("Status").' | '; + print ''.$langs->trans("Author").' | '; + print ''.$langs->trans("Comment").' | '; print ''.dol_print_date($db->jdate($obj->dl),"dayhour")." | \n"; // Statut - print ''.$commande->LibStatut($obj->fk_statut,4)." | \n"; + print ''.$commande->LibStatut($obj->fk_statut,4)." | \n"; // User print ''; print img_object($langs->trans("ShowUser"),'user').' '.$obj->login.' | '; // Comment - print ''.dol_trunc($obj->comment,48)." | \n"; + print ''.dol_trunc($obj->comment,48)." | \n"; print ''; @@ -181,8 +181,8 @@ if ($id > 0 || ! empty($ref)) } else { - /* Commande non trouvée */ - print "Commande inexistante ou accés refusé"; + /* Commande non trouvee */ + print "Commande inexistante ou acces refuse"; } } diff --git a/htdocs/imports/index.php b/htdocs/imports/index.php index c24ddd02df3..7d70a97c3af 100644 --- a/htdocs/imports/index.php +++ b/htdocs/imports/index.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2005-2009 Laurent Destailleur